docker.io/ibmcom/db2:11.5.6.0 linux/amd64

docker.io/ibmcom/db2:11.5.6.0 - 国内下载镜像源 浏览次数:12
源镜像 docker.io/ibmcom/db2:11.5.6.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0
镜像ID sha256:a6a5ee354fb1242a75d508982041cd48883f3fe7c9c9b485be0da6c0ebd44a39
镜像TAG 11.5.6.0
大小 2.95GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /var/db2_setup/lib/setup_db2_instance.sh
工作目录
OS/平台 linux/amd64
浏览量 12 次
贡献者 da******n@dbappsecurity.com.cn
镜像创建 2021-06-25T19:05:36.03691872Z
同步时间 2025-11-11 17:28
更新时间 2025-11-12 01:56
开放端口
22/tcp 50000/tcp 55000/tcp 60006/tcp 60007/tcp
目录挂载
/database /hadr
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci STORAGE_DIR=/database HADR_SHARED_DIR=/hadr DBPORT=50000 TSPORT=55000 SETUPDIR=/var/db2_setup SETUPAREA=/tmp/setup NOTVISIBLE=in users profile LICENSE_NAME=db2dec.lic
镜像标签
x86_64: architecture 2021-06-01T05:31:45.840349: build-date cpt-1007.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host ubi7-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms 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.: description public: distribution-scope 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 7: io.k8s.display-name base rhel7: io.openshift.tags ubi7: name 405: release Provides the latest release of the Red Hat Universal Base Image 7.: summary https://access.redhat.com/containers/#/registry.access.redhat.com/ubi7/images/7.9-405: url a4e710a688a6374670ecdd56637c3f683d11cbe3: vcs-ref git: vcs-type Red Hat, Inc.: vendor 7.9: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0  docker.io/ibmcom/db2:11.5.6.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0  docker.io/ibmcom/db2:11.5.6.0

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2021-06-26 03:05:36  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/var/db2_setup/lib/setup_db2_instance.sh"]
                        
