Sign inSign up

softinstigate/facet:0.1.0

Languages & frameworks
Developer tools
Content management system
Index digest

sha256:b641d3ca864335ee12d070b84b71dc74e0b3e1e4add8dcd5370a7ddb9d382fcd

OS/ARCH

linux/amd64

Compressed size

143.13 MB

Last pushed

8 months by mkjsix

Type

Image

Manifest digest

sha256:b17e5485c8c3ff5ec219728b3617c936eba2610fc6ee7291f66c338b2a9a5eec

Image Layers

1101.78 KB
213.04 KB
3531.32 KB
430.51 KB
567 B
6188 B
7123 B
8162 B
980 B
10385 B
11314 B
12128.82 KB
135.58 MB
142.7 MB
15LABEL maintainer=SoftInstigate <[email protected]>0 B
16LABEL description=Distroless GraalVM image with0 B
17LABEL org.opencontainers.image.source=https://github.com/SoftInstigate/graalvm-docker0 B
18COPY /staging/lib/* /lib/ # buildkit124.77 KB
19COPY /opt/graalvm /opt/graalvm # buildkit84.85 MB
20COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit126.47 KB
21ENV JAVA_HOME=/opt/graalvm0 B
22ENV PATH=/opt/graalvm/bin0 B
23ENV LANG=en_US.UTF-80 B
24ENV JAVA_OPTS=-Djava.awt.headless=true0 B
25WORKDIR /opt/app119 B
26ENTRYPOINT ["/opt/graalvm/bin/java"]0 B
27LABEL org.opencontainers.image.title=RESTHeart0 B
28LABEL org.opencontainers.image.description=RESTHeart is The Backend0 B
29LABEL org.opencontainers.image.url=https://restheart.org0 B
30LABEL org.opencontainers.image.licenses=AGPL-3.0, Apache-2.00 B
31LABEL org.opencontainers.image.authors=SoftInstigate <[email protected]>0 B
32LABEL org.opencontainers.image.vendor=SoftInstigate0 B
33LABEL org.opencontainers.image.source=https://github.com/SoftInstigate/restheart0 B
34LABEL org.opencontainers.image.documentation=https://restheart.org/docs0 B
35LABEL maintainer=SoftInstigate <[email protected]>0 B
36WORKDIR /opt/restheart125 B
37COPY target/restheart.jar ./restheart.jar # buildkit202.44 KB
38COPY target/lib/*.jar lib/ # buildkit12.52 MB
39COPY target/plugins/*.jar plugins/ # buildkit705 KB
40COPY target/plugins/lib/*.jar plugins/lib/ # buildkit35.01 MB
41ENV RHO=/mclient/connection-string->"mongodb://host.docker.internal";/http-listener/host->"0.0.0.0"0 B
42ENTRYPOINT ["java" "-Dfile.encoding=UTF-8" "--enable-native-access=ALL-UNNAMED" "--sun-misc-unsafe-memory-access=allow"0 B
43EXPOSE [4443/tcp 8009/tcp 8080/tcp]0 B
44COPY core/target/facet-core.jar /opt/restheart/plugins/ # buildkit55.55 KB
45COPY core/target/lib/*.jar /opt/restheart/plugins/ # buildkit506.27 KB
46CMD ["-o" "/opt/restheart/etc/restheart.yml"]0 B

Command