You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering registry.fedoraproject.org/fedora-minimal was replaced with registry.access.redhat.com/ubi8/ubi-minimal in all quickstarts Dockerfile.native files. I'd say this issue can be closed.
I followed the instruction on https://quarkus.io/guides/building-native-image-guide but I get this error when I run the docker image.
I did all the steps in the tutorial
./mvnw package -Pnative -Dnative-image.docker-build=true
docker build -f src/main/docker/Dockerfile.native -t quarkus-quickstart/getting-started .
docker run -i --rm -p 8080:8080 quarkus-quickstart/getting-started
but I get this error:
Environment (please complete the following information):
Additional context
The non native Docker image
Dockerfile.jvm
works fine.In the container I can find the lib
/lib64/libcrypt.so.2
.The text was updated successfully, but these errors were encountered: