quay.io/cephcsi/cephcsi:v3.13.0 linux/amd64

quay.io/cephcsi/cephcsi:v3.13.0 - 国内下载镜像源 浏览次数:88
🚀

quay.io/cephcsi/cephcsi

Ceph CSI (Container Storage Interface) 是一个为 Ceph Storage Cluster 提供CSI驱动程序的 Docker 镜像。

源镜像 quay.io/cephcsi/cephcsi:v3.13.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0
镜像ID sha256:a0cee178f98ecd1312af091d9e9e221b23bcd852d077f021971eda1c6652b5b5
镜像TAG v3.13.0
大小 1.68GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 88 次
贡献者
镜像创建 2024-12-11T07:59:19.423535802Z
同步时间 2024-12-19 15:01
更新时间 2025-02-18 23:52
开放端口
5000/tcp 6789/tcp 6800/tcp 6801/tcp 6802/tcp 6803/tcp 6804/tcp 6805/tcp 80/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin I_AM_IN_A_CONTAINER=1 CEPH_VERSION=squid CEPH_POINT_RELEASE=-19.2.0 CEPH_DEVEL=false CEPH_REF=squid OSD_FLAVOR=default
镜像标签
-19.2.0: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN ffa99709212d0dca3e09dd3d085a0b5a1bba2df0: GIT_COMMIT https://github.com/ceph/ceph-container.git: GIT_REPO HEAD: RELEASE : architecture True: ceph Ceph-CSI Plugin: description 1.33.8: io.buildah.version Guillaume Abrioux <gabrioux@redhat.com>: maintainer Ceph-CSI Authors: maintainers 20240924: org.label-schema.build-date GPLv2: org.label-schema.license CentOS Stream 9 Base Image: org.label-schema.name 1.0: org.label-schema.schema-version CentOS: org.label-schema.vendor build: stage : version
镜像安全扫描 查看Trivy扫描报告

系统OS: none 扫描引擎: Trivy 扫描时间: 2024-12-19 15:03

低危漏洞:0 中危漏洞:0 高危漏洞:0 严重漏洞:1

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0  quay.io/cephcsi/cephcsi:v3.13.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0  quay.io/cephcsi/cephcsi:v3.13.0

Shell快速替换命令

sed -i 's#quay.io/cephcsi/cephcsi:v3.13.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0  quay.io/cephcsi/cephcsi:v3.13.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0  quay.io/cephcsi/cephcsi:v3.13.0'

镜像构建历史


# 2024-12-11 15:59:19  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/cephcsi"]
                        
# 2024-12-11 15:59:19  0.00B 执行命令并创建新的镜像层
RUN |1 SRC_DIR=/go/src/github.com/ceph/ceph-csi/ /bin/sh -c [ $(ldd /usr/local/bin/cephcsi | grep -c '=> not found') = '0' ] # buildkit
                        
# 2024-12-11 15:59:19  88.26MB 复制新文件或目录到容器中
COPY /go/src/github.com/ceph/ceph-csi//_output/cephcsi /usr/local/bin/cephcsi # buildkit
                        
# 2024-12-11 15:59:19  0.00B 添加元数据标签
LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
                        
# 2024-12-11 15:59:19  0.00B 定义构建参数
ARG SRC_DIR
                        
# 2024-12-11 15:57:10  307.33MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf -y update --nobest        && dnf -y install nfs-utils        && dnf clean all        && rm -rf /var/cache/yum # buildkit
                        
# 2024-12-11 15:56:31  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /etc/selinux || true && touch /etc/selinux/config # buildkit
                        
# 2024-12-11 15:56:31  35.18KB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf config-manager --disable     tcmu-runner,tcmu-runner-source,tcmu-runner-noarch,ceph-iscsi,ganesha || true # buildkit
                        
