sha256:17bb9d729df71791066128867e8774ce8f7305716c05d9287506357cf6be196a
OS/ARCH
Compressed size
641.32 MB
Last pushed
4 months by pipestreamai
Type
Image
Manifest digest
sha256:549e94d82e4100e588e994a18568039a371dbfc22e18baa7ad40e7a9d4e79a42
Image Layers
2ENV DISTTAG=f41container FGC=f41 FBR=f410 B3ADD fedora-20251130.tar / # buildkit55.57 MB4CMD ["/bin/bash"]0 B5RUN /bin/sh -c dnf install407.76 MB6ENV LANGUAGE=en_US:en0 B7RUN /bin/sh -c mkdir -p103 B8COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/ #130.78 MB9COPY --chown=185 build/quarkus-app/*.jar /deployments/ #823 B10COPY --chown=185 build/quarkus-app/app/ /deployments/app/ #43.72 MB11COPY --chown=185 build/quarkus-app/quarkus/ /deployments/quarkus/ #3.48 MB12EXPOSE [8080/tcp]0 B13USER 1850 B14HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/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]>