Commit Graph

88 Commits

Author SHA1 Message Date
Asif Bacchus 49ec1145df build(docker): Update build config 2024-01-27 17:34:18 -07:00
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 222cc91646 chore(ide): update ide configs 2023-11-01 17:06:17 -06:00
Asif Bacchus a144f7ba10 feature(dockerfile): update alpine, mariadb version 2023-11-01 17:01:18 -06:00
Asif Bacchus 46bb4c0250 Update docker run configuration 2022-12-10 06:02:33 -07:00
Asif Bacchus 3a704c2d2b Update Alpine and MariaDB versions 2022-12-10 05:58:16 -07:00
Asif Bacchus 377a47c84c chore(ide): update docker build config 2022-02-19 08:33:17 -07:00
Asif Bacchus 7ad74a6828 chore(ide): docker build configuration for Rider 2022-02-19 08:31:15 -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 dd5db4ca01 feature(Dockerfile): add dockerignore 2022-02-19 08:19:07 -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 0ed5cd76f6 docs(readme): update readme
- update TOC
- update and fix 'pull images' section
- add 'signed images' section with CodeNotary information
- add 'healthcheck' section
2021-09-07 03:43:38 -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 fb0573cbae chore(git): update Rider IDE files, gitattributes, gitignore 2021-09-07 01:32:24 -06:00
Asif Bacchus 09752089d6 update labels, bump version number 2021-05-12 21:33:59 -06:00
Asif Bacchus e4ea780a12 fix(entrypoint): only show passwd if generated 2021-05-12 20:55:55 -06:00
Asif Bacchus 0fb3dd427c Revert "fix(entrypoint): fix missing db name for SQL import"
This reverts commit 1630094cf7.
2021-05-01 08:15:49 -06:00
Asif Bacchus 1630094cf7 fix(entrypoint): fix missing db name for SQL import 2021-05-01 07:56:44 -06:00
Asif Bacchus ee29f71ff0 chore: remove VSCode files 2021-05-01 07:00:15 -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 2b7c54ead7 docs(README): fix wrong repo name 2021-01-05 16:49:31 -07:00
Asif Bacchus be539440e4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2021-01-05 16:45:38 -07:00
Asif Bacchus 93b1212676 docs(README): use dockerhub as primary reference 2021-01-05 16:41:49 -07:00
Asif Bacchus 402e5217a3 docs(README): use dockerhub as primary reference 2021-01-05 16:39:20 -07: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 c689d210b9 chore(GIT): track rider workspace settings 2021-01-05 15:48:44 -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 83d41efab1 build: add comments to gitignore 2020-12-27 05:00:55 -07:00
Asif Bacchus fc86b1c64b build: remove Rider config tracking 2020-12-27 04:58:56 -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 7e10cf3996 build: Rider project config files 2020-12-27 01:57:42 -07:00
Asif Bacchus d3027d588d update github address 2020-11-28 08:36:50 -07:00
Asif Bacchus 07ff24c498 fix markdown formatting issues 2020-11-28 07:54:03 -07:00
Asif Bacchus c3a67f4c28 properly parse multiple cmd parameters 2020-11-28 07:52:08 -07:00
Asif Bacchus 89d6544c30 list params on one line in printf 2020-11-28 07:51:08 -07:00
Asif Bacchus aba9cee905 proofread and update some content/links 2020-11-28 07:49:33 -07:00
Asif Bacchus d877c16db4 ping already included in alpine image 2020-11-28 07:23:20 -07:00
Asif Bacchus f7185ab6a2 update readme with full instructions -- 1st draft 2020-11-28 07:01:58 -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 da7f429253 forgot newline after printf 2020-11-28 04:22:09 -07:00
Asif Bacchus a5c7d200fc note that rDNS resolution turned off 2020-11-28 04:21:55 -07:00
Asif Bacchus 60212b0c39 fix invalid GID error message 2020-11-28 04:20:32 -07:00
Asif Bacchus 7afbb847be add welcome message 2020-11-28 04:18:56 -07:00