# 2024-09-28 06:08:21  1.12GB 
/bin/sh -c yum install -y epel-release && yum install -y jq && bash -c '   if [ -n "nfs-ganesha-5.5-1.el9s nfs-ganesha-ceph-5.5-1.el9s nfs-ganesha-rgw-5.5-1.el9s nfs-ganesha-rados-grace-5.5-1.el9s nfs-ganesha-rados-urls-5.5-1.el9s sssd-client dbus-daemon rpcbind" ]; then     if [[ "${CEPH_VERSION}" =~ master|main|quincy|reef|squid ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://buildlogs.centos.org/centos/\$releasever-stream/storage/\$basearch/nfsganesha-5/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=0" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == pacific ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.5-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == octopus ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;       echo "[ganesha-noarch]" >> /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha-noarch" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V3.3-stable/$CEPH_VERSION/el\$releasever/noarch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     elif [[ "${CEPH_VERSION}" == nautilus ]]; then       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.8-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     else       echo "[ganesha]" > /etc/yum.repos.d/ganesha.repo ;       echo "name=ganesha" >> /etc/yum.repos.d/ganesha.repo ;       echo "baseurl=https://download.ceph.com/nfs-ganesha/rpm-V2.7-stable/$CEPH_VERSION/\$basearch/" >> /etc/yum.repos.d/ganesha.repo ;       echo "gpgcheck=1" >> /etc/yum.repos.d/ganesha.repo ;       echo "enabled=1" >> /etc/yum.repos.d/ganesha.repo  ;     fi ;   fi ;   if [ -n "tcmu-runner ceph-iscsi python3-rtslib" ]; then     curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/9/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ;     if [[ "${CEPH_VERSION}" =~ master || "${CEPH_VERSION}" == main ]]; then       curl -s -L https://shaman.ceph.com/api/repos/ceph-iscsi/main/latest/centos/9/repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     elif [[ "${CEPH_VERSION}" =~ nautilus|octopus|pacific|quincy|reef|squid ]]; then       curl -s -L https://download.ceph.com/ceph-iscsi/3/rpm/el9/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     else       curl -s -L https://download.ceph.com/ceph-iscsi/2/rpm/el9/ceph-iscsi.repo -o /etc/yum.repos.d/ceph-iscsi.repo ;     fi ;   fi' && yum update -y --setopt=install_weak_deps=False && rpm --import 'https://download.ceph.com/keys/release.asc' && if [[ "${CEPH_VERSION}" == nautilus ]]; then   CEPH_MGR_K8SEVENTS="ceph-mgr-k8sevents-19.2.0";   if [[ -n "-19.2.0" ]]; then     CPR=-19.2.0 ;     if [[ ${CPR:1:2} -eq 14 ]] && [[ ${CPR:4:1} -eq 2 ]] && [[ ${CPR:6} -lt 5 ]]; then       CEPH_MGR_K8SEVENTS="" ;     fi ;   fi ; fi && bash -c '   if [[ "${CEPH_VERSION}" =~ master  || "${CEPH_VERSION}" == main ]] || ${CEPH_DEVEL}; then     ARCH=$(arch);     if [[ "${ARCH}" == "aarch64" ]]; then       ARCH="arm64";     fi ;     REPO_URL=$(curl -s "https://shaman.ceph.com/api/search/?project=ceph&distros=centos/9/${ARCH}&flavor=${OSD_FLAVOR}&ref=${CEPH_REF}&sha1=latest" | jq -r .[0].url);     RELEASE_VER=0 ;    if [[ "${OSD_FLAVOR}" == "crimson" ]]; then      CRIMSON_PACKAGES="ceph-crimson-osd-19.2.0";    fi ;  else     RELEASE_VER=1 ;    if [[ false = true ]] ; then       REPO_URL="https://:@download.ceph.com/prerelease/ceph/rpm-${CEPH_VERSION}/el9/";     else       REPO_URL="http://download.ceph.com/rpm-${CEPH_VERSION}/el9/";     fi   fi &&   rpm -Uvh "$REPO_URL/noarch/ceph-release-1-${RELEASE_VER}.el9.noarch.rpm" &&   if [[ false = true ]] ; then     sed -i "s;http://download.ceph.com/;https://:@download.ceph.com/prerelease/ceph/;" /etc/yum.repos.d/ceph.repo ;     dnf clean expire-cache ;   fi &&   if [[ 9 -eq 8 ]]; then     yum install -y dnf-plugins-core ;     yum copr enable -y tchaikov/python-scikit-learn ;     yum copr enable -y tchaikov/python3-asyncssh ;     yum copr enable -y ceph/grpc ;     TOOLS_REPO=powertools ;     yum install -y --setopt=install_weak_deps=False --enablerepo=powertools         ca-certificates         e2fsprogs         ceph-common-19.2.0          ceph-mon-19.2.0          ceph-osd-19.2.0         ceph-mds-19.2.0 cephfs-mirror-19.2.0 cephfs-top-19.2.0         rbd-mirror-19.2.0          ceph-mgr-19.2.0 ceph-mgr-cephadm-19.2.0 ceph-mgr-dashboard-19.2.0 ceph-mgr-diskprediction-local-19.2.0 ceph-mgr-k8sevents-19.2.0 ceph-mgr-rook-19.2.0 python3-saml        ceph-grafana-dashboards-19.2.0         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.2.0 libradosstriper1-19.2.0 gcc lua-devel luarocks         nfs-ganesha-5.5-1.el9s nfs-ganesha-ceph-5.5-1.el9s nfs-ganesha-rgw-5.5-1.el9s nfs-ganesha-rados-grace-5.5-1.el9s nfs-ganesha-rados-urls-5.5-1.el9s sssd-client dbus-daemon rpcbind         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-19.2.0 rbd-nbd-19.2.0         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.2.0                  ceph-volume-19.2.0         ceph-exporter-19.2.0                   ;   else     yum install -y --setopt=install_weak_deps=False --enablerepo=crb         ca-certificates         e2fsprogs         ceph-common-19.2.0          ceph-mon-19.2.0          ceph-osd-19.2.0         ceph-mds-19.2.0 cephfs-mirror-19.2.0 cephfs-top-19.2.0         rbd-mirror-19.2.0          ceph-mgr-19.2.0 ceph-mgr-cephadm-19.2.0 ceph-mgr-dashboard-19.2.0 ceph-mgr-diskprediction-local-19.2.0 ceph-mgr-k8sevents-19.2.0 ceph-mgr-rook-19.2.0 python3-saml        ceph-grafana-dashboards-19.2.0         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.2.0 libradosstriper1-19.2.0 gcc lua-devel luarocks         nfs-ganesha-5.5-1.el9s nfs-ganesha-ceph-5.5-1.el9s nfs-ganesha-rgw-5.5-1.el9s nfs-ganesha-rados-grace-5.5-1.el9s nfs-ganesha-rados-urls-5.5-1.el9s sssd-client dbus-daemon rpcbind         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-19.2.0 rbd-nbd-19.2.0         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.2.0                  ceph-volume-19.2.0         ceph-exporter-19.2.0                   ;   fi' &&     echo '@ceph - memlock 204800' >> /etc/security/limits.conf &&     echo '@root - memlock 204800' >> /etc/security/limits.conf &&     INITIAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     echo 'Postinstall cleanup' &&  (rm -rf "/usr/bin/hyperkube /usr/bin/etcd /usr/bin/systemd-analyze /usr/share/hwdata/{iab.txt,oui.txt} /etc/profile.d/lang.sh" &&    yum clean all &&    rpm -q         ca-certificates         e2fsprogs         ceph-common-19.2.0          ceph-mon-19.2.0          ceph-osd-19.2.0         ceph-mds-19.2.0 cephfs-mirror-19.2.0 cephfs-top-19.2.0         rbd-mirror-19.2.0          ceph-mgr-19.2.0 ceph-mgr-cephadm-19.2.0 ceph-mgr-dashboard-19.2.0 ceph-mgr-diskprediction-local-19.2.0 ceph-mgr-k8sevents-19.2.0 ceph-mgr-rook-19.2.0 python3-saml        ceph-grafana-dashboards-19.2.0         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.2.0 libradosstriper1-19.2.0 gcc lua-devel luarocks         nfs-ganesha-5.5-1.el9s nfs-ganesha-ceph-5.5-1.el9s nfs-ganesha-rgw-5.5-1.el9s nfs-ganesha-rados-grace-5.5-1.el9s nfs-ganesha-rados-urls-5.5-1.el9s sssd-client dbus-daemon rpcbind         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-19.2.0 rbd-nbd-19.2.0         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.2.0                  ceph-volume-19.2.0         ceph-exporter-19.2.0                   ) && echo "About to edit lvm.conf" && sed -i -e 's/^\([[:space:]#]*udev_rules =\) 1$/\1 0/' -e 's/^\([[:space:]#]*udev_sync =\) 1$/\1 0/' -e 's/^\([[:space:]#]*obtain_device_list_from_udev =\) 1$/\1 0/' /etc/lvm/lvm.conf && echo "About to validate lvm.conf edits" && grep -sqo "udev_sync = 0" /etc/lvm/lvm.conf && grep -sqo "udev_rules = 0" /etc/lvm/lvm.conf && grep -sqo "obtain_device_list_from_udev = 0" /etc/lvm/lvm.conf && echo "Edits validated OK" && mkdir -p /var/run/ganesha &&     rm -rf         /etc/{selinux,systemd,udev}         /lib/{lsb,udev}         /tmp/*         /usr/lib{,64}/{locale,udev,dracut}         /usr/share/{doc,info,locale,man}         /usr/share/{bash-completion,pkgconfig/bash-completion.pc}         /var/log/*         /var/tmp/* &&     find  / -xdev -name "*.pyc" -o -name "*.pyo" -exec rm -f {} \; &&     if [ -f /usr/bin/ceph-dencoder ]; then gzip -9 /usr/bin/ceph-dencoder; fi &&     rm -f /usr/lib/ceph/mgr/dashboard/static/AdminLTE-*/plugins/datatables/extensions/TableTools/images/psd/* &&     find /var/log/ -type f -exec truncate -s 0 {} \; &&     FINAL_SIZE="$(bash -c 'sz="$(du -sm --exclude=/proc /)" ; echo "${sz%*/}"')" &&     REMOVED_SIZE=$((INITIAL_SIZE - FINAL_SIZE)) &&     echo "Cleaning process removed ${REMOVED_SIZE}MB" &&     echo "Dropped container size from ${INITIAL_SIZE}MB to ${FINAL_SIZE}MB" &&     rpm -q         ca-certificates         e2fsprogs         ceph-common-19.2.0          ceph-mon-19.2.0          ceph-osd-19.2.0         ceph-mds-19.2.0 cephfs-mirror-19.2.0 cephfs-top-19.2.0         rbd-mirror-19.2.0          ceph-mgr-19.2.0 ceph-mgr-cephadm-19.2.0 ceph-mgr-dashboard-19.2.0 ceph-mgr-diskprediction-local-19.2.0 ceph-mgr-k8sevents-19.2.0 ceph-mgr-rook-19.2.0 python3-saml        ceph-grafana-dashboards-19.2.0         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.2.0 libradosstriper1-19.2.0 gcc lua-devel luarocks         nfs-ganesha-5.5-1.el9s nfs-ganesha-ceph-5.5-1.el9s nfs-ganesha-rgw-5.5-1.el9s nfs-ganesha-rados-grace-5.5-1.el9s nfs-ganesha-rados-urls-5.5-1.el9s sssd-client dbus-daemon rpcbind         tcmu-runner ceph-iscsi python3-rtslib         attr ceph-fuse-19.2.0 rbd-nbd-19.2.0         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.2.0                  ceph-volume-19.2.0         ceph-exporter-19.2.0                   && echo 'Packages verified successfully'
                        
