quay.io/cephcsi/cephcsi:canary linux/amd64

quay.io/cephcsi/cephcsi:canary - 国内下载镜像源 浏览次数:175
🚀

quay.io/cephcsi/cephcsi

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

源镜像 quay.io/cephcsi/cephcsi:canary
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:canary
镜像ID sha256:eee599352f85c88199e3082856ea15f943f755008885823b6c7d038491093cd7
镜像TAG canary
大小 1.59GB
镜像源 quay.io
CMD
启动入口 /usr/local/bin/cephcsi
工作目录
OS/平台 linux/amd64
浏览量 175 次
贡献者
镜像创建 2024-09-19T11:04:34.117107921Z
同步时间 2024-09-20 10:45
更新时间 2025-02-21 05:06
开放端口
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.1.1 CEPH_DEVEL=false CEPH_REF=squid OSD_FLAVOR=default
镜像标签
-19.1.1: CEPH_POINT_RELEASE HEAD: GIT_BRANCH True: GIT_CLEAN c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7: 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 20240820: 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

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-09-19 19:04:34  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/cephcsi"]
                        
# 2024-09-19 19:04:34  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-09-19 19:04:33  87.75MB 复制新文件或目录到容器中
COPY /go/src/github.com/ceph/ceph-csi//_output/cephcsi /usr/local/bin/cephcsi # buildkit
                        
# 2024-09-19 19:04:33  0.00B 添加元数据标签
LABEL maintainers=Ceph-CSI Authors version= architecture= description=Ceph-CSI Plugin
                        
# 2024-09-19 19:04:33  0.00B 定义构建参数
ARG SRC_DIR
                        
# 2024-09-19 19:01:56  221.07MB 执行命令并创建新的镜像层
RUN /bin/sh -c dnf -y update --nobest        && dnf -y install nfs-utils        && dnf clean all        && rm -rf /var/cache/yum # buildkit
                        
# 2024-09-19 19:01:21  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /etc/selinux || true && touch /etc/selinux/config # buildkit
                        
# 2024-09-19 19:01:20  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-19 19:01:20  15.84KB 执行命令并创建新的镜像层
RUN /bin/sh -c sed -i 's|^mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/*.repo &&     sed -i 's|^#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/*.repo # buildkit
                        
# 2024-08-23 05:07:08  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.1.1";   if [[ -n "-19.1.1" ]]; then     CPR=-19.1.1 ;     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.1.1";    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.1.1          ceph-mon-19.1.1          ceph-osd-19.1.1         ceph-mds-19.1.1 cephfs-mirror-19.1.1 cephfs-top-19.1.1         rbd-mirror-19.1.1          ceph-mgr-19.1.1 ceph-mgr-cephadm-19.1.1 ceph-mgr-dashboard-19.1.1 ceph-mgr-diskprediction-local-19.1.1 ceph-mgr-k8sevents-19.1.1 ceph-mgr-rook-19.1.1 python3-saml        ceph-grafana-dashboards-19.1.1         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.1.1 libradosstriper1-19.1.1 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.1.1 rbd-nbd-19.1.1         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.1.1                  ceph-volume-19.1.1         ceph-exporter-19.1.1                   ;   else     yum install -y --setopt=install_weak_deps=False --enablerepo=crb         ca-certificates         e2fsprogs         ceph-common-19.1.1          ceph-mon-19.1.1          ceph-osd-19.1.1         ceph-mds-19.1.1 cephfs-mirror-19.1.1 cephfs-top-19.1.1         rbd-mirror-19.1.1          ceph-mgr-19.1.1 ceph-mgr-cephadm-19.1.1 ceph-mgr-dashboard-19.1.1 ceph-mgr-diskprediction-local-19.1.1 ceph-mgr-k8sevents-19.1.1 ceph-mgr-rook-19.1.1 python3-saml        ceph-grafana-dashboards-19.1.1         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.1.1 libradosstriper1-19.1.1 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.1.1 rbd-nbd-19.1.1         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.1.1                  ceph-volume-19.1.1         ceph-exporter-19.1.1                   ;   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.1.1          ceph-mon-19.1.1          ceph-osd-19.1.1         ceph-mds-19.1.1 cephfs-mirror-19.1.1 cephfs-top-19.1.1         rbd-mirror-19.1.1          ceph-mgr-19.1.1 ceph-mgr-cephadm-19.1.1 ceph-mgr-dashboard-19.1.1 ceph-mgr-diskprediction-local-19.1.1 ceph-mgr-k8sevents-19.1.1 ceph-mgr-rook-19.1.1 python3-saml        ceph-grafana-dashboards-19.1.1         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.1.1 libradosstriper1-19.1.1 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.1.1 rbd-nbd-19.1.1         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.1.1                  ceph-volume-19.1.1         ceph-exporter-19.1.1                   ) && 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.1.1          ceph-mon-19.1.1          ceph-osd-19.1.1         ceph-mds-19.1.1 cephfs-mirror-19.1.1 cephfs-top-19.1.1         rbd-mirror-19.1.1          ceph-mgr-19.1.1 ceph-mgr-cephadm-19.1.1 ceph-mgr-dashboard-19.1.1 ceph-mgr-diskprediction-local-19.1.1 ceph-mgr-k8sevents-19.1.1 ceph-mgr-rook-19.1.1 python3-saml        ceph-grafana-dashboards-19.1.1         kmod         lvm2         gdisk         smartmontools         nvme-cli         libstoragemgmt         systemd-udev         sg3_utils         procps-ng         hostname         ceph-radosgw-19.1.1 libradosstriper1-19.1.1 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.1.1 rbd-nbd-19.1.1         ${CRIMSON_PACKAGES}         ceph-immutable-object-cache-19.1.1                  ceph-volume-19.1.1         ceph-exporter-19.1.1                   && echo 'Packages verified successfully'
                        
# 2024-08-23 05:04:06  0.00B 
/bin/sh -c #(nop)  EXPOSE 5000 6789 6800 6801 6802 6803 6804 6805 80
                        
# 2024-08-23 05:04:05  0.00B 
/bin/sh -c #(nop)  ENV OSD_FLAVOR=default
                        
# 2024-08-23 05:04:04  0.00B 
/bin/sh -c #(nop)  ENV CEPH_REF=squid
                        
# 2024-08-23 05:04:03  0.00B 
/bin/sh -c #(nop)  ENV CEPH_DEVEL=false
                        
# 2024-08-23 05:04:02  0.00B 
/bin/sh -c #(nop)  ENV CEPH_POINT_RELEASE=-19.1.1
                        
# 2024-08-23 05:04:01  0.00B 
/bin/sh -c #(nop)  ENV CEPH_VERSION=squid
                        
# 2024-08-23 05:04:00  0.00B 
/bin/sh -c #(nop)  LABEL CEPH_POINT_RELEASE=-19.1.1
                        
# 2024-08-23 05:03:59  0.00B 
/bin/sh -c #(nop)  LABEL GIT_CLEAN=True
                        
# 2024-08-23 05:03:57  0.00B 
/bin/sh -c #(nop)  LABEL GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7
                        
# 2024-08-23 05:03:56  0.00B 
/bin/sh -c #(nop)  LABEL GIT_BRANCH=HEAD
                        
# 2024-08-23 05:03:55  0.00B 
/bin/sh -c #(nop)  LABEL GIT_REPO=https://github.com/ceph/ceph-container.git
                        
# 2024-08-23 05:03:54  0.00B 
/bin/sh -c #(nop)  LABEL RELEASE=HEAD
                        
# 2024-08-23 05:03:53  0.00B 
/bin/sh -c #(nop)  LABEL ceph=True
                        
