Namespace
apitable
Image / Tag
backend-server:v0.18.0-alpha_1040
Content Digest
sha256:dc60b745e153b2ffe0ec583bdc789ed52f3f4fb829e9575d9d9aa722892100d9
Details
Created

2023-03-06 11:03:41 UTC

Size

263 MB

Content Digest
Environment
JAVA_HOME

/usr/lib/jvm/java-1.8.0-amazon-corretto

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SEMVER_FULL

v0.18.0-alpha+1040.4342515305.0c17ca6c5200a256b75408dcac5f689fd7c54ee5


Layers

[#000] sha256:65e7c8d35fc567b9f18bb2fe2de2c278d644adafea6fc7487a3a40d8693ef6dc - 22.62% (59.5 MB)

[#001] sha256:69a69fcd8ec3a846e5216fb0e14e5f800515bd00ad49400611a09e661e792381 - 27.4% (72.1 MB)

[#002] sha256:1f13fdcb123c91769174141ab79281afe45e6f0c65cc683a39a29fb39d2228b9 - 0.0% (92 Bytes)

[#003] sha256:9874107aeb14ef6b0b5c42fd5344880950d2e6658b38f2a0156a75bc3650fa53 - 49.99% (132 MB)


History
2023-03-02 22:19:50 UTC

/bin/sh -c #(nop) COPY dir:d2afcd884fd8e8edf2c9d3cff550c5573438d40a5b14c0bcde9ea94f2fad31f9 in /

2023-03-02 22:19:51 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-03-02 23:17:30 UTC

/bin/sh -c #(nop) ARG version=1.8.0_362.b08-1

2023-03-02 23:17:53 UTC

|1 version=1.8.0_362.b08-1 /bin/sh -c set -eux && export GNUPGHOME="$(mktemp -d)" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r "$GNUPGHOME" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo "priority=9" >> /etc/yum.repos.d/corretto.repo && yum install -y java-1.8.0-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-1.8.0-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all

2023-03-02 23:17:54 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-03-02 23:17:54 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto

2023-03-06 11:00:21 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-03-06 11:00:21 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.18.0-alpha+1040.4342515305.0c17ca6c5200a256b75408dcac5f689fd7c54ee5

2023-03-06 11:00:21 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-03-06 11:03:41 UTC (buildkit.dockerfile.v0)

COPY /app/application/build/libs/*.jar /app/app.jar # buildkit

2023-03-06 11:03:41 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-03-06 11:03:41 UTC (buildkit.dockerfile.v0)

CMD ["java" "-Djava.security.egd=file:/dev/./urandom" "-jar" "/app/app.jar"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete