Namespace
seataio
Image / Tag
seata-server:2.0.0-SNAPSHOT.jre17
Content Digest
sha256:365a65635eb173aca198caabccd6f5fe363bdd084388625d444764b41ff6e53f
Details
Created

2023-11-19 14:14:33 UTC

Size

367 MB

Content Digest
Labels
  • git.commit.id
    2d80d251c9d940c676614c2d1f0f3c27cfc276fb
  • mvn.build.version
    2.0.0-SNAPSHOT
  • name
    seata-server
  • git.commit.time
    2023-11-19T14:12:59+0000
  • git.commit.message.full
    sync 2.x to branch 2.0.0-test (#6055)
  • git.remote.origin.url
    https://github.com/seata/seata

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 - 10.94% (40.2 MB)

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

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

[#003] sha256:86bd19620a6f26f46d6793e40d4c462da97da7b0bdb44e2444b7a7127ab7ba5c - 35.22% (129 MB)

[#004] sha256:d56dadbf8ce9a28dd2291307e0191a071b47a4d63992ca763d27ab7f53ee47d1 - 0.68% (2.51 MB)

[#005] sha256:ece1f6496e500958be15f36ab501afaaff4e572be859a9209474b9a628d2ea5a - 0.0% (12.1 KB)

[#006] sha256:95440eb5f481fa0bc76d7103636fcce6e80a552bc90cfd6ebb82f047ad2b8fc8 - 0.07% (248 KB)

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

[#008] sha256:459efc034b777c268e19d3f559af8ec691f824fc5c5d4da1ffebd9982a2c78bb - 0.85% (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-11-19 14:14:33 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (resources)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (classes)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (extra files)

jib-maven-plugin:3.2.0

Details
Created

2023-11-19 14:14:33 UTC

Size

367 MB

Content Digest
Labels
  • git.commit.id
    2d80d251c9d940c676614c2d1f0f3c27cfc276fb
  • mvn.build.version
    2.0.0-SNAPSHOT
  • name
    seata-server
  • git.commit.time
    2023-11-19T14:12:59+0000
  • git.commit.message.full
    sync 2.x to branch 2.0.0-test (#6055)
  • git.remote.origin.url
    https://github.com/seata/seata

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 - 10.93% (40.1 MB)

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

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

[#003] sha256:86bd19620a6f26f46d6793e40d4c462da97da7b0bdb44e2444b7a7127ab7ba5c - 35.27% (129 MB)

[#004] sha256:d56dadbf8ce9a28dd2291307e0191a071b47a4d63992ca763d27ab7f53ee47d1 - 0.68% (2.51 MB)

[#005] sha256:ece1f6496e500958be15f36ab501afaaff4e572be859a9209474b9a628d2ea5a - 0.0% (12.1 KB)

[#006] sha256:95440eb5f481fa0bc76d7103636fcce6e80a552bc90cfd6ebb82f047ad2b8fc8 - 0.07% (248 KB)

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

[#008] sha256:459efc034b777c268e19d3f559af8ec691f824fc5c5d4da1ffebd9982a2c78bb - 0.86% (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-11-19 14:14:33 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (resources)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (classes)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-19 14:14:33 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