Namespace
apitable
Image / Tag
backend-server:v0.22.0-alpha_1432
Content Digest
sha256:bfe6d46c73913f1168a761c50953e74d6b9526c01aa0d41b09dade2b5ccefdc6
Details
Created

2023-06-27 02:26:13 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.22.0-alpha+1432.5384938383.ae9597ef50652c99671a87dea547e028fa9f3b14


Layers

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

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

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

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


History
2023-06-20 22:20:15 UTC

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

2023-06-20 22:20:16 UTC

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

2023-06-20 22:52:35 UTC

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

2023-06-20 22:52:56 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-06-20 22:52:57 UTC

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

2023-06-20 22:52:57 UTC

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

2023-06-27 02:23:03 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-06-27 02:23:03 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.22.0-alpha+1432.5384938383.ae9597ef50652c99671a87dea547e028fa9f3b14

2023-06-27 02:23:03 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-06-27 02:26:13 UTC (buildkit.dockerfile.v0)

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

2023-06-27 02:26:13 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-06-27 02:26:13 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