Replies: 1 comment 3 replies
-
The first difference which is immediately obvious is that Tomcat does not start in your container with 1.12.7 or at least this is not visible in the provided log snippet. The startup program merely creates the empty configuration. It is not obvious whether something follows in the container log. Also, I am not sure what effect do you expect from setting the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Im trying to run a small demo in a container, but hitting problems when I try run any image of version above 1.12.6. The indexer gets stuck (I guess?) and the serverlet never gets deployed. Tried running this on multiple machines with the same result. My setup is below. Am I missing something?
To Reproduce
Setup
1.12.7+:
Nothing happens after this point. The same behavior with any version above 1.12.6.
1.12.6:
Work as expected, app is deployed after indexing.
Expected behavior
Should be able to run any image version.
Additional context
Arch Linux / RHEL 8.5
docker system info ARCH
docker system info RHEL
Beta Was this translation helpful? Give feedback.
All reactions