Container Image not working when built from self-hosted GitHub Runner #7617
Unanswered
nnellanspdl
asked this question in
General questions
Replies: 2 comments 1 reply
-
Hi @nnellanspdl. What errors exactly do you get? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using a self-hosted runner, I am running a simple
docker build
command to build a Java sprint boot container. The container image builds successfully. However, when I try to run the container I get some strange errors about java beans missing.If I take the same exact code, clone it locally, run the same exact
docker build
command, then that version of the image runs successfully without errors.The only thing I can possibly think is that locally I am running Docker Engine 23 whereas on the GitHub Runner image it is still using Docker 20.
Has anyone else seen anything like this?
Beta Was this translation helpful? Give feedback.
All reactions