Namespace
seataio
Image / Tag
seata-server:2.0.0.jre17-slim
Content Digest
sha256:d4ef6dc97997fa35adaa01456413e9678ca7e241522fe37d4ba78317c1da4231
Details
Created

2023-11-24 03:54:00 UTC

Size

346 MB

Content Digest
Labels
  • git.commit.id
    f43e2a9268992b161f38c4d6eccc77646cc39ff4
  • mvn.build.version
    2.0.0
  • name
    seata-server
  • git.commit.time
    2023-11-24T03:51:15+0000
  • git.commit.message.full
    release: release for 2.0.0 release: release for 2.0.0
  • git.remote.origin.url
    https://github.com/seata/seata

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 - 8.65% (29.9 MB)

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

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

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

[#004] sha256:158e6f37f1a2a8347b55413156a0d81aae104b004f11dc1c1ac2288fa703157c - 0.72% (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.91% (3.14 MB)

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

[#010] sha256:6d34c1c173101d332b6bd8dc189e396dc451490036eea6aa1a9c80fbdd3f5842 - 0.0% (2.38 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-11-24 03:54:00 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (resources)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (classes)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (extra files)

jib-maven-plugin:3.2.0

Details
Created

2023-11-24 03:54:00 UTC

Size

343 MB

Content Digest
Labels
  • git.commit.id
    f43e2a9268992b161f38c4d6eccc77646cc39ff4
  • mvn.build.version
    2.0.0
  • name
    seata-server
  • git.commit.time
    2023-11-24T03:51:15+0000
  • git.commit.message.full
    release: release for 2.0.0 release: release for 2.0.0
  • git.remote.origin.url
    https://github.com/seata/seata

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 - 8.36% (28.7 MB)

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

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

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

[#004] sha256:158e6f37f1a2a8347b55413156a0d81aae104b004f11dc1c1ac2288fa703157c - 0.73% (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.91% (3.14 MB)

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

[#010] sha256:6d34c1c173101d332b6bd8dc189e396dc451490036eea6aa1a9c80fbdd3f5842 - 0.0% (2.38 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-11-24 03:54:00 UTC (dependencies)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (project dependencies)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (resources)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (classes)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (jvm arg files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 UTC (extra files)

jib-maven-plugin:3.2.0

2023-11-24 03:54:00 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