latest
sha256:9e7eb3fcada04329f1f2891b4668fea4e4bb8855824b11f5c54d961c73fa8e9a
OS/ARCH
Compressed size
303.06 MB
Last pushed
3 months by structurizr
Type
Image
Manifest digest
sha256:d4537d50893a5b40b78dda5c19e823ee10721a0cb2f0dc7c18991d53f1f4667b
Image Layers
1
ARG RELEASE
0 B
2
ARG LAUNCHPAD_BUILD_ARCH
0 B
3
LABEL org.opencontainers.image.ref.name=ubuntu
0 B
4
LABEL org.opencontainers.image.version=22.04
0 B
5
ADD file ... in /
26.09 MB
6
CMD ["/bin/bash"]
0 B
7
ENV JAVA_HOME=/opt/java/openjdk
0 B
8
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
9
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
0 B
10
RUN /bin/sh -c set -eux;
15.32 MB
11
ENV JAVA_VERSION=jdk-21.0.5+11
0 B
12
RUN /bin/sh -c set -eux;
49.62 MB
13
RUN /bin/sh -c set -eux;
158 B
14
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh #
2.23 KB
15
ENTRYPOINT ["/__cacert_entrypoint.sh"]
0 B
16
RUN /bin/sh -c apt-get update
26.61 MB
17
COPY build/distributions/structurizr-cli.zip /tmp # buildkit
92.69 MB
18
RUN /bin/sh -c unzip /tmp/structurizr-cli.zip
92.73 MB
19
WORKDIR /usr/local/structurizr
145 B
20
ENTRYPOINT ["/usr/local/structurizr-cli/structurizr.sh"]
0 B
Command
ARG RELEASE