Namespace
seataio
Image / Tag
seata-server:1.7.1.jre17-slim
Content Digest
sha256:1c1795700c150f80bbc3d57140935a4d679584f2b5e8f9490b7d1a1bc66b3812
Details
Created

2023-09-04 13:06:07 UTC

Size

285 MB

Content Digest
Labels
  • name
    seata-server

Environment
JAVA_HOME

/usr/local/openjdk-17

JAVA_VERSION

17.0.2

LANG

C.UTF-8

PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:1fe172e4850f03bb45d41a20174112bc119fbfec42a650edbbd8491aee32e3c3 - 10.5% (29.9 MB)

[#001] sha256:44d3aa8d076675d49d85180b0ced9daef210fe4fdff4bdbb422b9cf384e591d0 - 0.53% (1.51 MB)

[#002] sha256:6ce99fdf16e86bd02f6ad66a0e1334878528b5a4b5487850a76e0c08a7a27d56 - 62.85% (179 MB)

[#003] sha256:6228bb0f3134dd7573139dbf875904c0d206e86b5c1b415ed423b964fc075895 - 24.08% (68.6 MB)

[#004] sha256:b34ecbffdd282d5adb19d474122d57bdc859933045ded1fa8a3c7da29a3ebfb8 - 0.88% (2.5 MB)

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

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

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

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

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

[#010] sha256:fb00da83ab75c23eaacc9dd79e68600e3ee69645764c47b0be913a6188874bd6 - 0.0% (2.24 KB)


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

/bin/sh -c #(nop) ADD file:8b1e79f91081eb527b455431af58e823d8b84d9d0c8e5c47cb7bda7507954ae4 in /

2022-04-20 04:43:27 UTC

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

2022-04-20 10:47:39 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2022-04-20 10:51:06 UTC

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

2022-04-20 10:51:06 UTC

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

2022-04-20 10:51:06 UTC

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

2022-04-20 10:51:06 UTC

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

2022-04-20 10:51:21 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz'; downloadSha256='0022753d0cceecacdd3a795dd4cea2bd7ffdf9dc06e22ffd1be98411742fbb44'; ;; 'arm64') 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; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget --progress=dot:giga -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*; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; 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-20 10:51:22 UTC

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

2023-09-04 13:06:07 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (resources)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (classes)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (extra files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (extra files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (extra files)

jib-maven-plugin:3.2.0

Details
Created

2023-09-04 13:06:07 UTC

Size

282 MB

Content Digest
Labels
  • name
    seata-server

Environment
JAVA_HOME

/usr/local/openjdk-17

JAVA_VERSION

17.0.2

LANG

C.UTF-8

PATH

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

TZ

Asia/Shanghai


Layers

[#000] sha256:6d4a449ac69c579312443ded09f57c4894e7adb42f7406abd364f95982fafc59 - 10.16% (28.7 MB)

[#001] sha256:a59f13dc084e185af417a4c6d1be2534adaff0c4f35ac2166a539260f4e8e945 - 0.46% (1.3 MB)

[#002] sha256:1d5035d2d5c6c24e610a9317c6907a7c58efd512757d559841e5d0851512ed9c - 63.01% (178 MB)

[#003] sha256:6228bb0f3134dd7573139dbf875904c0d206e86b5c1b415ed423b964fc075895 - 24.31% (68.6 MB)

[#004] sha256:b34ecbffdd282d5adb19d474122d57bdc859933045ded1fa8a3c7da29a3ebfb8 - 0.89% (2.5 MB)

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

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

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

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

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

[#010] sha256:fb00da83ab75c23eaacc9dd79e68600e3ee69645764c47b0be913a6188874bd6 - 0.0% (2.24 KB)


History
2022-04-20 04:29:10 UTC

/bin/sh -c #(nop) ADD file:84523b5820128293b713ef35d8db618921162250da1e4c72bf9923f34ad7d87d in /

2022-04-20 04:29:11 UTC

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

2022-04-20 10:24:38 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2022-04-20 10:28:48 UTC

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

2022-04-20 10:28:48 UTC

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

2022-04-20 10:28:49 UTC

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

2022-04-20 10:28:50 UTC

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

2022-04-20 10:29:06 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed50d7138ee7f/8/GPL/openjdk-17.0.2_linux-x64_bin.tar.gz'; downloadSha256='0022753d0cceecacdd3a795dd4cea2bd7ffdf9dc06e22ffd1be98411742fbb44'; ;; 'arm64') 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; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget --progress=dot:giga -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*; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; 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-20 10:29:07 UTC

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

2023-09-04 13:06:07 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (resources)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (classes)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (extra files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 UTC (extra files)

jib-maven-plugin:3.2.0

2023-09-04 13:06:07 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