docker.io/ibmcom/websphere-traditional:8.5.5.27 linux/amd64

docker.io/ibmcom/websphere-traditional:8.5.5.27 - 国内下载镜像源 浏览次数:11
源镜像 docker.io/ibmcom/websphere-traditional:8.5.5.27
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27
镜像ID sha256:b29835cb71ff805d7f379d4b8f17c48fd19069768f347a522b5161c115571e2f
镜像TAG 8.5.5.27
大小 1.64GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD env JVM_EXTRA_CMD_ARGS=-Xnoloa /work/start_server.sh
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
镜像创建 2025-07-10T06:04:15.439245544Z
同步时间 2025-09-29 13:35
更新时间 2025-09-30 01:34
环境变量
PATH=/opt/IBM/WebSphere/AppServer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PROFILE_NAME=AppSrv01 SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin EXTRACT_PORT_FROM_HOST_HEADER=true
镜像标签
cf272504.01: BuildLabel x86_64: architecture 2025-07-02T08:07:05: build-date ubi8-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms This image contains the WebSphere Traditional runtime with Red Hat UBI as the base OS.: description public: distribution-scope 1.41.0-dev: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 8: io.k8s.display-name : io.openshift.expose-services base rhel8: io.openshift.tags Glenn Marcy <gmarcy@us.ibm.com>: maintainer IBM WebSphere Traditional: name 1751443566: release Image for WebSphere Traditional and UBI: summary https://www.redhat.com: url 80904ba5d09aff23f1c0ee015a2c40c8fd067305: vcs-ref git: vcs-type IBM: vendor 8.5.5.27: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27  docker.io/ibmcom/websphere-traditional:8.5.5.27

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27  docker.io/ibmcom/websphere-traditional:8.5.5.27

Shell快速替换命令

sed -i 's#ibmcom/websphere-traditional:8.5.5.27#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27  docker.io/ibmcom/websphere-traditional:8.5.5.27'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27  docker.io/ibmcom/websphere-traditional:8.5.5.27'

镜像构建历史


# 2025-07-10 14:04:15  0.00B 设置默认要执行的命令
CMD ["env" "JVM_EXTRA_CMD_ARGS=-Xnoloa" "/work/start_server.sh"]
                        
# 2025-07-10 14:04:15  0.00B 执行命令并创建新的镜像层
RUN |8 BUILDLABEL=cf272504.01 USER=was PROFILE_NAME=AppSrv01 CELL_NAME=DefaultCell01 NODE_NAME=DefaultNode01 HOST_NAME=localhost SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin /bin/sh -c rm /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/config/cells/${CELL_NAME}/nodes/${NODE_NAME}/trust.p12  && rm /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/config/cells/${CELL_NAME}/nodes/${NODE_NAME}/key.p12  && rm /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/config/cells/${CELL_NAME}/nodes/${NODE_NAME}/root-key.p12  && rm /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/etc/trust.p12  && rm /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/etc/key.p12 # buildkit
                        
# 2025-07-10 14:04:14  0.00B 指定运行容器时使用的用户
USER was
                        
# 2025-07-10 14:04:14  51.00B 执行命令并创建新的镜像层
RUN |8 BUILDLABEL=cf272504.01 USER=was PROFILE_NAME=AppSrv01 CELL_NAME=DefaultCell01 NODE_NAME=DefaultNode01 HOST_NAME=localhost SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin /bin/sh -c ln -s /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/logs /logs && chown 1001:0 /logs # buildkit
                        
# 2025-07-10 14:04:14  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-07-10 14:04:14  13.59MB 执行命令并创建新的镜像层
RUN |8 BUILDLABEL=cf272504.01 USER=was PROFILE_NAME=AppSrv01 CELL_NAME=DefaultCell01 NODE_NAME=DefaultNode01 HOST_NAME=localhost SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin /bin/sh -c /work/create_profile.sh   && find /opt/IBM -user was ! -perm -g=w -print0 | xargs -0 chmod g+w   && chmod -R g+rwx /home/was/.java/   && sed -i 's/genericJvmArguments=""/genericJvmArguments="-Xnoloa"/' /opt/IBM/WebSphere/AppServer/profiles/${PROFILE_NAME}/config/cells/${CELL_NAME}/nodes/${NODE_NAME}/servers/${SERVER_NAME}/server.xml # buildkit
                        
