ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1 linux/amd64

ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1 - 国内下载镜像源 浏览次数:12
云原生PostgreSQL(Cloud Native PostgreSQL)是一个基于Docker容器化的关系数据库解决方案,提供了一个可靠、易于管理和高效的数据存储解决方案。
源镜像 ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
镜像ID sha256:2daf68a9cc3391c679a077d5c01eabf1401d56163ce7417507e8343841ed2952
镜像TAG 1.29.1
大小 124.54MB
镜像源 ghcr.io
CMD
启动入口 /manager
工作目录 /
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2026-05-08T14:37:53.677005767Z
同步时间 2026-06-09 14:51
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
镜像标签
This Docker image contains CloudNativePG Operator.: description The CloudNativePG Contributors: maintainer CloudNativePG Operator: name The CloudNativePG Contributors: org.opencontainers.image.authors sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1: org.opencontainers.image.base.digest gcr.io/distroless/static-debian12:nonroot@sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1: org.opencontainers.image.base.name 2026-05-08T14:37:51Z: org.opencontainers.image.created This Docker image contains CloudNativePG Operator.: org.opencontainers.image.description https://cloudnative-pg.io/docs/: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses a4060c152: org.opencontainers.image.revision https://github.com/cloudnative-pg/cloudnative-pg: org.opencontainers.image.source CloudNativePG Operator: org.opencontainers.image.title https://github.com/cloudnative-pg/cloudnative-pg: org.opencontainers.image.url The CloudNativePG Contributors: org.opencontainers.image.vendor 1.29.1: org.opencontainers.image.version 1: release This Docker image contains CloudNativePG Operator.: summary The CloudNativePG Contributors: vendor 1.29.1: version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 12.13 扫描引擎: Trivy 扫描时间: 2026-06-09 14:52

低危漏洞:0 中危漏洞:4 高危漏洞:2 严重漏洞:0

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1  ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1  ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1

Shell快速替换命令

sed -i 's#ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1  ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1  ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1'

镜像构建历史


# 2026-05-08 22:37:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/manager"]
                        
# 2026-05-08 22:37:53  0.00B 指定运行容器时使用的用户
USER 65532:65532
                        
# 2026-05-08 22:37:53  11.36KB 复制新文件或目录到容器中
COPY LICENSE /licenses # buildkit
                        
# 2026-05-08 22:37:53  732.40KB 复制新文件或目录到容器中
COPY licenses /licenses # buildkit
                        
# 2026-05-08 22:37:53  22.00B 复制新文件或目录到容器中
COPY /home/nonroot/ . # buildkit
                        
