Skip to content

Skip upstream openjdk entrypoint#303

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
infosiftr:fix-77-again
Aug 11, 2023
Merged

Skip upstream openjdk entrypoint#303
yosifkit merged 1 commit intodocker-library:masterfrom
infosiftr:fix-77-again

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