# 2024-09-28 06:04:30  0.00B 
/bin/sh -c #(nop)  EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
                        
# 2024-09-28 06:04:29  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2024-09-28 06:04:28  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=squid
                        
# 2024-09-28 06:04:26  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2024-09-28 06:04:25  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-19.2.0
                        
# 2024-09-28 06:04:24  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=squid
                        
# 2024-09-28 06:04:23  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-19.2.0
                        
# 2024-09-28 06:04:22  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2024-09-28 06:04:20  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=ffa99709212d0dca3e09dd3d085a0b5a1bba2df0
                        
# 2024-09-28 06:04:19  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2024-09-28 06:04:18  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2024-09-28 06:04:17  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2024-09-28 06:04:15  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2024-09-28 06:04:14  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
                        
# 2024-09-28 06:04:13  0.00B 
/bin/sh -c #(nop)  ENV I_AM_IN_A_CONTAINER=1
                        
# 2024-09-24 13:05:11  163.94MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-09-24 13:05:08  0.00B 
/bin/sh -c #(nop) LABEL org.label-schema.schema-version="1.0"     org.label-schema.name="CentOS Stream 9 Base Image"     org.label-schema.vendor="CentOS"     org.label-schema.license="GPLv2"     org.label-schema.build-date="20240924"
                        
