logo
docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal
linux/amd64 docker.io 尹丽军 贡献

镜像描述

eclipse-temurin镜像提供了OpenJDK的预构建版本,由Adoptium项目维护。它旨在提供高质量、经过测试和认证的OpenJDK发行版,可用于开发和运行Java应用程序。

此镜像适用于需要OpenJDK环境的Docker容器,简化了Java应用程序的部署流程。它包含了必要的运行时环境,例如JVM和Java类库,以便您可以直接在容器中运行Java代码。

181
浏览次数
328.02MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal
源镜像
docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal
镜像ID
sha256:7e827608774dd65404ed5b02a3d067984e15bad541dbc1e1f63bad861c21dbb8
镜像 TAG
17.0.19_10-jre-ubi10-minimal
镜像大小
328.02MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/__cacert_entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-05-27T22:37:15.883680981Z
同步时间
2026-05-29 16:18
浏览量
181 次
贡献者
avatar 尹丽军
⚙️ 环境变量 7
KeyValue
PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
JAVA_HOME=/opt/java/openjdk 2
LANG=en_US.UTF-8 3
LANGUAGE=en_US:en 4
LC_ALL=en_US.UTF-8 5
JAVA_VERSION=jdk-17.0.19+10 6
🏷️ 镜像标签 23
KeyValue
x86_64 architecture
2026-05-27T06:11:58Z build-date
ubi10-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
cpe:/o:redhat:enterprise_linux:10.2 cpe
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. description
public distribution-scope
1.42.2 io.buildah.version
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. io.k8s.description
Red Hat Universal Base Image 10 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel10 io.openshift.tags
Red Hat, Inc. maintainer
ubi10/ubi-minimal name
2026-05-27T06:11:58Z org.opencontainers.image.created
3aa29655e860e8f28ee9014c3803f132b3b1e65d org.opencontainers.image.revision
1779862102 release
Provides the latest release of the minimal Red Hat Universal Base Image 10. summary
https://catalog.redhat.com/en/search?searchType=containers url
3aa29655e860e8f28ee9014c3803f132b3b1e65d vcs-ref
git vcs-type
Red Hat, Inc. vendor
10.2 version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal  docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal  docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal

Shell快速替换命令

sed -i 's#eclipse-temurin:17.0.19_10-jre-ubi10-minimal#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal  docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal  docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal'

镜像构建历史


# 2026-05-28 06:37:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/__cacert_entrypoint.sh"]
                        
# 2026-05-28 06:37:15  5.31KB 复制新文件或目录到容器中
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit
                        
# 2026-05-28 06:37:15  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     echo "Verifying install ...";     echo "java --version"; java --version;     echo "Complete." # buildkit
                        
# 2026-05-28 06:37:15  141.67MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     ARCH="$(rpm --query --queryformat='%{ARCH}' rpm)";     case "${ARCH}" in        aarch64)          ESUM='aae834297a87736869745be7c1fca3207ea9167c5824f41c88b0ebb2e3ccb9b1';          BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_aarch64_linux_hotspot_17.0.19_10.tar.gz';          ;;        ppc64le)          ESUM='1b028a08d96054ef29a3b6c424537d9644e0ec5fb5742a64d967dd56d5571b6b';          BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_ppc64le_linux_hotspot_17.0.19_10.tar.gz';          ;;        s390x)          ESUM='674547d46dad6909fdcdafe5a691c131b048a8d226ccd7d0a4e96f2b208d772a';          BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_s390x_linux_hotspot_17.0.19_10.tar.gz';          ;;        x86_64)          ESUM='adb5a2364baa51de1ef91bb9911f5a61d24b045fe1d6647cb8050272a3a8ee75';          BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.19%2B10/OpenJDK17U-jre_x64_linux_hotspot_17.0.19_10.tar.gz';          ;;        *)          echo "Unsupported arch: ${ARCH}";          exit 1;          ;;     esac;     wget --progress=dot:giga -O /tmp/openjdk.tar.gz ${BINARY_URL};     wget --progress=dot:giga -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B;     gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz;     rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig;     echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -;     mkdir -p "$JAVA_HOME";     tar --extract         --file /tmp/openjdk.tar.gz         --directory "$JAVA_HOME"         --strip-components 1         --no-same-owner     ;     rm -f /tmp/openjdk.tar.gz; # buildkit
                        
