Namespace
apitable
Image / Tag
backend-server:v0.20.0-alpha_1225
Content Digest
sha256:110a889967a2e0fd65f46ba0ef88b7d5e621c5e5f3a4a55c2bd67494b406356f
Details
Created

2023-04-24 10:38:08 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.20.0-alpha+1225.4785043263.492ab31b1bda11233c8e7a80801422b8fec133c0


Layers

[#000] sha256:128d54f2c9b134270b406c5f3a41296da7c1111d3a6927f0b4451131d636151e - 21.85% (59.6 MB)

[#001] sha256:d6563691f44a1cfe5035253e7444c30366ce8d028d246929660d109373967461 - 26.42% (72 MB)

[#002] sha256:bf6a97ee64804fd78341e9f7f5c2befd1f1477a627529ca733d2100d25972d26 - 0.0% (90 Bytes)

[#003] sha256:051c95c2b3cd715a8fe11fc977641060993621cae128d8a6a6eef979c51e80b2 - 51.73% (141 MB)


History
2023-03-28 18:20:51 UTC

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

2023-03-28 18:20:52 UTC

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

2023-04-20 18:19:26 UTC

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

2023-04-20 18:19:47 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-04-20 18:19:48 UTC

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

2023-04-20 18:19:48 UTC

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

2023-04-24 10:35:16 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-04-24 10:35:16 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.20.0-alpha+1225.4785043263.492ab31b1bda11233c8e7a80801422b8fec133c0

2023-04-24 10:35:16 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-04-24 10:38:08 UTC (buildkit.dockerfile.v0)

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

2023-04-24 10:38:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-04-24 10:38:08 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