Upgrade Native Image Containerization workshop to GraalVM for JDK 24. #27
Merged
Conversation
efb169d to
9a326de
Compare
2d59b38 to
81b2c9f
Compare
olyagpl
commented
May 23, 2025
| -t jibber:jdk.01 . | ||
| container_id=$(docker run --rm -d --name "jibber-jdk" -p 8080:8080 jibber:jdk.01) | ||
| sleep 10 | ||
| curl "http://localhost:8080/jibber" |
Member
Author
There was a problem hiding this comment.
The check fails at this step:
#7 naming to docker.io/library/jibber:jdk.01 done
#7 DONE 0.8s
curl: (7) Failed to connect to localhost port 8080 after 0 ms: Couldn't connect to server
Error: Process completed with exit code 7.
Should the address be in ""?
Member
Author
There was a problem hiding this comment.
I think it should, I looked this up in https://github.com/graalvm/graalvm-demos/blob/master/.github/workflows/containerize-tiny-java-containers.yml#L47.
7f797b9 to
492d9d3
Compare
…hop to GraalVM for JDK 24
ea3368a to
4bd56b5
Compare
shaunsmith
approved these changes
Jun 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have a Luna Labs version of this workshop too: https://luna.oracle.com/lab/268ea851-2f09-43e6-8d70-40a10cb4de03
It has been already upgraded, so I updated the GitHub version accordingly.