# 2026-05-08 22:37:53  121.72MB 复制新文件或目录到容器中
COPY --chown=nonroot:nonroot --chmod=0755 dist/manager/* operator/ # buildkit
                        
# 2026-05-08 22:37:53  0.00B 设置工作目录为/
WORKDIR /
                        
# 1970-01-01 08:00:00  235.53KB 
bazel build //common:cacerts_debian12_amd64
                        
# 1970-01-01 08:00:00  346.00B 
bazel build //common:os_release_debian12
                        
# 1970-01-01 08:00:00  497.00B 
bazel build //static:nsswitch
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:tmp
                        
# 1970-01-01 08:00:00  64.00B 
bazel build //common:group
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:home
                        
# 1970-01-01 08:00:00  149.00B 
bazel build //common:passwd
                        
# 1970-01-01 08:00:00  0.00B 
bazel build //common:rootfs
                        
# 1970-01-01 08:00:00  82.13KB 
bazel build @bookworm//media-types/amd64:data_statusd
                        
# 1970-01-01 08:00:00  1.47MB 
bazel build @bookworm//tzdata/amd64:data_statusd
                        
# 1970-01-01 08:00:00  22.89KB 
bazel build @bookworm//netbase/amd64:data_statusd
                        
# 1970-01-01 08:00:00  270.76KB 
bazel build @bookworm//base-files/amd64:data_statusd
                        
                    

镜像信息

{
    "Id": "sha256:2daf68a9cc3391c679a077d5c01eabf1401d56163ce7417507e8343841ed2952",
    "RepoTags": [
        "ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1"
    ],
    "RepoDigests": [
        "ghcr.io/cloudnative-pg/cloudnative-pg@sha256:0dfff19ba7b52ca25851a1010028b6940fff2e233290465af1cfb08a5f3f4661",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg@sha256:2f1a218c5af58b9f9181666f553e84f37e00afe68d14d28de677546cf2c8c88b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-08T14:37:53.677005767Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65532:65532",
        "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",
            "SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/manager"
        ],
        "OnBuild": null,
        "Labels": {
            "description": "This Docker image contains CloudNativePG Operator.",
            "maintainer": "The CloudNativePG Contributors",
            "name": "CloudNativePG Operator",
            "org.opencontainers.image.authors": "The CloudNativePG Contributors",
            "org.opencontainers.image.base.digest": "sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1",
            "org.opencontainers.image.base.name": "gcr.io/distroless/static-debian12:nonroot@sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1",
            "org.opencontainers.image.created": "2026-05-08T14:37:51Z",
            "org.opencontainers.image.description": "This Docker image contains CloudNativePG Operator.",
            "org.opencontainers.image.documentation": "https://cloudnative-pg.io/docs/",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "a4060c152",
            "org.opencontainers.image.source": "https://github.com/cloudnative-pg/cloudnative-pg",
            "org.opencontainers.image.title": "CloudNativePG Operator",
            "org.opencontainers.image.url": "https://github.com/cloudnative-pg/cloudnative-pg",
            "org.opencontainers.image.vendor": "The CloudNativePG Contributors",
            "org.opencontainers.image.version": "1.29.1",
            "release": "1",
            "summary": "This Docker image contains CloudNativePG Operator.",
            "vendor": "The CloudNativePG Contributors",
            "version": "1.29.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 124542085,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/44c46abfc76a5c337e04c29a1870bd6c1936a549e30e9aef1983b9956835edd3/diff:/var/lib/docker/overlay2/f295e04da6f17cdf9c561d5521b558e2ffadc94b03b5e029b38ab405e67fd35b/diff:/var/lib/docker/overlay2/678f13742a7295ecdd100e92a7e8786819320e2f09648c974aa1ee23d8a00184/diff:/var/lib/docker/overlay2/2488d98f60c7ad3b532d5c30fe56cc97b1e53e871fd05ef7327eaff8d12763bb/diff:/var/lib/docker/overlay2/96fc522f1b1c75c929596706862613436b2a43870cde1501978a4113e622a085/diff:/var/lib/docker/overlay2/7c2583b7e13b28b0f953770587bc73a25339bf4fd1eb3aa5cef381ac0556e929/diff:/var/lib/docker/overlay2/9e85d2b9dda4217af986b024c3703f898531b75ab9bdab24b85afd8ebef95320/diff:/var/lib/docker/overlay2/7b7b8a9f81065ac024e08a8df6edbaa301b3ab89153a7c3e6bd374a683fb09f7/diff:/var/lib/docker/overlay2/66346c662986bf059166ec74f45df7f24153c7f8260733a8be1d966b92e395ca/diff:/var/lib/docker/overlay2/66430741e69fc548629233159526c5af8d99d06114d75d1e1d35e4a47adaf737/diff:/var/lib/docker/overlay2/e972ca65352b8fedef54723d9a04220ee065a9ba629e4115371610d80a0af690/diff:/var/lib/docker/overlay2/36df5e01a3ff8fe59c72f7502da95130e96741d3c329513f412dd649e5e81783/diff:/var/lib/docker/overlay2/29616edd1d67dd71513ad05c521f6a2973e19740a987a6d54e7aa010abdf06eb/diff:/var/lib/docker/overlay2/eecf161d8f534d02a9dfc79acadc91ac6382eaa441fe16e1f71c2e6adae3fb89/diff:/var/lib/docker/overlay2/3e5a58429a2c4023bee2e845a1eaee0883b5d17219dd57f2be36a95919623a55/diff",
            "MergedDir": "/var/lib/docker/overlay2/9e4d81dcac04362aee6cef71d908415a6ea79b76feb86dde53310318131539a1/merged",
            "UpperDir": "/var/lib/docker/overlay2/9e4d81dcac04362aee6cef71d908415a6ea79b76feb86dde53310318131539a1/diff",
            "WorkDir": "/var/lib/docker/overlay2/9e4d81dcac04362aee6cef71d908415a6ea79b76feb86dde53310318131539a1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a33ba213ad26a605d904a741f67154f3904c74a43182c872c35f36b10fa005e0",
            "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba",
            "sha256:4840c7c54023c867f19564429c89ddae4e9589c83dce82492183a7e9f7dab1fa",
            "sha256:114dde0fefebbca13165d0da9c500a66190e497a82a53dcaabc3172d630be1e9",
            "sha256:4d049f83d9cf21d1f5cc0e11deaf36df02790d0e60c1a3829538fb4b61685368",
            "sha256:af5aa97ebe6ce1604747ec1e21af7136ded391bcabe4acef882e718a87c86bcc",
            "sha256:6f1cdceb6a3146f0ccb986521156bef8a422cdbb0863396f7f751f575ba308f4",
            "sha256:bd3cdfae1d3fdd83a2231d608969b38b82349777c2fff9a7c12d54f8ac5c9b38",
            "sha256:4cde6b0bb6f50a5f255eef7b2a42162c661cf776b803225dcac9a659e396bb6b",
            "sha256:ad51d0769d16ba578106a177987dfe3d2e02c1668c852b795b2f6b024068242a",
            "sha256:6e7fbcf090d09b73a4aa85f9dce690d0ace73877c150b7c56955487b6e7a822a",
            "sha256:33b37ab0b0901175c2699d81c10b0c887f0dff944de74763cca00c155904d6fb",
            "sha256:e9fcb8b7a31079607453f1820d10c203655e202a86ae9e91714d9caf10843dc2",
            "sha256:a8d881272f07f1fc6d961d6963650af844616582af9740f2c3cabe4ae7470666",
            "sha256:88eacbe90ea2ad621e432b2092b48f9c7f93d93a1a1ec4323658f2c0c4e8681a",
            "sha256:bdbfb5110619c8674acc40073652e5907fd4870e273c776507c51e9ce70dfc70"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-06-09T14:51:53.015029043+08:00"
    }
}

更多版本

ghcr.io/cloudnative-pg/cloudnative-pg:1.22.1

linux/amd64 ghcr.io97.65MB2024-04-01 16:09
963

ghcr.io/cloudnative-pg/cloudnative-pg:1.23.3

linux/amd64 ghcr.io105.53MB2024-08-08 17:57
684

ghcr.io/cloudnative-pg/cloudnative-pg:1.23.2

linux/amd64 ghcr.io105.43MB2025-05-06 09:39
294

ghcr.io/cloudnative-pg/cloudnative-pg:1.27.1

linux/amd64 ghcr.io126.90MB2025-10-28 20:22
261

ghcr.io/cloudnative-pg/cloudnative-pg:1.24.4

linux/amd64 ghcr.io121.17MB2025-12-02 18:32
168

ghcr.io/cloudnative-pg/cloudnative-pg:1.23.0

linux/arm64 ghcr.io103.26MB2026-02-05 13:20
106

ghcr.io/cloudnative-pg/cloudnative-pg:1.16.5

linux/amd64 ghcr.io47.50MB2026-02-27 18:03
208

ghcr.io/cloudnative-pg/cloudnative-pg:1.15.5

linux/amd64 ghcr.io43.03MB2026-03-02 14:03
167

ghcr.io/cloudnative-pg/cloudnative-pg:1.28.1

linux/amd64 ghcr.io121.96MB2026-03-03 18:34
179

ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0

linux/arm64 ghcr.io127.17MB2026-03-08 00:43
108

ghcr.io/cloudnative-pg/cloudnative-pg:1.27.1

linux/arm64 ghcr.io126.90MB2026-04-27 14:23
53

ghcr.io/cloudnative-pg/cloudnative-pg:1.25.0

linux/amd64 ghcr.io120.50MB2026-05-27 16:23
44

ghcr.io/cloudnative-pg/cloudnative-pg:1.29.1

linux/amd64 ghcr.io124.54MB2026-06-09 14:51
11