Commit Graph

32 Commits

Author SHA1 Message Date
Asif Bacchus 1e1fccea11 feat(dockerfile): Reduce healthcheck timeout
Reduce start period to 5s for faster dependency checks.
2024-01-27 17:31:15 -07:00
Asif Bacchus 2ef5cc7752 feat(dockerfile): Update base versions
Update base Alpine version to 3.19 and MariaDb to 10.11.6-r0
2024-01-27 17:30:23 -07:00
Asif Bacchus a144f7ba10 feature(dockerfile): update alpine, mariadb version 2023-11-01 17:01:18 -06:00
Asif Bacchus 3a704c2d2b Update Alpine and MariaDB versions 2022-12-10 05:58:16 -07:00
Asif Bacchus 277bff0c06 feature(Dockerfile): restructure and parameterize
- parameterize alpine and mariadb versions
- pin mariadb to at least specified version
- clean-up labels, add description
- move package update after installation
2022-02-19 08:26:29 -07:00
Asif Bacchus c1d15b5799 fix(dockerfile): update alpine base files
- resolve CVE-2021-3711, CVE-2021-3712
2021-09-07 04:14:49 -06:00
Asif Bacchus 6aae1c80e4 feature(dockerfile): add basic healthcheck
- check mysqld service only, not actual database
2021-09-07 03:06:20 -06:00
Asif Bacchus 1c5dc6cb12 feature(dockerfile): bump alpine base version
- also bumps MariaDB base version
2021-09-07 01:58:23 -06:00
Asif Bacchus ff53a85323 refactor(dockerfile): replace label-schema with opencontainers labels 2021-09-07 01:33:11 -06:00
Asif Bacchus 09752089d6 update labels, bump version number 2021-05-12 21:33:59 -06:00
Asif Bacchus 7f930e17e7 feature: bump Alpine and MariaDB versions
- Alpine to 3.13
- MariaDB to 10.5.9
2021-05-01 06:59:20 -06:00
Asif Bacchus 797777d547 chore(LABELS): revert incorrect label change
mariadb version was correct previously
2021-01-05 16:12:02 -07:00
Asif Bacchus 086fdf8479 chore(LABELS): update label info 2021-01-05 15:48:13 -07:00
Asif Bacchus f26ed38799 build(Dockerfile): update git urls 2020-12-27 05:02:45 -07:00
Asif Bacchus ed6e9cfe63 docs: fix container name 2020-12-27 04:28:37 -07:00
Asif Bacchus c5be56fb59 fix: chown files in entrypoint vs dockerfile
- init directories chown'd in entrypoint vs dockerfile
- sets proper UID and GID instead of system default
2020-12-27 04:15:32 -07:00
Asif Bacchus e4df2adce6 feature(DOCKERFILE): use edge repo
- change alpine repo to EDGE so latest versions can be used
- update mariaDB minor version
2020-12-27 04:08:10 -07:00
Asif Bacchus d877c16db4 ping already included in alpine image 2020-11-28 07:23:20 -07:00
Asif Bacchus e6876261f5 add ping 2020-11-28 05:44:30 -07:00
Asif Bacchus 48839acb8e remove skip-name-resolve in default cmd 2020-11-28 04:23:47 -07:00
Asif Bacchus dd8f967646 fix run order in apk block 2020-11-28 03:47:39 -07:00
Asif Bacchus 2c09fdfbaa set skip-name-resolve to env option, default=true 2020-11-28 03:45:43 -07:00
Asif Bacchus e96be80410 enable TCP networking in default config vs cmdline 2020-11-28 02:48:27 -07:00
Asif Bacchus 028e52e817 initial tests complete - bump version to 1.0 2020-11-27 22:25:55 -07:00
Asif Bacchus 926d5f80d1 add cmd label note about script dirs 2020-11-27 21:40:18 -07:00
Asif Bacchus 0edcbf931b use chown instead of chmod... oops! 2020-11-27 02:29:20 -07:00
Asif Bacchus bfaa9942ed create import directories 2020-11-27 02:28:25 -07:00
Asif Bacchus e3340e86a7 copy entrypoint script and add default cmd 2020-11-27 01:51:27 -07:00
Asif Bacchus 5288e8448f add env vars to cmd label 2020-11-27 01:45:33 -07:00
Asif Bacchus bd724de9e1 add additional ENV vars 2020-11-27 01:40:14 -07:00
Asif Bacchus 8bc70df5f0 remove pwgen 2020-11-27 01:39:54 -07:00
Asif Bacchus 44ace55ad1 initial dockerfile 2020-11-26 18:32:20 -07:00