# 2026-05-28 06:37:12  0.00B 设置环境变量 JAVA_VERSION
ENV JAVA_VERSION=jdk-17.0.19+10
                        
# 2026-05-28 06:37:12  100.12MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux;     microdnf install -y         gzip         tar         binutils         tzdata         wget         ca-certificates         openssl         fontconfig         glibc-langpack-en         gnupg2     ;     microdnf clean all # buildkit
                        
# 2026-05-28 06:37:12  0.00B 设置环境变量 LANG LANGUAGE LC_ALL
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
                        
# 2026-05-28 06:37:12  0.00B 设置环境变量 PATH
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-28 06:37:12  0.00B 设置环境变量 JAVA_HOME
ENV JAVA_HOME=/opt/java/openjdk
                        
# 2026-05-27 14:12:13  86.23MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="3aa29655e860e8f28ee9014c3803f132b3b1e65d" "org.opencontainers.image.revision"="3aa29655e860e8f28ee9014c3803f132b3b1e65d" "build-date"="2026-05-27T06:11:58Z" "org.opencontainers.image.created"="2026-05-27T06:11:58Z" "release"="1779862102"org.opencontainers.image.revision=3aa29655e860e8f28ee9014c3803f132b3b1e65d,org.opencontainers.image.created=2026-05-27T06:11:58Z
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) COPY file:919ce0635818e127299907aac3d5ec8b04328702d69e0d804c99d87a631c2e20 in /root/buildinfo/labels.json      
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) COPY file:919ce0635818e127299907aac3d5ec8b04328702d69e0d804c99d87a631c2e20 in /usr/share/buildinfo/labels.json      
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) COPY file:595171150af68abc798ea385f7988d74b566aa8e84babff137f00b08b2164683 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) COPY file:595171150af68abc798ea385f7988d74b566aa8e84babff137f00b08b2164683 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-05-27 14:12:13  0.00B 
/bin/sh -c #(nop) COPY file:5de33b5fc08b00635bccf9134a18978dba13e2250aa51838f9969515a3957847 in /etc/yum.repos.d/.      
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) COPY dir:8cc023cf96d9d3899063545e0c3b25ee410727bc8ef5903cc1b3e3e22d98dc1f in /      
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel10"
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 10 Minimal"
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 10."
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi10-minimal-container"       name="ubi10/ubi-minimal"       version="10.2"       cpe="cpe:/o:redhat:enterprise_linux:10.2"       distribution-scope="public"
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-05-27 14:12:12  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:7e827608774dd65404ed5b02a3d067984e15bad541dbc1e1f63bad861c21dbb8",
    "RepoTags": [
        "eclipse-temurin:17.0.19_10-jre-ubi10-minimal",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal"
    ],
    "RepoDigests": [
        "eclipse-temurin@sha256:312bf205d0b0ec9cc5f5aa42bfe0f6a054c1c6b0eef4f3dd898287f138369451",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/eclipse-temurin@sha256:4bbb797a00ff168dd44dc9831df2c7c8cf51c9a6b7c78976d9561d28ab57222d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-27T22:37:15.883680981Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "JAVA_HOME=/opt/java/openjdk",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US:en",
            "LC_ALL=en_US.UTF-8",
            "JAVA_VERSION=jdk-17.0.19+10"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/__cacert_entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-05-27T06:11:58Z",
            "com.redhat.component": "ubi10-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/o:redhat:enterprise_linux:10.2",
            "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 10 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel10",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi10/ubi-minimal",
            "org.opencontainers.image.created": "2026-05-27T06:11:58Z",
            "org.opencontainers.image.revision": "3aa29655e860e8f28ee9014c3803f132b3b1e65d",
            "release": "1779862102",
            "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 10.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "3aa29655e860e8f28ee9014c3803f132b3b1e65d",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "10.2"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 328022469,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/76e84065d0ebd25b921bd23cb2abcaa82aaf692a23f86db6bfa33d4433a61b1d/diff:/var/lib/docker/overlay2/679b74d36c79c2db2dafc2381c4a751245b239e184fd51cea8907bbc084c4967/diff:/var/lib/docker/overlay2/714ed80b0f8d39a3e2186aab1718fd880fd9148319fc712aa825f37f54ec448e/diff:/var/lib/docker/overlay2/c24db580926626bd1c60aeb89597a6c60bca2abb16ce7d5f6191e8849b6b5b41/diff",
            "MergedDir": "/var/lib/docker/overlay2/2719d5d911cddb6878a5b800ac2841cc6d263bf1385f9b1c0e8bb25f9d125d78/merged",
            "UpperDir": "/var/lib/docker/overlay2/2719d5d911cddb6878a5b800ac2841cc6d263bf1385f9b1c0e8bb25f9d125d78/diff",
            "WorkDir": "/var/lib/docker/overlay2/2719d5d911cddb6878a5b800ac2841cc6d263bf1385f9b1c0e8bb25f9d125d78/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:732bf689657b2e0a7c3fb830e3a881d1e3a01053aee58e3639bef800dd9259aa",
            "sha256:1c365d7e6607fa8ad11ffd306448656976e546ae1982ea80488b74e2752bbb9b",
            "sha256:e2c6a7f6e7f555c63854a3ffb870f4349111be87f0e8fcf15af196b0e320e545",
            "sha256:8926155a68bd19c43580f6e95ec46fb9f905e7ce1d2c29481cee584337b1b916",
            "sha256:3f424133138e592f42a422c1e91751f4efbd093769f93d73d01ad3d818c07320"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-29T16:18:13.960678586+08:00"
    }
}

