-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Error when try to start image #688
Comments
Unlikely as it's also broken in @daventt can you give me a simple docker-compose file that I can use to recreate your issue? I've been testing with this and it's running just fine: services:
test-app:
image: eclipse-temurin:21.0.5_11-jdk-alpine
command: ["java", "-version"] docker compose up |
For what it's worth the line that is throwing your error is: containers/21/jdk/alpine/entrypoint.sh Line 114 in e78d855
This line is somewhat out of our control. We'd need to see what command you're passing to docker-compose to understand why this would fail |
Hello, Whit image 21.0.4_7-jdk i've the following error: /__cacert_entrypoint.sh: line 114: exec: --: invalid option File yml: services: |
@daventt I'll need to see the contents of your |
Unfortunately it contains critical data, I'll try deleting line by line and see what happens. I'll update you in 2 days |
one pointer I could give you is it could be that you're trying to run bash in some way? We don't install bash by default in our base images. You could try |
What are you trying to do?
When try to start image with docker compose, i receive following error:
With image eclipse-temurin:21.0.5_11-jdk-alpine:
/__cacert_entrypoint.sh: exec: line 114: illegal option --
With image eclipse-temurin:21.0.4_7-jdk-alpine:
/__cacert_entrypoint.sh: exec: line 104: illegal option --
Docker version 26.1.3, build b72abbb
Docker Compose version v2.29.7
The text was updated successfully, but these errors were encountered: