sha256:eeb02c917b5e36a8e1a5ce4b5da10ae372dc4b54705905d64b4b0be8bc6fc1bd
OS/ARCH
linux/amd64
Compressed size
143.13 MB
Last pushed
6 months by mkjsix
Type
Image
Manifest digest
sha256:0069a1ef086aa513c519ec673dd0593eaac99aa238606c61d5ba474b95ed544b
Image Layers
1101.78 KB213.04 KB3531.32 KB430.51 KB567 B6188 B7123 B8162 B980 B10385 B11314 B12128.82 KB135.58 MB142.7 MB16LABEL description=Distroless GraalVM image with0 B17LABEL org.opencontainers.image.source=https://github.com/SoftInstigate/graalvm-docker0 B18COPY /staging/lib/* /lib/ # buildkit124.77 KB19COPY /opt/graalvm /opt/graalvm # buildkit84.85 MB20COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit126.47 KB21ENV JAVA_HOME=/opt/graalvm0 B22ENV PATH=/opt/graalvm/bin0 B23ENV LANG=en_US.UTF-80 B24ENV JAVA_OPTS=-Djava.awt.headless=true0 B25WORKDIR /opt/app119 B26ENTRYPOINT ["/opt/graalvm/bin/java"]0 B27LABEL org.opencontainers.image.title=RESTHeart0 B28LABEL org.opencontainers.image.description=RESTHeart is The Backend0 B29LABEL org.opencontainers.image.url=https://restheart.org0 B30LABEL org.opencontainers.image.licenses=AGPL-3.0, Apache-2.00 B32LABEL org.opencontainers.image.vendor=SoftInstigate0 B33LABEL org.opencontainers.image.source=https://github.com/SoftInstigate/restheart0 B34LABEL org.opencontainers.image.documentation=https://restheart.org/docs0 B36WORKDIR /opt/restheart125 B37COPY target/restheart.jar ./restheart.jar # buildkit203.15 KB38COPY target/lib/*.jar lib/ # buildkit12.52 MB39COPY target/plugins/*.jar plugins/ # buildkit705.02 KB40COPY target/plugins/lib/*.jar plugins/lib/ # buildkit35.01 MB41ENV RHO=/mclient/connection-string->"mongodb://host.docker.internal";/http-listener/host->"0.0.0.0"0 B42ENTRYPOINT ["java" "-Dfile.encoding=UTF-8" "--enable-native-access=ALL-UNNAMED" "--sun-misc-unsafe-memory-access=allow"0 B43EXPOSE [4443/tcp 8009/tcp 8080/tcp]0 B44COPY core/target/facet-core.jar /opt/restheart/plugins/ # buildkit58.29 KB45COPY core/target/lib/*.jar /opt/restheart/plugins/ # buildkit506.41 KB46CMD ["-o" "/opt/restheart/etc/restheart.yml"]0 BCommand