Sign inSign up

pipestreamai/module-parser:0.1.3

Multi-platform
Index digest

sha256:17bb9d729df71791066128867e8774ce8f7305716c05d9287506357cf6be196a

OS/ARCH

Compressed size

641.32 MB

Last pushed

4 months by pipestreamai

Type

Image

Manifest digest

sha256:549e94d82e4100e588e994a18568039a371dbfc22e18baa7ad40e7a9d4e79a42

Image Layers

1LABEL maintainer=Clement Verna <[email protected]>0 B
2ENV DISTTAG=f41container FGC=f41 FBR=f410 B
3ADD fedora-20251130.tar / # buildkit55.57 MB
4CMD ["/bin/bash"]0 B
5RUN /bin/sh -c dnf install407.76 MB
6ENV LANGUAGE=en_US:en0 B
7RUN /bin/sh -c mkdir -p103 B
8COPY --chown=185 build/quarkus-app/lib/ /deployments/lib/ #130.78 MB
9COPY --chown=185 build/quarkus-app/*.jar /deployments/ #823 B
10COPY --chown=185 build/quarkus-app/app/ /deployments/app/ #43.72 MB
11COPY --chown=185 build/quarkus-app/quarkus/ /deployments/quarkus/ #3.48 MB
12EXPOSE [8080/tcp]0 B
13USER 1850 B
14HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/q/health0 B
15ENV JAVA_OPTS_APPEND=-Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jboss.logmanager.LogManager0 B
16ENV JAVA_APP_JAR=/deployments/quarkus-run.jar0 B
17ENTRYPOINT ["java" "-jar" "/deployments/quarkus-run.jar"]0 B

Command

LABEL maintainer=Clement Verna <[email protected]>