广告图片

docker.io/ubuntu/jre:17-24.04_stable linux/amd64

docker.io/ubuntu/jre:17-24.04_stable - 国内下载镜像源 浏览次数:11
Ubuntu JDK 11
源镜像 docker.io/ubuntu/jre:17-24.04_stable
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable
镜像ID sha256:7bcb6b82618c374075c1621e9eb3ac6981b28d34f65c83e2c2be877ad8eddf57
镜像TAG 17-24.04_stable
大小 137.75MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/bin/pebble enter
工作目录
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2026-04-13T03:57:37.759653839Z
同步时间 2026-04-17 16:51
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
镜像标签
2026-04-13T03:58:48.599713+00:00: org.opencontainers.image.created OpenJDK 17 headless runtime environment This rock provides OpenJDK 17 runtime environment including the following public modules: - java.base - the foundational APIs of the Java SE Platform. - java.compiler - the Java programming language compiler API. - java.datatransfer - the Transferable and DataFlavor classes and interfaces. - java.desktop - the Java AWT, Swing, and other GUI APIs. - java.instrument - services that allow agents to instrument programs running on the JVM. - java.logging - the Java Logging API. - java.management - the Java Management Extensions (JMX) API. - java.management.rmi - the RMI connector for the Java Management Extensions (JMX) Remote API. - java.naming - the Java Naming and Directory Interface (JNDI) API. - java.net.http - the HTTP Client API. - java.prefs - the Preferences API. - java.rmi - the Remote Method Invocation (RMI) API. - java.scripting - the Scripting API. - java.se - the API of the Java SE Platform. - java.security.jgss - the Java binding of the IETF Generic Security Services API (GSS-API). - java.security.sasl - Java support for the IETF Simple Authentication and Security Layer (SASL). - java.smartcardio - the Java Smart Card I/O API. - java.sql - the JDBC API. - java.sql.rowset - the JDBC RowSet API. - java.transaction.xa - an API for supporting distributed transactions in JDBC. - java.xml - the Java APIs for XML Processing (JAXP). - java.xml.crypto - the API for XML cryptography. - jdk.accessibility - the accessibility API. - jdk.charsets - the charsets that are not in java.base (mostly double byte and IBM charsets). - jdk.crypto.cryptoki -the implementation of the SunPKCS11 security provider. - jdk.crypto.ec - the implementation of the SunEC security provider. - jdk.dynalink - the API for dynamic linking of high-level operations on objects. - jdk.httpserver - the JDK-specific HTTP server API, and provides the jwebserver tool for running a minimal HTTP server. - jdk.incubator.foreign - the API for interoperation with code and data outside of the JVM. - jdk.incubator.vector - the API for vector computations that compile at runtime to optimal vector instructions on supported CPU architectures. - jdk.internal.vm.ci - the JVM Compiler Interface (JVMCI) API. - jdk.internal.vm.compiler - the Graal JIT compiler implementation. - jdk.internal.vm.compiler.management - the management interface for the Graal JIT compiler. - jdk.jdwp.agent - the implementation of the Java Debug Wire Protocol (JDWP) agent. - jdk.jfr - the API for JDK Flight Recorder. - jdk.jsobject - the API for the JavaScript Object. - jdk.localedata - the locale data for locales other than US locale. - jdk.management - JDK-specific management interfaces for the JVM. - jdk.management.agent - the JMX management agent. - jdk.management.jfr - the Management Interface for JDK Flight Recorder. - jdk.naming.dns - the implementation of the DNS Java Naming provider. - jdk.naming.rmi - the implementation of the RMI Java Naming provider. - jdk.net - the JDK-specific Networking API. - jdk.nio.mapmode - the file mapping modes for java.nio. - jdk.sctp - the JDK-specific API for SCTP. - jdk.security.auth - the implementations of the javax.security.auth.* interfaces and various authentication modules. - jdk.security.jgss - the JDK extensions to the GSS-API and an implementation of the SASL GSSAPI mechanism. - jdk.unsupported - access to sun.misc.Unsafe - jdk.xml.dom - the subset of the W3C Document Object Model (DOM) API that is not part of the Java SE API. - jdk.zipfs - the implementation of the Zip file system provider. : org.opencontainers.image.description jre: org.opencontainers.image.title 17-edge: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable  docker.io/ubuntu/jre:17-24.04_stable

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable  docker.io/ubuntu/jre:17-24.04_stable