更多版本

docker.io/eclipse-temurin:21-jre

linux/amd64 docker.io279.46MB2024-07-16 11:28
5616

docker.io/eclipse-temurin:21.0.4_7-jdk-alpine

linux/amd64 docker.io346.73MB2024-09-05 10:13
2395

docker.io/eclipse-temurin:17.0.12_7-jdk-alpine

linux/amd64 docker.io317.89MB2024-09-13 22:10
1581

docker.io/eclipse-temurin:17.0.12_7-jre-alpine

linux/amd64 docker.io166.94MB2024-09-23 13:55
1697

docker.io/eclipse-temurin:8-jdk

linux/amd64 docker.io320.28MB2024-10-09 11:36
3743

docker.io/eclipse-temurin:8-jre

linux/amd64 docker.io231.06MB2024-10-24 15:30
3170

docker.io/eclipse-temurin:21.0.5_11-jre-noble

linux/amd64 docker.io286.86MB2024-11-06 15:05
1206

docker.io/eclipse-temurin:17-jdk-jammy

linux/amd64 docker.io413.23MB2024-11-14 15:41
2929

docker.io/eclipse-temurin:17.0.13_11-jdk-alpine

linux/amd64 docker.io335.97MB2024-12-02 08:14
1323

docker.io/eclipse-temurin:21.0.6_7-jre-noble

linux/amd64 docker.io286.88MB2025-02-11 09:16
696

docker.io/eclipse-temurin:11.0.22_7-jdk-jammy

linux/amd64 docker.io392.33MB2025-02-13 16:16
876

docker.io/eclipse-temurin:11.0.22_7-jre-jammy

linux/amd64 docker.io254.70MB2025-02-13 16:28
1198

docker.io/eclipse-temurin:23.0.2_7-jre-alpine-3.21