# 2024-09-24 13:05:08  0.00B 
/bin/sh -c #(nop) ADD file:3782b2f86ee426dfb91a6871e587a875448df2bf68ac89f40c356ffc85452f59 in / 
                        
                    

镜像信息

{
    "Id": "sha256:a0cee178f98ecd1312af091d9e9e221b23bcd852d077f021971eda1c6652b5b5",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:v3.13.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:v3.13.0"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:5f22a62f61fbae57e873e2b3da19d5c9bc553b786e20413286d2e4fda6c77fd2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:037695cebc24a0317dda8e1c232690c3bd1fcaec9f5368c1abf60287bafd0565"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-11T07:59:19.423535802Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5000/tcp": {},
            "6789/tcp": {},
            "6800/tcp": {},
            "6801/tcp": {},
            "6802/tcp": {},
            "6803/tcp": {},
            "6804/tcp": {},
            "6805/tcp": {},
            "80/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "I_AM_IN_A_CONTAINER=1",
            "CEPH_VERSION=squid",
            "CEPH_POINT_RELEASE=-19.2.0",
            "CEPH_DEVEL=false",
            "CEPH_REF=squid",
            "OSD_FLAVOR=default"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/usr/local/bin/cephcsi"
        ],
        "OnBuild": null,
        "Labels": {
            "CEPH_POINT_RELEASE": "-19.2.0",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "ffa99709212d0dca3e09dd3d085a0b5a1bba2df0",
            "GIT_REPO": "https://github.com/ceph/ceph-container.git",
            "RELEASE": "HEAD",
            "architecture": "",
            "ceph": "True",
            "description": "Ceph-CSI Plugin",
            "io.buildah.version": "1.33.8",
            "maintainer": "Guillaume Abrioux \u003cgabrioux@redhat.com\u003e",
            "maintainers": "Ceph-CSI Authors",
            "org.label-schema.build-date": "20240924",
            "org.label-schema.license": "GPLv2",
            "org.label-schema.name": "CentOS Stream 9 Base Image",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.vendor": "CentOS",
            "stage": "build",
            "version": ""
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1675234761,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/26c2caf17d1b6cce1d386eeeabf1e9e3210f9b5260ed93569768a9fd62b5714b/diff:/var/lib/docker/overlay2/c0cca659632cce5faa2a00aea1438eb3d37c01728b94f281c27173324e6b83d8/diff:/var/lib/docker/overlay2/71f1b7f2b8eae3a124a6c30355bc0730a409afc1d22420142d1f4ba6a33dba0b/diff:/var/lib/docker/overlay2/995a248af8dbe79f234f29c721612aaa2d778ec3b59fe44f6e4db4b48bb59737/diff:/var/lib/docker/overlay2/bbf95862c3aeb232f6d566ff15616a5a8df2652a6889fc558f725984aea5ac94/diff:/var/lib/docker/overlay2/90328f8547b5a9f7c5888a1b8e1b9b592c691f9f344fcf8f42f9f42ad261d581/diff",
            "MergedDir": "/var/lib/docker/overlay2/91a082e4ab558834144665e7df4abbf21017a975670763699a7f1b293bd63f91/merged",
            "UpperDir": "/var/lib/docker/overlay2/91a082e4ab558834144665e7df4abbf21017a975670763699a7f1b293bd63f91/diff",
            "WorkDir": "/var/lib/docker/overlay2/91a082e4ab558834144665e7df4abbf21017a975670763699a7f1b293bd63f91/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f99e5b4ec4e83279116e819d035c78d707acac3b1bb8f79c490f745d061d4317",
            "sha256:5657008b2af6b9bceed4f9a5691ffe79978360e50fd611991f8a7fd1830032ef",
            "sha256:8a35eaef7d8516ce35e229d1ce2fd1cec45dfe82959bef4e0ec0bc7811547f13",
            "sha256:55e676179668d22ff12ed023972933b19b0b8cf3a97ae3aa9f84dba6dfc672f0",
            "sha256:e7cda686f67ad33347d79463360b74c4e90db7d5805eebad58085dc6827ed584",
            "sha256:d25e4df56746bef80720ba9976c388378728dcda17bfb1d92c47c7617c3cefb5",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-19T15:01:27.841556274+08:00"
    }
}

