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

Use existing base image in Dockerfile #123

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

turbaszek
Copy link
Member

➜ docker build -t plc4x .
Sending build context to Docker daemon  20.12MB
Step 1/35 : FROM azul/zulu-openjdk:8.42.0.21 as build
manifest for azul/zulu-openjdk:8.42.0.21 not found: manifest unknown: manifest unknown

@turbaszek
Copy link
Member Author

Also I've opened this JIRA issue because I'm facing some problems with building Docker :<

@chrisdutz
Copy link
Contributor

Hi,

so please help me understand the problem here. The docker image specified in the dockerfile is no longer available and by using any java 8 version the build works again?

Chris

@turbaszek
Copy link
Member Author

turbaszek commented Feb 23, 2020

so please help me understand the problem here. The docker image specified in the dockerfile is no longer available

@chrisdutz that's correct. I could not found the tag here: https://hub.docker.com/r/azul/zulu-openjdk/tags

by using any java 8 version the build works again?

At least it starts... but I have not been able to make it work yet.

@chrisdutz
Copy link
Contributor

Ah ok ... well I guess that they only host the most recent versions and remove old ones (Not that familiar with the Docker ecosystem). So I guess by just providing "8" as version it will take the most recent Java 8 version, correct?

@turbaszek
Copy link
Member Author

turbaszek commented Feb 23, 2020

So I guess by just providing "8" as version it will take the most recent Java 8 version, correct?

Yes

@chrisdutz
Copy link
Contributor

LGTM ... thanks for finding and reporting this.

@chrisdutz chrisdutz merged commit cf67ee9 into apache:develop Feb 24, 2020
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.

None yet

2 participants