Namespace
seataio
Image / Tag
seata-server:1.8.0-SNAPSHOT.jre17
Content Digest
sha256:aaf396c8bd64c34578c7952f5f85df41201b2c262e0b52f28c8bee78f279a4d1
Details
Created

2023-10-31 05:12:17 UTC

Size

306 MB

Content Digest
Labels
  • name
    seata-server

Environment
JAVA_HOME

/usr/java/openjdk-17

JAVA_VERSION

17.0.2

LANG

C.UTF-8

PATH

/usr/java/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:38a980f2cc8accf69c23deae6743d42a87eb34a54f02396f3fcfd7c2d06e2c5b - 13.1% (40.2 MB)

[#001] sha256:de849f1cfbe60b1c06a1db83a3129ab0ea397c4852b98e3e4300b12ee57ba111 - 4.21% (12.9 MB)

[#002] sha256:a7203ca35e75e068651c9907d659adc721dba823441b78639fde66fc988f042f - 58.35% (179 MB)

[#003] sha256:c173ad8a3cf1e03315bf0bd3bc78ca9fe9871b1abd7cf290fd4ea310aa3819ba - 22.43% (68.7 MB)

[#004] sha256:c2e6565475efe7b40ff7d6ef9081184543fdfcaf78695a21ee359a78198fcfa9 - 0.82% (2.5 MB)

[#005] sha256:8604ce25349fcfad478fec8b8cbab92eb6f541022b6625ee820ab703c4c64c43 - 0.0% (8.87 KB)

[#006] sha256:a77f1b29c946da6e0ff1b0960cb08455810072e0036f287d4127727ffc2ba32c - 0.06% (183 KB)

[#007] sha256:3aea96b2c1662585c4fc44e3741e639a0d6ba8ee1df2b6cf1234de2cc48228e8 - 0.0% (220 Bytes)

[#008] sha256:459efc034b777c268e19d3f559af8ec691f824fc5c5d4da1ffebd9982a2c78bb - 1.02% (3.14 MB)

[#009] sha256:96275fea3872fda914216a0aa61b4e2d0c3ea9bddb23504cbcf0b12d17134a88 - 0.0% (606 Bytes)

[#010] sha256:6d34c1c173101d332b6bd8dc189e396dc451490036eea6aa1a9c80fbdd3f5842 - 0.0% (2.38 KB)


History
2022-04-27 20:33:04 UTC

/bin/sh -c #(nop) ADD file:9893213a9ea238f53ac68d87a3cf2f05d86763688392e5ddb6a2c9b60d3550a6 in /

2022-04-27 20:33:05 UTC

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

2022-04-27 21:53:12 UTC

/bin/sh -c set -eux; microdnf install gzip tar binutils freetype fontconfig ; microdnf clean all

2022-04-27 21:54:18 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-17

2022-04-27 21:54:18 UTC

/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-27 21:54:18 UTC

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

2022-04-27 21:54:18 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=17.0.2

2022-04-27 21:54:28 UTC

/bin/sh -c set -eux; arch="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')"; case "$arch" in 'i386:x86-64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz'; downloadSha256='0022753d0cceecacdd3a795dd4cea2bd7ffdf9dc06e22ffd1be98411742fbb44'; ;; 'aarch64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='13bfd976acf8803f862e82c7113fb0e9311ca5458b1decaef8a09ffd91119fa4'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; curl -fL -o openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; rm -rf "$JAVA_HOME/lib/security/cacerts"; ln -sT /etc/pki/ca-trust/extracted/java/cacerts "$JAVA_HOME/lib/security/cacerts"; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2022-04-27 21:54:28 UTC

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

2023-10-31 05:12:17 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (resources)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (classes)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

Details
Created

2023-10-31 05:12:17 UTC

Size

306 MB

Content Digest
Labels
  • name
    seata-server

Environment
JAVA_HOME

/usr/java/openjdk-17

JAVA_VERSION

17.0.2

LANG

C.UTF-8

PATH

/usr/java/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

Asia/Shanghai


Layers

[#000] sha256:416105dc84fc8cf66df5d2c9f81570a2cc36a6cae58aedd4d58792f041f7a2f5 - 13.1% (40.1 MB)

[#001] sha256:fe66142579ff5bb0bb5cf989222e2bc77a97dcbd0283887dec04d5b9dfd48cfa - 4.45% (13.6 MB)

[#002] sha256:1250d2aa493e8744c8f6cb528c8a882c14b6d7ff0af6862bbbfe676f60ea979e - 58.08% (178 MB)

[#003] sha256:c173ad8a3cf1e03315bf0bd3bc78ca9fe9871b1abd7cf290fd4ea310aa3819ba - 22.46% (68.7 MB)

[#004] sha256:c2e6565475efe7b40ff7d6ef9081184543fdfcaf78695a21ee359a78198fcfa9 - 0.82% (2.5 MB)

[#005] sha256:8604ce25349fcfad478fec8b8cbab92eb6f541022b6625ee820ab703c4c64c43 - 0.0% (8.87 KB)

[#006] sha256:a77f1b29c946da6e0ff1b0960cb08455810072e0036f287d4127727ffc2ba32c - 0.06% (183 KB)

[#007] sha256:3aea96b2c1662585c4fc44e3741e639a0d6ba8ee1df2b6cf1234de2cc48228e8 - 0.0% (220 Bytes)

[#008] sha256:459efc034b777c268e19d3f559af8ec691f824fc5c5d4da1ffebd9982a2c78bb - 1.03% (3.14 MB)

[#009] sha256:96275fea3872fda914216a0aa61b4e2d0c3ea9bddb23504cbcf0b12d17134a88 - 0.0% (606 Bytes)

[#010] sha256:6d34c1c173101d332b6bd8dc189e396dc451490036eea6aa1a9c80fbdd3f5842 - 0.0% (2.38 KB)


History
2022-04-27 22:55:53 UTC

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

2022-04-27 22:55:53 UTC

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

2022-04-27 23:27:35 UTC

/bin/sh -c set -eux; microdnf install gzip tar binutils freetype fontconfig ; microdnf clean all

2022-04-27 23:29:39 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-17

2022-04-27 23:29:40 UTC

/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-04-27 23:29:41 UTC

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

2022-04-27 23:29:42 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=17.0.2

2022-04-27 23:29:53 UTC

/bin/sh -c set -eux; arch="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')"; case "$arch" in 'i386:x86-64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz'; downloadSha256='0022753d0cceecacdd3a795dd4cea2bd7ffdf9dc06e22ffd1be98411742fbb44'; ;; 'aarch64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='13bfd976acf8803f862e82c7113fb0e9311ca5458b1decaef8a09ffd91119fa4'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; curl -fL -o openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; rm -rf "$JAVA_HOME/lib/security/cacerts"; ln -sT /etc/pki/ca-trust/extracted/java/cacerts "$JAVA_HOME/lib/security/cacerts"; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2022-04-27 23:29:54 UTC

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

2023-10-31 05:12:17 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (resources)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (classes)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

2023-10-31 05:12:17 UTC (extra files)

jib-maven-plugin:3.2.0

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