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

ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0 - 国内下载镜像源 浏览次数:13 阿白 贡献同步 温馨提示: 这是一个 linux/arm64 系统架构镜像
云原生PostgreSQL(Cloud Native PostgreSQL)是一个基于Docker容器化的关系数据库解决方案,提供了一个可靠、易于管理和高效的数据存储解决方案。
源镜像 ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-linuxarm64
镜像ID sha256:e04a945b5af2c7abdea04013aff9286a5b09b01ddb4317e462bbed9d54ab710f
镜像TAG 1.28.0-linuxarm64
大小 127.17MB
镜像源 ghcr.io
CMD
启动入口 /manager
工作目录 /
OS/平台 linux/arm64
浏览量 13 次
贡献者
avatar
阿白
镜像创建 2025-12-09T17:22:08.104193921Z
同步时间 2026-03-08 00:43
环境变量
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:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0: org.opencontainers.image.base.digest gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0: org.opencontainers.image.base.name 2025-12-09T17:22:03Z: org.opencontainers.image.created This Docker image contains CloudNativePG Operator.: org.opencontainers.image.description https://cloudnative-pg.io/documentation/current/: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses a9696201f: 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.28.0: org.opencontainers.image.version 1: release This Docker image contains CloudNativePG Operator.: summary The CloudNativePG Contributors: vendor 1.28.0: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-linuxarm64#' 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.28.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-linuxarm64  ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0'

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.28.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-linuxarm64  ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0'

镜像构建历史


# 2025-12-10 01:22:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/manager"]
                        
# 2025-12-10 01:22:08  0.00B 指定运行容器时使用的用户
USER 65532:65532
                        
# 2025-12-10 01:22:08  11.36KB 复制新文件或目录到容器中
COPY LICENSE /licenses # buildkit
                        
# 2025-12-10 01:22:08  735.39KB 复制新文件或目录到容器中
COPY licenses /licenses # buildkit
                        
# 2025-12-10 01:22:07  22.00B 复制新文件或目录到容器中
COPY /home/nonroot/ . # buildkit
                        
