-
Hi all, I am trying to build native docker image using GitLab CI/CD, with custom docker image, based on GraalVM and Maven preinstalled. The build process finished and pushed successfully to my docker registry. However when I try to run it, the docker container failed to start with the following message:
At the moment I am using Quarkus 3.1.1.Final My custom docker image for the native build:
Let say this custom docker image is pushed to:
I am using dind to build the docker container, with the provided Dockerfile.native file. My .gitlab-ci.yml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am able to resolve this by using Mandrel image builder, instead of my custom GraalVM image.
|
Beta Was this translation helpful? Give feedback.
I am able to resolve this by using Mandrel image builder, instead of my custom GraalVM image.