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

2023-03-15 09:37:53 UTC

Size

270 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+1092.4424585961.c9ba61b48c9e10afc301bf90e54c2cdbfa1e873e


Layers

[#000] sha256:07e4d356f367b468402d36db62e60b734522576ce93a8e7246f1b36899c58f5e - 22.08% (59.6 MB)

[#001] sha256:b31af72bf09a886cd3b0a63926d1351da28d400e7a4fadec011b41ac3e9b7f9b - 26.71% (72.1 MB)

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

[#003] sha256:30354f52f12c1476d04b413b9ede95f2034259171021771d8b1530c0604638a9 - 51.21% (138 MB)


History
2023-03-10 01:20:24 UTC

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

2023-03-10 01:20:24 UTC

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

2023-03-10 01:38:03 UTC

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

2023-03-10 01:38:25 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-10 01:38:25 UTC

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

2023-03-10 01:38:25 UTC

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

2023-03-15 09:34:32 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-03-15 09:34:32 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.18.0-alpha+1092.4424585961.c9ba61b48c9e10afc301bf90e54c2cdbfa1e873e

2023-03-15 09:34:32 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-03-15 09:37:53 UTC (buildkit.dockerfile.v0)

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

2023-03-15 09:37:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-03-15 09:37:53 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