Namespace
apitable
Image / Tag
backend-server:v0.18.0-alpha_874
Content Digest
sha256:23c07e7f6414d5e281efce28a67d9a62e1e62c4729e422044d5a2e22b1ddf606
Details
Created

2023-02-13 01:09:34 UTC

Size

254 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+874.4159105743.46fa0ae34d090d0b45002ea647890bcdeda1a1cb


Layers

[#000] sha256:1e78b99dd1fd1031c6513834c4b5f594fa3cec5d06cdeb4b65ee104180bc0d4c - 23.41% (59.5 MB)

[#001] sha256:2eb46b29d5999c10120c43bc672fe0da45f7b0f2b05f34230305ba537413f8a7 - 28.37% (72.1 MB)

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

[#003] sha256:01580f489a4e5beed6ecb23fab60c42435de1d389359aa02bf847568cff4463d - 48.22% (122 MB)


History
2023-01-26 22:20:04 UTC

/bin/sh -c #(nop) ADD file:6ebab25a4f1aa82238dbf1a48f38d22c6421052d0d158cf88cbc1a4d01b5c5c1 in /

2023-01-26 22:20:04 UTC

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

2023-01-26 23:08:43 UTC

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

2023-01-26 23:09:04 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-01-26 23:09:05 UTC

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

2023-01-26 23:09:05 UTC

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

2023-02-13 01:07:04 UTC (buildkit.dockerfile.v0)

ARG SEMVER_FULL

2023-02-13 01:07:04 UTC (buildkit.dockerfile.v0)

ENV SEMVER_FULL=v0.18.0-alpha+874.4159105743.46fa0ae34d090d0b45002ea647890bcdeda1a1cb

2023-02-13 01:07:04 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2023-02-13 01:09:34 UTC (buildkit.dockerfile.v0)

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

2023-02-13 01:09:34 UTC (buildkit.dockerfile.v0)

EXPOSE map[8081/tcp:{}]

2023-02-13 01:09:34 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