Shell快速替换命令

sed -i 's#ubuntu/jre:17-24.04_stable#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable  docker.io/ubuntu/jre:17-24.04_stable'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable  docker.io/ubuntu/jre:17-24.04_stable'

镜像构建历史


# 2026-04-13 11:58:48  162.00B 
umoci raw add-layer --image /root/images/jre:17-edge /root/images/.temp_layer.control_data.419.tar
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  0.00B 
umoci config
                        
# 2026-04-13 11:58:48  84.00B 
umoci raw add-layer --image /root/images/jre:17-edge /root/images/.temp_layer.419.tar --tag 17-edge
                        
# 2026-04-13 11:58:47  137.74MB 
umoci raw add-layer --image /root/images/jre:rockcraft-base /root/images/.temp_layer.419.tar --tag 17-edge
                        
                    

镜像信息

{
    "Id": "sha256:7bcb6b82618c374075c1621e9eb3ac6981b28d34f65c83e2c2be877ad8eddf57",
    "RepoTags": [
        "ubuntu/jre:17-24.04_stable",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre:17-24.04_stable"
    ],
    "RepoDigests": [
        "ubuntu/jre@sha256:16760768f1fb778a23ff1a440af61215a1a18a3c1ddcc1a46c30c5bbdc5cb13a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ubuntu/jre@sha256:23cd09d23da338cecd8ab808b61947bbbe2161852bed090d3b34492676ca9d9c"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2026-04-13T03:57:37.759653839Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "584792",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/bin/pebble",
            "enter"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-04-13T03:58:48.599713+00:00",
            "org.opencontainers.image.description": "OpenJDK 17 headless runtime environment\n\nThis rock provides OpenJDK 17 runtime environment including the\nfollowing public modules:\n- java.base - the foundational APIs of the Java SE Platform.\n- java.compiler - the Java programming language compiler\n  API.\n- java.datatransfer - the Transferable and DataFlavor\n  classes and interfaces.\n- java.desktop - the Java AWT, Swing, and other GUI APIs.\n- java.instrument - services that allow agents to instrument\n  programs running on the JVM.\n- java.logging - the Java Logging API.\n- java.management - the Java Management Extensions (JMX) API.\n- java.management.rmi - the RMI connector for the Java Management\n  Extensions (JMX) Remote API.\n- java.naming - the Java Naming and Directory Interface (JNDI) API.\n- java.net.http - the HTTP Client API.\n- java.prefs - the Preferences API.\n- java.rmi - the Remote Method Invocation (RMI) API.\n- java.scripting - the Scripting API.\n- java.se -  the API of the Java SE Platform.\n- java.security.jgss - the Java binding of the IETF Generic\n  Security Services API (GSS-API).\n- java.security.sasl - Java support for the IETF Simple\n  Authentication and Security Layer (SASL).\n- java.smartcardio - the Java Smart Card I/O API.\n- java.sql - the JDBC API.\n- java.sql.rowset - the JDBC RowSet API.\n- java.transaction.xa - an API for supporting distributed\n  transactions in JDBC.\n- java.xml - the Java APIs for XML Processing (JAXP).\n- java.xml.crypto - the API for XML cryptography.\n- jdk.accessibility - the accessibility API.\n- jdk.charsets - the  charsets that are not in java.base\n  (mostly double byte and IBM charsets).\n- jdk.crypto.cryptoki -the implementation of the SunPKCS11\n  security provider.\n- jdk.crypto.ec - the implementation of the SunEC security\n  provider.\n- jdk.dynalink - the API for dynamic linking of high-level\n  operations on objects.\n- jdk.httpserver -  the JDK-specific HTTP server API, and provides\n  the jwebserver tool for running a minimal HTTP server.\n- jdk.incubator.foreign - the API for interoperation with\n  code and data outside of the JVM.\n- jdk.incubator.vector - the API for vector computations\n  that compile at runtime to optimal vector instructions on\n  supported CPU architectures.\n- jdk.internal.vm.ci - the JVM Compiler Interface (JVMCI)\n  API.\n- jdk.internal.vm.compiler - the Graal JIT compiler\n  implementation.\n- jdk.internal.vm.compiler.management - the management\n  interface for the Graal JIT compiler.\n- jdk.jdwp.agent - the implementation of the Java Debug Wire\n  Protocol (JDWP) agent.\n- jdk.jfr - the API for JDK Flight Recorder.\n- jdk.jsobject - the API for the JavaScript Object.\n- jdk.localedata - the locale data for locales other than US\n  locale.\n- jdk.management - JDK-specific management interfaces for the JVM.\n- jdk.management.agent - the JMX management agent.\n- jdk.management.jfr - the Management Interface for JDK Flight\n  Recorder.\n- jdk.naming.dns - the implementation of the DNS Java Naming\n  provider.\n- jdk.naming.rmi - the implementation of the RMI Java Naming\n  provider.\n- jdk.net - the JDK-specific Networking API.\n- jdk.nio.mapmode - the file mapping modes for java.nio.\n- jdk.sctp - the JDK-specific API for SCTP.\n- jdk.security.auth - the implementations of the\n  javax.security.auth.* interfaces and various authentication\n  modules.\n- jdk.security.jgss - the  JDK extensions to the GSS-API and an\n  implementation of the SASL GSSAPI mechanism.\n- jdk.unsupported - access to sun.misc.Unsafe\n- jdk.xml.dom  - the subset of the W3C Document Object Model (DOM)\n  API that is not part of the Java SE API.\n- jdk.zipfs - the implementation of the Zip file system provider.\n",
            "org.opencontainers.image.title": "jre",
            "org.opencontainers.image.version": "17-edge"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 137745010,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c7eaeb308af1963aab1bfe8e453a414fe7a3e3752f49c690995e7bb6caa4bc24/diff:/var/lib/docker/overlay2/9258023c841b39c8b44128c2043a0b88e69e30bdfd91fdf9225b0b7d54fea087/diff",
            "MergedDir": "/var/lib/docker/overlay2/533b88fa8ab17e91c722b95384c86f3bda1506a5d9560b2121e86c57790afc4c/merged",
            "UpperDir": "/var/lib/docker/overlay2/533b88fa8ab17e91c722b95384c86f3bda1506a5d9560b2121e86c57790afc4c/diff",
            "WorkDir": "/var/lib/docker/overlay2/533b88fa8ab17e91c722b95384c86f3bda1506a5d9560b2121e86c57790afc4c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:449682c22bbd3246c622c151c0dd8abb21077b8a452db4f8254020db5acc13f4",
            "sha256:90fbe9cb1584d06e808115add9e0bd93cbf3420360888256f8ac9a90f0c95736",
            "sha256:f7b86f67a9fce1d0d56b80779549254b93b933b1bd9cbfea3770b8d5af19f195"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-17T16:51:49.739059318+08:00"
    }
}

更多版本

docker.io/ubuntu/jre:8-22.04_edge

linux/amd64 docker.io104.85MB2024-10-10 11:23
711

docker.io/ubuntu/jre:8-22.04_87

linux/amd64 docker.io104.86MB2025-02-24 20:12
478

docker.io/ubuntu/jre:8-22.04_87

linux/arm64 docker.io101.49MB2025-02-24 20:14
432

docker.io/ubuntu/jre:17-22.04_87

linux/amd64 docker.io123.78MB2025-02-24 20:18
426

docker.io/ubuntu/jre:17-22.04_87

linux/arm64 docker.io120.24MB2025-02-24 20:18
435

docker.io/ubuntu/jre:8_edge

linux/amd64 docker.io104.87MB2025-03-26 13:48
370

docker.io/ubuntu/jre:17-24.04_stable

linux/amd64 docker.io137.75MB2026-04-17 16:51
10