# 2025-12-10 01:22:07  124.34MB 复制新文件或目录到容器中
COPY --chown=nonroot:nonroot --chmod=0755 dist/manager/* operator/ # buildkit
                        
# 2025-12-10 01:22:07  0.00B 设置工作目录为/
WORKDIR /
                        
# 0001-01-01 08:00:00  235.53KB 

                        
# 0001-01-01 08:00:00  346.00B 

                        
# 0001-01-01 08:00:00  497.00B 

                        
# 0001-01-01 08:00:00  0.00B 

                        
# 0001-01-01 08:00:00  64.00B 

                        
# 0001-01-01 08:00:00  0.00B 

                        
# 0001-01-01 08:00:00  149.00B 

                        
# 0001-01-01 08:00:00  0.00B 

                        
# 0001-01-01 08:00:00  82.13KB 

                        
# 0001-01-01 08:00:00  1.47MB 

                        
# 0001-01-01 08:00:00  22.89KB 

                        
# 0001-01-01 08:00:00  270.74KB 

                        
                    

镜像信息

{
    "Id": "sha256:e04a945b5af2c7abdea04013aff9286a5b09b01ddb4317e462bbed9d54ab710f",
    "RepoTags": [
        "ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg:1.28.0-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/cloudnative-pg/cloudnative-pg@sha256:34198e85b6e6dd81471cb1c3ee222ca5231b685220e7ae38a634d35ed4826a40",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/cloudnative-pg@sha256:d68ad906087b36fa099dad66d3c69b3e6d971f48c84a15cecd6ec8285afd7e23"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-09T17:22:08.104193921Z",
    "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:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0",
            "org.opencontainers.image.base.name": "gcr.io/distroless/static-debian12:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0",
            "org.opencontainers.image.created": "2025-12-09T17:22:03Z",
            "org.opencontainers.image.description": "This Docker image contains CloudNativePG Operator.",
            "org.opencontainers.image.documentation": "https://cloudnative-pg.io/documentation/current/",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "a9696201f",
            "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.28.0",
            "release": "1",
            "summary": "This Docker image contains CloudNativePG Operator.",
            "vendor": "The CloudNativePG Contributors",
            "version": "1.28.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 127170635,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fd2b380522dc58cbc841f113fc2094f3da3c030695a1644cd6c68a3f62a6b57c/diff:/var/lib/docker/overlay2/71805861c1165ccdf0f23348adc30eeebf7a1057ca6f0fcadfe503c27a6051ad/diff:/var/lib/docker/overlay2/6333974acfeae61937909007db16d886030c56cdf45a73c89ff2124d295016c0/diff:/var/lib/docker/overlay2/bc96082f21417dd137c083ef6da5bc10a4df6c870284b531cc37aeda8809427a/diff:/var/lib/docker/overlay2/754ed33ed14750171a64a431b9e2a792fd05f7d44e6a5874e39ba57b4c2b81d3/diff:/var/lib/docker/overlay2/4c1ce7715e3c2829fac5337332df2205686673e4139a2ef3d0f6b4a9f6cdc811/diff:/var/lib/docker/overlay2/da46ea78e3d629dc86ed9a4afb334db45c609eb5843ae644b27ceca767b31eba/diff:/var/lib/docker/overlay2/f2f1daf298f221d4052db43e4514c3b46200a91d05213388b3aa7ddedf0a7644/diff:/var/lib/docker/overlay2/bf56a8b3726ebdf200928bd3d67ce6c10c3cd11097fd526de11183a3ec112e51/diff:/var/lib/docker/overlay2/463eae186035c0968f6f312379dc105dc5de6e8daa0f538603e0c47c3169d163/diff:/var/lib/docker/overlay2/12db229943098bc0db895114105f9a4e9a05b61d5fff6857570c381ffcc2e65c/diff:/var/lib/docker/overlay2/c047292710247a3d7ab01bc11bc5d8290789ec8ab6b1185e5117525db4bc87fc/diff:/var/lib/docker/overlay2/416a7d3ad5b07fd2808cd195794138e3a0b9c1066ab9199237b98799c2ac53e6/diff:/var/lib/docker/overlay2/4454de379a7c59eb101a35cbbeaeb81bece6b6871e437e488772b7d2c8c3997d/diff:/var/lib/docker/overlay2/506cbe10b526ec6979849c92822f5f26f001d4ffa5ccdac6a2ac08ef7517a558/diff",
            "MergedDir": "/var/lib/docker/overlay2/c265a9fb578b5cf839909626f11f0e663abad9c1a6ef6f520287da4d65ce123f/merged",
            "UpperDir": "/var/lib/docker/overlay2/c265a9fb578b5cf839909626f11f0e663abad9c1a6ef6f520287da4d65ce123f/diff",
            "WorkDir": "/var/lib/docker/overlay2/c265a9fb578b5cf839909626f11f0e663abad9c1a6ef6f520287da4d65ce123f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:378b3db0974f7a5a8767b6329ad310983bc712d0e400ff5faa294f95f869cc8c",
            "sha256:8fa10c0194df9b7c054c90dbe482585f768a54428fc90a5b78a0066a123b1bba",
            "sha256:4840c7c54023c867f19564429c89ddae4e9589c83dce82492183a7e9f7dab1fa",
            "sha256:114dde0fefebbca13165d0da9c500a66190e497a82a53dcaabc3172d630be1e9",
            "sha256:4d049f83d9cf21d1f5cc0e11deaf36df02790d0e60c1a3829538fb4b61685368",
            "sha256:af5aa97ebe6ce1604747ec1e21af7136ded391bcabe4acef882e718a87c86bcc",
            "sha256:6f1cdceb6a3146f0ccb986521156bef8a422cdbb0863396f7f751f575ba308f4",
            "sha256:bbb6cacb8c82e4da4e8143e03351e939eab5e21ce0ef333c42e637af86c5217b",
            "sha256:2a92d6ac9e4fcc274d5168b217ca4458a9fec6f094ead68d99c77073f08caac1",
            "sha256:1a73b54f556b477f0a8b939d13c504a3b4f4db71f7a09c63afbc10acb3de5849",
            "sha256:f4aee9e53c42a22ed82451218c3ea03d1eea8d6ca8fbe8eb4e950304ba8a8bb3",
            "sha256:bfe9137a1b044e8097cdfcb6899137a8a984ed70931ed1e8ef0cf7e023a139fc",
            "sha256:a491b6952995b7bd154ceb150dc3152619019dc0cd01268b00137dd8c79323bd",
            "sha256:81ca5aefa7ab650d28f54a6af6dc2f784164294933c9bd70396ffd8f5f7c1ea7",
            "sha256:3cc5f2bca562867fb236908d3b51d1b0f72fa0047c4fde617e67684cb9e029c1",
            "sha256:5687f32b41fb6b6336d3197bee2e1eaead0b11421d5bbc44160391160e87cad4"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-08T00:43:44.370115326+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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