Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip upstream openjdk entrypoint #303

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

yosifkit
Copy link
Member

The upstream entrypoint is sh and so loses dotted environment variables, lets prevent that from happening by just skipping it as the tomcat images are not reliant on its functionality. See docker-library/docs#2338 and adoptium/containers#392 for info about what it provides.

Fixes #302 which is a recurrence of #77

The upstream entrypoint is `sh` and so loses dotted environment variables, lets prevent that from happening by just skipping it as the `tomcat` images are not reliant on its functionality. See docker-library/docs#2338 and adoptium/containers#392 for info about what it provides.

Fixes docker-library#302 which is a recurrence of docker-library#77
@yosifkit yosifkit merged commit 18d7f71 into docker-library:master Aug 11, 2023
@yosifkit yosifkit deleted the fix-77-again branch August 11, 2023 23:07
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Aug 11, 2023
Changes:

- docker-library/tomcat@18d7f71: Merge pull request docker-library/tomcat#303 from infosiftr/fix-77-again
- docker-library/tomcat@55546d6: Skip upstream openjdk entrypoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Javacode fails to read dotted environment variables since 08/09/23
1 participant