linux/amd64 docker.io204.46MB2025-02-24 23:14
694

docker.io/eclipse-temurin:23.0.2_7-jre-alpine-3.21

linux/arm64 docker.io204.72MB2025-02-24 23:15
576

docker.io/eclipse-temurin:21.0.6_7-jdk-noble

linux/amd64 docker.io447.46MB2025-03-13 14:45
1234

docker.io/eclipse-temurin:21-jre-alpine

linux/amd64 docker.io204.52MB2025-04-08 20:08
2859

docker.io/eclipse-temurin:21-jdk-jammy

linux/amd64 docker.io441.20MB2025-04-10 09:16
2049

docker.io/eclipse-temurin:11

linux/amd64 docker.io401.07MB2025-04-10 20:13
1412

docker.io/eclipse-temurin:8u442-b06-jdk-noble

linux/amd64 docker.io274.17MB2025-04-11 17:22
884

docker.io/eclipse-temurin:17-noble

linux/amd64 docker.io419.54MB2025-04-14 18:42
912

docker.io/eclipse-temurin:21.0.7_6-jre-alpine

linux/amd64 docker.io204.54MB2025-04-27 10:03
900

docker.io/eclipse-temurin:11-jre-alpine

linux/amd64 docker.io169.36MB2025-05-15 13:48
937

docker.io/eclipse-temurin:17-jdk-alpine

linux/amd64 docker.io331.91MB2025-05-17 00:00
2453

docker.io/eclipse-temurin:21.0.7_6-jre

linux/amd64 docker.io286.90MB2025-05-26 14:51
989

docker.io/eclipse-temurin:24.0.1_9-jre

linux/amd64 docker.io313.79MB2025-05-30 14:37
621

docker.io/eclipse-temurin:17.0.15_6-jdk

linux/amd64 docker.io419.68MB2025-06-13 14:43
1931

docker.io/eclipse-temurin:17-jre

linux/amd64 docker.io262.59MB2025-06-17 19:08
2364

docker.io/eclipse-temurin:17-jre-alpine-3.21

linux/amd64 docker.io180.23MB2025-06-18 16:44
1650

docker.io/eclipse-temurin:21-jdk-alpine

linux/amd64 docker.io360.42MB2025-06-21 22:28
1892

docker.io/eclipse-temurin:17-jdk-jammy

linux/arm64 docker.io408.85MB2025-07-02 15:35
926

docker.io/eclipse-temurin:21-jdk-noble

linux/amd64 docker.io447.59MB2025-07-05 12:42
554

docker.io/eclipse-temurin:21-jdk-noble

linux/arm64 docker.io477.71MB2025-07-05 12:46
605

docker.io/eclipse-temurin:23-jre-alpine-3.21

linux/amd64 docker.io204.46MB2025-07-14 12:00
681

docker.io/eclipse-temurin:11-jre-focal

linux/amd64 docker.io266.71MB2025-07-14 18:32
689

docker.io/eclipse-temurin:8-jdk-alpine

linux/amd64 docker.io190.43MB2025-07-15 18:45
1541

docker.io/eclipse-temurin:24.0.1_9-jre-noble

linux/amd64 docker.io313.81MB2025-07-16 17:11
505

docker.io/eclipse-temurin:11.0.27_6-jre-noble

linux/amd64 docker.io263.29MB2025-07-16 17:36
448

docker.io/eclipse-temurin:17.0.15_6-jre-jammy

linux/amd64 docker.io261.12MB2025-08-04 10:55
533

docker.io/eclipse-temurin:11.0.28_6-jdk-ubi10-minimal

linux/arm64 docker.io510.13MB2025-08-07 14:29
995

docker.io/eclipse-temurin:17-jdk

linux/arm64 docker.io451.36MB2025-09-11 16:26
596

docker.io/eclipse-temurin:17-jdk

linux/amd64 docker.io419.80MB2025-09-12 21:55
1303

