sha256:01c8fd47f96e52b3f47c1f816b82dce9937fedacd751b05abc02ec1cbac8e5d8
OS/ARCH
Compressed size
681.15 MB
Last pushed
2 months by krickert
Type
Image
Manifest digest
sha256:9243434009d975ffed40a1f6bd870ca72943c356e97a5de1f9ef5e1ba1b9fb0a
Image Layers
2ENV DISTTAG=f44container FGC=f44 FBR=f440 B3ADD fedora-20260527.tar / # buildkit62.71 MB4CMD ["/bin/bash"]0 B5RUN /bin/sh -c dnf install445.49 MB6ENV LANGUAGE=en_US:en0 B7RUN /bin/sh -c mkdir -p103 B8COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/ #132.02 MB9COPY --chown=185 build/quarkus-app/*.jar /deployments/ #823 B10COPY --chown=185 build/quarkus-app/app/ /deployments/app/ #37.56 MB11COPY --chown=185 build/quarkus-app/quarkus/ /deployments/quarkus/ #3.38 MB12EXPOSE [19001/tcp]0 B13USER 1850 B14HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:19001/q/health0 B15ENV JAVA_OPTS_APPEND=-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager0 B16ENV JAVA_APP_JAR=/deployments/quarkus-run.jar0 B17ENTRYPOINT ["java" "-jar" "/deployments/quarkus-run.jar"]0 BCommand
LABEL maintainer=Clement Verna <[email protected]>