# 2024-08-23 05:03:52  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Guillaume Abrioux <gabrioux@redhat.com>
                        
# 2024-08-23 05:03:51  0.00B 
/bin/sh -c #(nop)  ENV I_AM_IN_A_CONTAINER=1
                        
# 2024-08-20 13:16:17  159.14MB 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2024-08-20 13:16:14  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="20240820"
                        
# 2024-08-20 13:16:14  0.00B 
/bin/sh -c #(nop) ADD file:048312a824451ece7a3af10a15c88bb93cfa86fcd44a5ffe0f9196cd3d197d66 in / 
                        
                    

镜像信息

{
    "Id": "sha256:eee599352f85c88199e3082856ea15f943f755008885823b6c7d038491093cd7",
    "RepoTags": [
        "quay.io/cephcsi/cephcsi:canary",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi:canary"
    ],
    "RepoDigests": [
        "quay.io/cephcsi/cephcsi@sha256:f7e8682f9dea8295394d472ca0c26061affe7c4f0e1a35985c62463e781f6b8a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/cephcsi/cephcsi@sha256:84c4021fc9f0f6910429c891996f50360e356cd476e5413e624dd5e8763d6727"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-19T11:04:34.117107921Z",
    "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.1.1",
            "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.1.1",
            "GIT_BRANCH": "HEAD",
            "GIT_CLEAN": "True",
            "GIT_COMMIT": "c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7",
            "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": "20240820",
            "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": 1588790898,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3c5c6b1e28fb67d562de163ec0613b76e3665f5f305848d22eb192f6b6c868c0/diff:/var/lib/docker/overlay2/674b1bbd6d2bc1c1da92606f4c3fcee30837a38edbdc2a19474dc4da0f4ca342/diff:/var/lib/docker/overlay2/f9da5f1ca97b7e214d38048dde90e2badba8e5b1dafb3a60b19a9878b7368127/diff:/var/lib/docker/overlay2/7c07f0efc254509c7d8fdaaaf037297285df22147674955cc112ccb9558db517/diff:/var/lib/docker/overlay2/1f3c43eeb76f8e689ef621268262fec7579ed87e3798e471418e83873eba13f2/diff:/var/lib/docker/overlay2/7251809e732785cceac2daf4605e3775cc1d76697ab7360d5065e043c3835986/diff:/var/lib/docker/overlay2/c98677ea3c93b988e7374976c59204dfa7dc8da184539d6a5da3da4a55687056/diff",
            "MergedDir": "/var/lib/docker/overlay2/35981e9877949a8cacdb276ff2b57a8c10dc95229f4c67ca76d6083f8352cc96/merged",
            "UpperDir": "/var/lib/docker/overlay2/35981e9877949a8cacdb276ff2b57a8c10dc95229f4c67ca76d6083f8352cc96/diff",
            "WorkDir": "/var/lib/docker/overlay2/35981e9877949a8cacdb276ff2b57a8c10dc95229f4c67ca76d6083f8352cc96/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:55b06d85b389a2f0ae8f7cca8fea74637be1fd8b3f78edd2993dadef033a83c3",
            "sha256:3f5cf2a2c4b77a520862228c8d74c98911cbcf784b3c943618fe02e3543af421",
            "sha256:8e84bae85e2a866a1222f4b84cb84446325384cefb594c69aaec43f9854f5b05",
            "sha256:ab7db9a78aad4650a3dcbebbadaaf39f2135c1fef65e70ea7c772e56d6dfa456",
            "sha256:6a8f4771c33205996b9e77fb7777e5a0237651d4277eb5e4871121f2f055b085",
            "sha256:3b4c4e1969b28f61722e23fef8a6568228e11785d2fecc707e1a7cb09aebc42a",
            "sha256:b179570d0cdc958a3b102d010f3740528d26dc409ab41e06632a30716bf8546f",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-20T10:44:55.613529219+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
174

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