docker.io/eclipse-temurin:8-jdk

linux/arm64 docker.io300.55MB2025-09-24 15:39
614

docker.io/eclipse-temurin:24.0.1_9-jre-alpine-3.21

linux/amd64 docker.io235.28MB2025-09-25 16:34
419

docker.io/eclipse-temurin:21.0.8_9-jdk-noble

linux/amd64 docker.io447.95MB2025-09-30 15:41
403

docker.io/eclipse-temurin:21.0.8_9-jre-noble

linux/amd64 docker.io287.17MB2025-09-30 15:44
475

docker.io/eclipse-temurin:8u462-b08-jre

linux/amd64 docker.io231.12MB2025-10-28 09:08
563

docker.io/eclipse-temurin:8u462-b08-jre

linux/arm64 docker.io254.61MB2025-10-28 09:11
460

docker.io/eclipse-temurin:21-jdk-jammy

linux/arm64 docker.io435.71MB2025-11-04 13:18
579

docker.io/eclipse-temurin:11-jdk

linux/amd64 docker.io401.20MB2025-11-07 19:51
466

docker.io/eclipse-temurin:8-jre-alpine-3.21

linux/amd64 docker.io149.35MB2025-11-14 15:44
755

docker.io/eclipse-temurin:25.0.1_8-jdk-noble

linux/amd64 docker.io391.50MB2025-11-30 00:29
601

docker.io/eclipse-temurin:21.0.9_10-jdk-noble

linux/amd64 docker.io447.98MB2025-11-30 00:32
465

docker.io/eclipse-temurin:8u472-b08-jdk-noble

linux/amd64 docker.io274.22MB2025-11-30 00:34
808

docker.io/eclipse-temurin:25-jdk-noble

linux/amd64 docker.io391.50MB2025-12-04 10:34
1115

docker.io/eclipse-temurin:11.0.29_7-jre-noble

linux/amd64 docker.io262.50MB2025-12-04 11:16
331

docker.io/eclipse-temurin:17.0.17_10-jdk-noble

linux/amd64 docker.io420.06MB2025-12-04 11:21
453

docker.io/eclipse-temurin:11.0.29_7-jre-ubi9-minimal

linux/amd64 docker.io317.02MB2025-12-04 14:22
416

docker.io/eclipse-temurin:8-jdk-noble

linux/amd64 docker.io274.22MB2025-12-04 14:27
360

docker.io/eclipse-temurin:17-jre-noble

linux/amd64 docker.io262.83MB2025-12-10 21:54
425

docker.io/eclipse-temurin:17-jre

linux/arm64 docker.io288.48MB2025-12-26 15:52
389

docker.io/eclipse-temurin:8u392-b08-jdk-alpine

linux/amd64 docker.io228.54MB2026-01-19 12:50
445

docker.io/eclipse-temurin:8u472-b08-jdk

linux/amd64 docker.io274.22MB2026-01-21 20:23
356

docker.io/eclipse-temurin:8u472-b08-jdk-alpine

linux/amd64 docker.io191.26MB2026-01-21 20:37
439

docker.io/eclipse-temurin:21-jdk

linux/arm64 docker.io510.12MB2026-02-12 18:11
392

docker.io/eclipse-temurin:25-jdk-alpine

linux/amd64 docker.io302.47MB2026-02-15 20:51
598

docker.io/eclipse-temurin:17.0.18_8-jdk-alpine

linux/amd64 docker.io335.13MB2026-02-27 17:25
412

docker.io/eclipse-temurin:8u482-b08-jdk

linux/amd64 docker.io275.20MB2026-03-02 15:47
326

docker.io/eclipse-temurin:8u482-b08-jdk-noble

linux/amd64 docker.io275.20MB2026-03-10 17:57
280

docker.io/eclipse-temurin:11.0.30_7-jdk-noble

linux/amd64 docker.io401.35MB2026-03-10 18:00
270