# 2025-07-10 14:03:05  0.00B 设置环境变量 PATH PROFILE_NAME SERVER_NAME ADMIN_USER_NAME EXTRACT_PORT_FROM_HOST_HEADER
ENV PATH=/opt/IBM/WebSphere/AppServer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PROFILE_NAME=AppSrv01 SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin EXTRACT_PORT_FROM_HOST_HEADER=true
                        
# 2025-07-10 14:03:05  0.00B 指定运行容器时使用的用户
USER was
                        
# 2025-07-10 14:03:05  1.39GB 复制新文件或目录到容器中
COPY /opt/IBM /opt/IBM # buildkit
                        
# 2025-07-10 13:56:59  21.00KB 执行命令并创建新的镜像层
RUN |8 BUILDLABEL=cf272504.01 USER=was PROFILE_NAME=AppSrv01 CELL_NAME=DefaultCell01 NODE_NAME=DefaultNode01 HOST_NAME=localhost SERVER_NAME=server1 ADMIN_USER_NAME=wsadmin /bin/sh -c useradd ${USER} -g 0 -m --uid 1001   && mkdir /opt/IBM   && chmod -R +x /work/*   && mkdir /etc/websphere   && mkdir /work/config   && chown -R 1001:0 /work /opt/IBM /etc/websphere   && chmod -R g+rwx /work # buildkit
                        
# 2025-07-10 13:56:59  362.94KB 复制新文件或目录到容器中
COPY licenses/ /licenses/ # buildkit
                        
# 2025-07-10 13:56:59  17.96KB 复制新文件或目录到容器中
COPY scripts/ /work/ # buildkit
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG ADMIN_USER_NAME=wsadmin
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG SERVER_NAME=server1
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG HOST_NAME=localhost
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG NODE_NAME=DefaultNode01
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG CELL_NAME=DefaultCell01
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG PROFILE_NAME=AppSrv01
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG USER=was
                        
# 2025-07-10 13:56:58  34.07MB 执行命令并创建新的镜像层
RUN |1 BUILDLABEL=cf272504.01 /bin/sh -c dnf --disableplugin=subscription-manager install -y openssl wget unzip diffutils procps   && dnf --disableplugin=subscription-manager update -y # buildkit
                        
# 2025-07-10 13:56:58  0.00B 添加元数据标签
LABEL maintainer=Glenn Marcy <gmarcy@us.ibm.com> BuildLabel=cf272504.01 vendor=IBM name=IBM WebSphere Traditional version=8.5.5.27 summary=Image for WebSphere Traditional and UBI description=This image contains the WebSphere Traditional runtime with Red Hat UBI as the base OS.
                        
# 2025-07-10 13:56:58  0.00B 定义构建参数
ARG BUILDLABEL=cf272504.01
                        
# 2025-07-02 16:07:27  197.97MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-07-02T08:07:05" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="80904ba5d09aff23f1c0ee015a2c40c8fd067305" "release"="1751443566"
                        
# 2025-07-02 16:07:27  0.00B 
/bin/sh -c #(nop) COPY file:4fc2b85d4b7e8ce5ef1064a117c7b15bf152228d41e9d1f60b4cd3533a999046 in /usr/share/buildinfo/content-sets.json    
                        
# 2025-07-02 16:07:26  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-07-02 16:07:26  0.00B 
/bin/sh -c #(nop) COPY file:afdf9d7142d806831a8f0b36122a4294ffe97fb9463ad8299eef9d7acd444874 in /etc/yum.repos.d/.    
                        
# 2025-07-02 16:07:26  0.00B 
/bin/sh -c #(nop) COPY dir:9a53bf39a4a9a4b5d8d1ffc28ee0a7e539f6729bbbd88793a497e84c10b8c07e in /    
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel8"
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8"
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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."
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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."
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 8."
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi8-container"       name="ubi8"       version="8.10"       distribution-scope="public"
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-07-02 16:07:25  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:b29835cb71ff805d7f379d4b8f17c48fd19069768f347a522b5161c115571e2f",
    "RepoTags": [
        "ibmcom/websphere-traditional:8.5.5.27",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional:8.5.5.27"
    ],
    "RepoDigests": [
        "ibmcom/websphere-traditional@sha256:54cc3d99f7edd77e7111dea6dfa43fafbfd7c9df005e805f85ffaf2729451be9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/websphere-traditional@sha256:b51a94c1e12438a40193a0244115e3e90365f62ee76ce0e49a7caebbadf68dc7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-10T06:04:15.439245544Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "was",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/IBM/WebSphere/AppServer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PROFILE_NAME=AppSrv01",
            "SERVER_NAME=server1",
            "ADMIN_USER_NAME=wsadmin",
            "EXTRACT_PORT_FROM_HOST_HEADER=true"
        ],
        "Cmd": [
            "env",
            "JVM_EXTRA_CMD_ARGS=-Xnoloa",
            "/work/start_server.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "BuildLabel": "cf272504.01",
            "architecture": "x86_64",
            "build-date": "2025-07-02T08:07:05",
            "com.redhat.component": "ubi8-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "This image contains the WebSphere Traditional runtime with Red Hat UBI as the base OS.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.0-dev",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. 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 8",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel8",
            "maintainer": "Glenn Marcy \u003cgmarcy@us.ibm.com\u003e",
            "name": "IBM WebSphere Traditional",
            "release": "1751443566",
            "summary": "Image for WebSphere Traditional and UBI",
            "url": "https://www.redhat.com",
            "vcs-ref": "80904ba5d09aff23f1c0ee015a2c40c8fd067305",
            "vcs-type": "git",
            "vendor": "IBM",
            "version": "8.5.5.27"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1637873443,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a2266755f3e655fc731229177c1b8ca0619f61dd32095a226a80e15a81ebb7a1/diff:/var/lib/docker/overlay2/e2fad9d6e023562738c4e983768e920962217ddd31b2380107dbd1283469eeb7/diff:/var/lib/docker/overlay2/17eeebae803dee620ad476a5efa17e8a7648f852af435964a265cbf8ab589cc2/diff:/var/lib/docker/overlay2/e7a628a40260c72c2fce4ce387aeee7866dd40fe0517eabe5da56c6492f92255/diff:/var/lib/docker/overlay2/4b0239d7b2f96b5ba715b2ae7c1914fc0d94810dfdcf004d93e2ea1a15a9c036/diff:/var/lib/docker/overlay2/b658fb09474b3ce3830bc4d3024b375b4fdef1528eb8a141c9015c71dfdb16af/diff:/var/lib/docker/overlay2/e00ca0548732544e171e78c46ea42bcf3bcd2ee282f57d1aa37a7340eefc075e/diff:/var/lib/docker/overlay2/f05c4be9fb4d2926e36330963d009c129c7662ac9d06e093235348f2147a381b/diff",
            "MergedDir": "/var/lib/docker/overlay2/8631863ffa9dd3f85e7b367bafc656fc9e9766e085965e57e3e68fc405e3f85b/merged",
            "UpperDir": "/var/lib/docker/overlay2/8631863ffa9dd3f85e7b367bafc656fc9e9766e085965e57e3e68fc405e3f85b/diff",
            "WorkDir": "/var/lib/docker/overlay2/8631863ffa9dd3f85e7b367bafc656fc9e9766e085965e57e3e68fc405e3f85b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:54f269d4d07cdd0896321bfb935ff67b0cabb057edbbc857662a551e8f44a5b7",
            "sha256:e7b38d7c7c36e63ad65732a0d50e4cd385ab4c6d0f92a261ca85a2d0dc1e933d",
            "sha256:fde4d6a0145042dc756e6f7513eafe3bc308195369cb34c871a7e01751c19e4a",
            "sha256:d179c5ed2a31ba8619606b5b77165a50eb9e4dbdc4f8fba4026e1c491f6be2af",
            "sha256:5e46fb7d3557dfa1e97a4bcd6ce35314187a4822daccc71193dcd6e865824c9a",
            "sha256:ad8353cdaf5931ba9713087fab94d4800b91064537b8db33d37770c9eae54de3",
            "sha256:c8b1e7d336d8cfbdffd17feb6933d2b6922db60088c64c8f1a4c36294388f0b6",
            "sha256:941f855c5e63c2d9719911722af04f2a504305996bd831ff5ee57ca5065666df",
            "sha256:6bff1519859d63dcea41e7184879c2e29354e71fc63c26dc281569446b2a63f4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-29T13:32:24.302926296+08:00"
    }
}

更多版本

docker.io/ibmcom/websphere-traditional:8.5.5.27

linux/amd64 docker.io1.64GB2025-09-29 13:35
10