更多版本

quay.io/cephcsi/cephcsi:v3.3.1

linux/amd64 quay.io1.15GB2024-06-25 10:41
264

quay.io/cephcsi/cephcsi:v3.10.2

linux/amd64 quay.io1.58GB2024-06-25 12:31
175

quay.io/cephcsi/cephcsi:v3.10.1

linux/amd64 quay.io2.10GB2024-06-29 08:32
268

quay.io/cephcsi/cephcsi:v3.11.0

linux/amd64 quay.io1.40GB2024-07-01 11:29
301

quay.io/cephcsi/cephcsi:v3.9.0

linux/amd64 quay.io1.57GB2024-07-02 16:32
307

quay.io/cephcsi/cephcsi:v3.6.2

linux/amd64 quay.io1.39GB2024-08-22 16:46
143

quay.io/cephcsi/cephcsi:v3.12.0

linux/amd64 quay.io1.51GB2024-09-04 15:39
154

quay.io/cephcsi/cephcsi:v3.10.2-arm64

linux/arm64 quay.io1.38GB2024-09-19 02:00
122

quay.io/cephcsi/cephcsi:canary

linux/amd64 quay.io1.59GB2024-09-20 10:45
175

quay.io/cephcsi/cephcsi:v3.5.1

linux/amd64 quay.io1.27GB2024-09-20 11:32
134

quay.io/cephcsi/cephcsi:v3.12.2

linux/amd64 quay.io1.55GB2024-09-21 19:18
152

quay.io/cephcsi/cephcsi:v3.4.0

linux/amd64 quay.io1.26GB2024-10-14 11:18
170

quay.io/cephcsi/cephcsi:v3.2.0

linux/amd64 quay.io1.00GB2024-10-21 11:22
116

quay.io/cephcsi/cephcsi:v3.9-canary

linux/amd64 quay.io1.39GB2024-10-31 17:00
133

quay.io/cephcsi/cephcsi:v3.13.0

linux/amd64 quay.io1.68GB2024-12-19 15:01
87

quay.io/cephcsi/cephcsi:v3.2.2

linux/amd64 quay.io1.14GB2025-01-01 00:45
55