pgAdmin4 version 8.9 Endpoint.sh
Summary
(Summarize the bug encountered concisely) Deploying pgAdmin4:8.9 into OpenShift causes pod to fail.
Steps to reproduce
(How one can reproduce the issue - this is very important) Deploy image into OpenShift environment.
What is the current bug behavior?
(What actually happens) Deploying pgAdmin4:8.9 into OpenShift causes pod to fail.
What is the expected correct behavior?
(What you should see instead) Not fail. I have deployed other versions and they work correctly.
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
wc: /pgadmin4/config_distro.py: No such file or directory
/usr/pgadmin4/web/entrypoint.sh: line 99: cd: /pgadmin4: No such file or directory
/usr/pgadmin4/web/entrypoint.sh: line 117: /venv/bin/gunicorn: No such file or directory
Possible fixes
(If you can, link to the line of code that might be responsible for the problem) Use the previous endpoint.sh file. I was able to re-create your image using previous version of your endpoint.sh file.
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info