docker.io/eclipse-temurin:8u482-b08-jdk-noble

linux/arm64 docker.io301.40MB2026-03-11 11:45
306

docker.io/eclipse-temurin:11.0.30_7-jdk-noble

linux/arm64 docker.io422.17MB2026-03-11 11:47
207

docker.io/eclipse-temurin:17.0.18_8-jre-noble

linux/amd64 docker.io263.64MB2026-03-20 17:59
236

docker.io/eclipse-temurin:8u482-b08-jre

linux/amd64 docker.io232.09MB2026-03-31 10:11
341

docker.io/eclipse-temurin:17-jdk-noble

linux/amd64 docker.io421.25MB2026-04-02 08:28
386

docker.io/eclipse-temurin:17.0.18_8-jdk-jammy

linux/amd64 docker.io415.16MB2026-04-09 15:55
255

docker.io/eclipse-temurin:8-jre

linux/arm64 docker.io255.42MB2026-04-20 17:56
236

docker.io/eclipse-temurin:21.0.10_7-jdk-ubi10-minimal

linux/amd64 docker.io492.47MB2026-04-23 17:28
249

docker.io/eclipse-temurin:11.0.31_11-jdk

linux/amd64 docker.io432.04MB2026-05-11 12:51
178

docker.io/eclipse-temurin:17.0.19_10-jdk-noble

linux/amd64 docker.io421.81MB2026-05-11 14:22
201

docker.io/eclipse-temurin:21.0.11_10-jdk-noble

linux/amd64 docker.io448.65MB2026-05-11 16:52
175

docker.io/eclipse-temurin:8-jdk-jammy

linux/amd64 docker.io273.92MB2026-05-11 18:34
206

docker.io/eclipse-temurin:8u492-b09-jdk-jammy

linux/amd64 docker.io273.96MB2026-05-21 09:04
188

docker.io/eclipse-temurin:11.0.31_11-jdk-jammy

linux/amd64 docker.io400.24MB2026-05-21 09:13
132

docker.io/eclipse-temurin:21.0.11_10-jdk-jammy

linux/amd64 docker.io442.56MB2026-05-21 19:21
172

docker.io/eclipse-temurin:21.0.8_9-jdk-alpine-3.22

linux/amd64 docker.io361.96MB2026-05-21 19:48
115

docker.io/eclipse-temurin:8u482-b08-jdk-alpine-3.21

linux/amd64 docker.io191.42MB2026-05-22 13:59
123

docker.io/eclipse-temurin:8-jdk-alpine-3.21

linux/amd64 docker.io191.56MB2026-05-26 16:05
124

docker.io/eclipse-temurin:21.0.11_10-jre-alpine-3.23

linux/amd64 docker.io207.34MB2026-05-27 17:16
128

docker.io/eclipse-temurin:17.0.19_10-jre-ubi10-minimal

linux/amd64 docker.io328.02MB2026-05-29 16:18
180

docker.io/eclipse-temurin:17.0.19_10-jdk-ubi10-minimal

linux/amd64 docker.io467.16MB2026-05-29 16:19
118

docker.io/eclipse-temurin:11-jdk-jammy

linux/amd64 docker.io400.24MB2026-06-05 17:32
101

docker.io/eclipse-temurin:8-jdk-ubi9-minimal

linux/amd64 docker.io336.29MB2026-06-09 15:05
131

docker.io/eclipse-temurin:17-jre-alpine-3.23

linux/amd64 docker.io183.60MB2026-06-23 16:12
69

docker.io/eclipse-temurin:25.0.3_9-jdk

linux/amd64 docker.io413.88MB2026-07-03 10:51
66

docker.io/eclipse-temurin:21.0.11_10-jdk

linux/amd64 docker.io474.81MB2026-07-03 14:22
48

docker.io/eclipse-temurin:17.0.19_10-jdk

linux/amd64 docker.io447.97MB2026-07-03 15:03
43
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×