Namespace
apitable
Image / Tag
backend-server:v0.21.0-beta_1331
Content Digest
sha256:388877a44684a97847c2756d353538a5daf6f80d7eb298deed45e2abfbebcbe7
Details
Created

2023-05-22 12:44:14 UTC

Size

273 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.21.0-beta+1331.5045662897.d653207d3d25a0bb92cfc4722443cbc81d0b2415


Layers

[#000] sha256:bf72c394abb748707ec4590d5017f36ad47098c9b92adc1b04c3ea3ba0b395f6 - 21.86% (59.6 MB)

[#001] sha256:9cb26a1c3ad42204fc308c65fa6266cd1a41d35b20902531b188fc10cfd0fd6a - 26.42% (72.1 MB)

[#002] sha256:778deeb6011e17b5a0dc9aa681c382e12fc44788c6b87d0e3953f8c43ebdc196 - 0.0% (92 Bytes)

[#003] sha256:f911727b93d1880393c280e7a0e7c2f9ae7bbe88d2e8a365874e97128d9e310d - 51.72% (141 MB)


History
2023-05-13 00:19:34 UTC

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

2023-05-13 00:19:34 UTC

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

2023-05-13 01:32:48 UTC

/bin/sh -c #(nop) ARG version=1.8.0_372.b07-1

2023-05-13 01:33:15 UTC

|1 version=1.8.0_372.b07-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-05-13 01:33:16 UTC

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

2023-05-13 01:33:16 UTC

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

2023-05-22 12:41:29 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-05-22 12:41:29 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.21.0-beta+1331.5045662897.d653207d3d25a0bb92cfc4722443cbc81d0b2415

2023-05-22 12:41:29 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-05-22 12:44:14 UTC (buildkit.dockerfile.v0)

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

2023-05-22 12:44:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-05-22 12:44:14 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