aurweb/docker
Kevin Morris 0af6a2c32f
fix(docker): fix COMMIT_HASH variable check
The previous method was super bad. Even if a variable was declared,
if it was empty, we would run into a false-positive. Additionally,
the previous method did not allow us to not specify the COMMIT_HASH
variable; which is problematic for development environments.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-29 23:47:47 -07:00
..
config feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
health docker-compose: add redis service 2021-08-17 19:58:26 -07:00
scripts change(docker): depend on provided poetry.lock for dep resolution 2021-10-22 17:43:00 -07:00
ca-entrypoint.sh fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
cgit-entrypoint.sh fix(docker): fix cgit clone-prefix 2021-10-21 11:11:01 -07:00
fastapi-entrypoint.sh fix(docker): fix COMMIT_HASH variable check 2021-10-29 23:47:47 -07:00
git-entrypoint.sh feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04:00
hypercorn.env Docker: add .env configurable FASTAPI_BACKEND 2021-06-24 21:31:49 -07:00
localhost.ext fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
logging.conf Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
mariadb-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
mariadb-init-entrypoint.sh feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04:00
nginx-entrypoint.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
php-entrypoint.sh feat(docker): fixup and utilize AURWEB_(SSHD|FASTAPI|PHP)_PREFIX 2021-10-28 08:19:19 -07:00
redis-entrypoint.sh docker-compose: add redis service 2021-08-17 19:58:26 -07:00
smartgit-entrypoint.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
test-mysql-entrypoint.sh feat(docker): only use mariadb socket for connections 2021-10-19 15:35:34 -04:00
test-sqlite-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
tests-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00