files in /pgadmin4 are missing in 8.4&8.5
Summary
pgadmin 8.5 crashes with gunicorn error
Steps to reproduce
use or upgrade to version 8.4&8.5
What is the current bug behavior?
Container starts up then crashes with error
What is the expected correct behavior?
Container fully boots
Relevant logs and/or screenshots
wc: /pgadmin4/config_distro.py: No such file or directory /entrypoint.sh: line 16: [: =: unary operator expected /usr/local/bin/python3: can't open file '/pgadmin4/run_pgadmin.py': [Errno 2] No such file or directory Traceback (most recent call last): File "", line 1, in AttributeError: module 'config' has no attribute 'SESSION_EXPIRATION_TIME' usage: gunicorn [OPTIONS] [APP_MODULE] gunicorn: error: argument -t/--timeout: expected one argument
Possible fixes
Maybe from the copy of /pgadmin4 being removed
Jweatherford (19c40d86) · Commits · Iron Bank Containers / Opensource / pgadmin · GitLab (dso.mil)
COPY --from=upstream /pgadmin4 /pgadmin4
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info