Namespace
apitable
Image / Tag
backend-server:v0.18.0-alpha_989
Content Digest
sha256:159e8cbeeac2e17bdec6af497933113275faeee627a1c04e04664f20a465efef
Details
Created

2023-02-27 11:53:06 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+989.4281888459.a1658a96c78bcca416cff0a1159bdb2876bcc131


Layers

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

[#001] sha256:1f241d723942436595a2e7f4af6ad658e8b35a0509301fffb0f60de1e1d84c78 - 27.4% (72.1 MB)

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

[#003] sha256:7b125d9b0eb3be7e709979b6e4368886bc857eb76cc0c1a50a7b6149cd291b0b - 49.98% (131 MB)


History
2023-02-16 21:20:09 UTC

/bin/sh -c #(nop) ADD file:29cd40b7c56d98385ece53bcbadfefd25bc70ccf0326777986ef6a5720bdfe83 in /

2023-02-16 21:20:10 UTC

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

2023-02-16 21:38:58 UTC

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

2023-02-16 21:39:19 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-02-16 21:39:19 UTC

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

2023-02-16 21:39:20 UTC

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

2023-02-27 11:49:33 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-02-27 11:49:33 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.18.0-alpha+989.4281888459.a1658a96c78bcca416cff0a1159bdb2876bcc131

2023-02-27 11:49:33 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-02-27 11:53:06 UTC (buildkit.dockerfile.v0)

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

2023-02-27 11:53:06 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-02-27 11:53:06 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