# 2021-06-26 03:05:35  171.80MB 
/bin/sh -c yum install -y pwgen && echo "export VISIBLE=now" >> /etc/profile     && sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd     && sed 's@^PASS_MAX_DAYS\s*.*$@PASS_MAX_DAYS\t90@g' -i /etc/login.defs     && sed 's@^PASS_MIN_DAYS\s*.*$@PASS_MIN_DAYS\t1@g' -i /etc/login.defs     && sed 's@.*minlen\s*=\s*.*$@minlen = 9@g' -i /etc/security/pwquality.conf     && sed 's@^PasswordAuthentication\s*.\+$@PasswordAuthentication no@g' -i /etc/ssh/sshd_config     && sed 's@^#PermitRootLogin\s*.\+$@PermitRootLogin no@g' -i /etc/ssh/sshd_config     && touch /var/log/faillog     && localedef -c -i en_US -f UTF-8 en_US.UTF-8     && chmod -R a+rwx $SETUPDIR/*     && cp $SETUPDIR/include/supervisord.conf /etc/supervisord.conf
                        
# 2021-06-26 03:05:31  9.83MB 
/bin/sh -c #(nop) COPY dir:318a9bf524f168b563996d6fe5fda178730e2c2f7221cdb673ac3d5285f8f85a in /licenses 
                        
# 2021-06-26 01:05:36  243.80KB 
/bin/sh -c #(nop) COPY dir:9ac198a42af1938544a649b4db2d5011d52fd9029a185f3169e1c04883ff8edb in /var/db2_setup/governor 
                        
# 2021-06-26 01:05:35  951.00B 
/bin/sh -c #(nop) COPY file:e8b5473f629e1df4da61fedec5c8367f353a612bbefa6e5b1f8945dab1ffcd15 in /var/db2_setup/include/ 
                        
# 2021-06-26 01:05:35  0.00B 
/bin/sh -c #(nop)  EXPOSE 50000 55000 22 60006 60007
                        
# 2021-06-26 01:05:34  1.96GB 
/bin/sh -c $SETUPAREA/artifactory_downloader.sh     && tar -xvzf /tmp/v11.5.6_linuxx64_server_dec.tar.gz -C /tmp/     && /tmp/server_dec/db2prereqcheck -l -i -o /tmp/db2prereqcheck.rpt     && /tmp/server_dec/db2_install -b /opt/ibm/db2/V11.5 -p SERVER -f NOTSAMP -n -y     && rm -rf /tmp/v11.5.6_linuxx64_server_dec.tar.gz /tmp/db2* /tmp/server*     && rm -rf $SETUPAREA     && cd /tmp && pip install Enum34 subprocess32 mock nose-parameterized pyyaml fasteners     && mkdir /licenses
                        
# 2021-06-26 01:01:50  127.08KB 
/bin/sh -c #(nop) COPY dir:57419e575c30a96d4ca8647e8e57d356b9829c0554db7fc034fcd785d1afaef0 in /var/db2_setup 
                        
# 2021-06-26 01:01:50  634.00B 
/bin/sh -c #(nop) COPY multi:349448971365ad5fc15c94bd69990186b2c008ff36eb8d30156ec449b843272c in /tmp/setup/ 
                        
# 2021-06-26 00:51:32  0.00B 
/bin/sh -c #(nop)  VOLUME [/hadr]
                        
# 2021-06-26 00:51:31  0.00B 
/bin/sh -c #(nop)  VOLUME [/database]
                        
# 2021-06-26 00:51:31  175.72MB 
/bin/sh -c pip install supervisor &&     yum update -y
                        
# 2021-06-26 00:51:22  416.61MB 
/bin/sh -c yum clean all &&     yum makecache fast &&     rpm -e --nodeps libstdc++.x86_64 &&     rm -f /var/tmp/libstdc* &&     yum install libstdc++.i686 -y &&     rpm -e --nodeps libstdc++.i686 &&     yum install --downloadonly --downloaddir=/var/tmp/ libstdc++.i686 &&     yum install libstdc++.x86_64 -y &&     rpm -ivh --force --nodeps /var/tmp/libstdc++* &&     rm -f /var/tmp/libstdc* &&     yum -y install     bc     compat-libstdc++-33     curl     epel-release     file     gcc-c++     hostname     ksh     less     libaio     libaio.i686     libcurl-devel     libstdc++-devel     locales     ncurses-libs.i686     ncurses-devel     net-tools     numactl     numactl.i686     openssh-clients     openssh-server     openssl     openssl-devel     pam     pam.i686     python3     rsyslog     sudo     tar     which     unzip     yum clean all &&     curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" &&     python3 get-pip.py
                        
# 2021-06-25 23:14:41  11.97MB 
/bin/sh -c chmod a+x $SETUPAREA/install_repo.sh     && sh $SETUPAREA/install_repo.sh
                        
# 2021-06-25 23:14:40  8.57KB 
/bin/sh -c #(nop) COPY dir:038e64fac38545b2df4043f5ca200d41f76b4711d96e06a6e0832b5cfdf6dea3 in /tmp/setup 
                        
# 2021-06-25 23:14:39  0.00B 
/bin/sh -c #(nop)  ENV LICENSE_NAME=db2dec.lic
                        
# 2021-06-25 23:14:39  0.00B 
/bin/sh -c #(nop)  ENV NOTVISIBLE=in users profile
                        
# 2021-06-25 23:14:39  0.00B 
/bin/sh -c #(nop)  ENV SETUPAREA=/tmp/setup
                        
# 2021-06-25 23:14:39  0.00B 
/bin/sh -c #(nop)  ENV SETUPDIR=/var/db2_setup
                        
# 2021-06-25 23:14:39  0.00B 
/bin/sh -c #(nop)  ENV TSPORT=55000
                        
# 2021-06-25 23:14:38  0.00B 
/bin/sh -c #(nop)  ENV DBPORT=50000
                        
# 2021-06-25 23:14:38  0.00B 
/bin/sh -c #(nop)  ENV HADR_SHARED_DIR=/hadr
                        
# 2021-06-25 23:14:38  0.00B 
/bin/sh -c #(nop)  ENV STORAGE_DIR=/database
                        
# 2021-06-25 23:14:38  0.00B 
/bin/sh -c #(nop)  MAINTAINER db2_download_and_go
                        
# 2021-06-01 13:32:05  7.30KB 

                        
# 2021-06-01 13:31:57  205.38MB 

                        
                    

镜像信息

{
    "Id": "sha256:a6a5ee354fb1242a75d508982041cd48883f3fe7c9c9b485be0da6c0ebd44a39",
    "RepoTags": [
        "ibmcom/db2:11.5.6.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2:11.5.6.0"
    ],
    "RepoDigests": [
        "ibmcom/db2@sha256:54355ddc5d8e5b890141ff863083fb3e37168fed8d66bbc4cdf6b73b704d4389",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ibmcom/db2@sha256:f8eb05e6e4f6b80db0d2ad14100bbbd469a2742aa90f8af622d7a9844efe6ab6"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-06-25T19:05:36.03691872Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.6",
    "Author": "db2_download_and_go",
    "Config": {
        "Hostname": "47bf9d354f6d",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "22/tcp": {},
            "50000/tcp": {},
            "55000/tcp": {},
            "60006/tcp": {},
            "60007/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "STORAGE_DIR=/database",
            "HADR_SHARED_DIR=/hadr",
            "DBPORT=50000",
            "TSPORT=55000",
            "SETUPDIR=/var/db2_setup",
            "SETUPAREA=/tmp/setup",
            "NOTVISIBLE=in users profile",
            "LICENSE_NAME=db2dec.lic"
        ],
        "Cmd": null,
        "Image": "sha256:c403594d78f2eae860cfe4192b4cabac8f89571226c9bff23fe5955e7e7592c1",
        "Volumes": {
            "/database": {},
            "/hadr": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/var/db2_setup/lib/setup_db2_instance.sh"
        ],
        "OnBuild": [],
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2021-06-01T05:31:45.840349",
            "com.redhat.build-host": "cpt-1007.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "ubi7-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "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.",
            "distribution-scope": "public",
            "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 7",
            "io.openshift.tags": "base rhel7",
            "name": "ubi7",
            "release": "405",
            "summary": "Provides the latest release of the Red Hat Universal Base Image 7.",
            "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi7/images/7.9-405",
            "vcs-ref": "a4e710a688a6374670ecdd56637c3f683d11cbe3",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "7.9"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2946710232,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2f2d803eb6dae794908b01b87963f4ed53ddc8a9faa7d4d3a8658b57a0d2d57d/diff:/var/lib/docker/overlay2/7a6674afde80398e391af5f288bb00c54928330945b6254971d83713d8712482/diff:/var/lib/docker/overlay2/344a2a7e5656dee19794bb61f93197fc4cfb55c73f257f850ef7839adba82d94/diff:/var/lib/docker/overlay2/fa03ee92b4c5c4d4b5d05803bbf40962eecc5515f0bb08da6f520476265f29dc/diff:/var/lib/docker/overlay2/2bfcd3882f975ab90b276c9823e2a53cba7edcbe8f80fc3de0368446b49505cc/diff:/var/lib/docker/overlay2/6c46eb66205f323c9f58434e56c4203a4f06cdc211509349de506dc4262dc395/diff:/var/lib/docker/overlay2/2309b96987da6e86dce0171e248348d7bd7998a1e99d7d1c9caad60f237b3fb7/diff:/var/lib/docker/overlay2/d672527cacd710f1c9ca79acc27b8adfeba85039c0ce8796264758a5eb6754e3/diff:/var/lib/docker/overlay2/6564eb0ce5600f6cb597fe191c502662feee7b12b6f55811cfe47b4e199e0c3b/diff:/var/lib/docker/overlay2/34bd5d9dcde9e6b72dc258c5151936e7980ae3046a20c44e4d060e4cb95f4f7d/diff:/var/lib/docker/overlay2/43e7083e40052e5e21042dd80e7c4d3632bde0fe9e969ba268107f668120d5a4/diff:/var/lib/docker/overlay2/66ac972afa02ecc380d3e1a27cce93fa2ffea8bce3d8c6ffe61190df53a819a2/diff",
            "MergedDir": "/var/lib/docker/overlay2/7cd55b92b3a17c6f14d01cd1b44127b92e869c0ae5310384570ae67d6bb551b4/merged",
            "UpperDir": "/var/lib/docker/overlay2/7cd55b92b3a17c6f14d01cd1b44127b92e869c0ae5310384570ae67d6bb551b4/diff",
            "WorkDir": "/var/lib/docker/overlay2/7cd55b92b3a17c6f14d01cd1b44127b92e869c0ae5310384570ae67d6bb551b4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:01d2fb86653538b491b461c58ff5c3f5659c808d75efd99ba3ae4f1427db90ab",
            "sha256:9e12a51e507ab7be1c0b59578cbdbbdabe739d61ed8d4b70fb7644408ef97fa8",
            "sha256:1b01bfd5ce1588b131c353594161e92f5ebbe6081b17450796303ccbd81c5df4",
            "sha256:386cb270010c6a532a0e4c0eabab9c5d4a06883d27c1b5f56714307b726fce75",
            "sha256:2b703173532adae3a8511ab457451b1a28580e244a93f8d7ef99fac170c2188f",
            "sha256:e0c655e3d035c448a55755cd7beda3bb0faeda1a15f35162f1bcef44b72ac586",
            "sha256:cad70a6e8f36dd41f02082316e149cffcc3f5a440f519fcc3652bf5faa29453e",
            "sha256:c9b5903a3cfe5b51d7384f91669df7b52698f2a28b2cf5ae7486db6fa11034fd",
            "sha256:443f368652c1c1ba4f768782090ea325ab9c512fdddd7ed4d3618a74df0f990b",
            "sha256:3003127eb92e57b59a3a45eec88fc4c5906cc5c9dca19077b4300df9908a0a6a",
            "sha256:ce51f7fc38876ee31e023d1f1e3ebec7d7a01c18d50a7f4aed5f0b84c1196c47",
            "sha256:a43f4f3fee4e8094bcda8000ddb4ec38d0a00c4b9dc8029f2a7ed6788b3278fc",
            "sha256:d914e6212f97826a92e21576006948cc2abc5a5d5f780ab90d7991aa4f7f0b85"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-11T17:25:06.991767112+08:00"
    }
}

更多版本

docker.io/ibmcom/db2:11.5.6.0

linux/amd64 docker.io2.95GB2025-11-11 17:28
11