Namespace
apitable
Image / Tag
backend-server:v0.23.0-alpha_1490
Content Digest
sha256:e80db8fb74ed204090b178818e9550c3d785af1b05bf5bc39eea4377f320abaf
Details
Created

2023-07-17 06:37:40 UTC

Size

274 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.23.0-alpha+1490.5572365861.c6bbb7098f9b03fa10c70f7a0fedc3592370008b


Layers

[#000] sha256:e90aa42bc48ff728ab10fd485b42144e863dfd8689dd6ea94c78ac0357ec5101 - 21.74% (59.6 MB)

[#001] sha256:af55887f9844f60718e431d2119c9d34d8e37fb63f3273a0e40626a231d03b0b - 26.29% (72.1 MB)

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

[#003] sha256:183fb7d951f17f9517f3c8d9adeb2525bba74bad5d9231e9de979908f14a7d82 - 51.97% (142 MB)


History
2023-07-13 01:20:13 UTC

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

2023-07-13 01:20:13 UTC

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

2023-07-13 01:37:04 UTC

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

2023-07-13 01:37:26 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-07-13 01:37:27 UTC

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

2023-07-13 01:37:27 UTC

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

2023-07-17 06:33:48 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-07-17 06:33:48 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.23.0-alpha+1490.5572365861.c6bbb7098f9b03fa10c70f7a0fedc3592370008b

2023-07-17 06:33:48 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-07-17 06:37:40 UTC (buildkit.dockerfile.v0)

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

2023-07-17 06:37:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-07-17 06:37:40 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