docker.io/bitnami/postgresql:9.6.24 linux/amd64

docker.io/bitnami/postgresql:9.6.24 - 国内下载镜像源 浏览次数:7 安全受验证的发布者-VMware

PostgreSQL镜像描述

Bitnami PostgreSQL 镜像提供了一个预配置的 PostgreSQL 数据库服务器。它简化了 PostgreSQL 的部署,并提供了一个易于使用的方式来管理你的数据库。镜像包含了最新的安全补丁,并且针对性能进行了优化。你可以使用它来快速启动和运行 PostgreSQL 数据库,而无需手动配置服务器。

源镜像 docker.io/bitnami/postgresql:9.6.24
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24
镜像ID sha256:1610357f416565bea0c43bd6d5c1fd0634f17fad46651ee7931268c6521d8819
镜像TAG 9.6.24
大小 335.16MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/bitnami/scripts/postgresql/run.sh
启动入口 /opt/bitnami/scripts/postgresql/entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 7 次
贡献者 ya********o@zqyyh.com
镜像创建 2022-01-25T03:54:21.899654075Z
同步时间 2025-06-07 22:13
更新时间 2025-06-08 04:54
开放端口
5432/tcp
目录挂载
/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d
环境变量
PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-10 OS_NAME=linux BITNAMI_APP_NAME=postgresql BITNAMI_IMAGE_VERSION=9.6.24-debian-10-r70 LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so
镜像标签
Bitnami <containers@bitnami.com>: maintainer

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24  docker.io/bitnami/postgresql:9.6.24

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24  docker.io/bitnami/postgresql:9.6.24

Shell快速替换命令

sed -i 's#bitnami/postgresql:9.6.24#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24  docker.io/bitnami/postgresql:9.6.24'

Ansible快速分发-Containerd

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

镜像构建历史


# 2022-01-25 11:54:21  0.00B 
/bin/sh -c #(nop)  CMD ["/opt/bitnami/scripts/postgresql/run.sh"]
                        
# 2022-01-25 11:54:21  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/opt/bitnami/scripts/postgresql/entrypoint.sh"]
                        
# 2022-01-25 11:54:21  0.00B 
/bin/sh -c #(nop)  USER 1001
                        
# 2022-01-25 11:54:21  0.00B 
/bin/sh -c #(nop)  EXPOSE 5432
                        
# 2022-01-25 11:54:21  0.00B 
/bin/sh -c #(nop)  VOLUME [/bitnami/postgresql /docker-entrypoint-initdb.d /docker-entrypoint-preinitdb.d]
                        
# 2022-01-25 11:54:20  0.00B 
/bin/sh -c #(nop)  ENV BITNAMI_APP_NAME=postgresql BITNAMI_IMAGE_VERSION=9.6.24-debian-10-r70 LANG=en_US.UTF-8 LANGUAGE=en_US:en NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2022-01-25 11:54:20  3.04MB 
/bin/sh -c /opt/bitnami/scripts/locales/add-extra-locales.sh
                        
# 2022-01-25 11:54:17  22.73KB 
/bin/sh -c /opt/bitnami/scripts/postgresql/postunpack.sh
                        
# 2022-01-25 11:54:16  79.53KB 
/bin/sh -c #(nop) COPY dir:7d93f9286bd6c91942a820fa9ddd668e7ae86e2e8862fb37a33299dda86a7434 in / 
                        
# 2022-01-25 11:54:16  3.05MB 
/bin/sh -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
                        
# 2022-01-25 11:54:12  3.04MB 
/bin/sh -c echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
                        
# 2022-01-25 11:54:10  1.73MB 
/bin/sh -c update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX &&     DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales
                        
# 2022-01-25 11:54:08  3.03MB 
/bin/sh -c localedef -c -f UTF-8 -i en_US en_US.UTF-8
                        
# 2022-01-25 11:54:06  0.00B 
/bin/sh -c chmod g+rwX /opt/bitnami
                        
# 2022-01-25 11:54:05  0.00B 
/bin/sh -c apt-get update && apt-get upgrade -y &&     rm -r /var/lib/apt/lists /var/cache/apt/archives
                        
# 2022-01-25 11:54:02  2.30MB 
/bin/sh -c . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
                        
# 2022-01-25 11:54:02  179.53MB 
/bin/sh -c . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql" "9.6.24-4" --checksum 0b73bb00e0ae90e7cb452c32b7a3080ddf101517db5d81eff2a8c78d719b3fc7
                        
# 2022-01-25 11:53:58  71.77MB 
/bin/sh -c install_packages acl ca-certificates curl gzip libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu63 libidn2-0 libldap-2.4-2 liblzma5 libnettle6 libp11-kit0 libpcre3 libreadline7 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps tar zlib1g
                        
# 2022-01-25 11:53:49  65.05KB 
/bin/sh -c #(nop) COPY dir:14055ee4133bd9eb6e60857c1f452f0482542aee0ce2354181ec9b23fab9f4ef in / 
                        
# 2022-01-25 10:05:16  0.00B 
/bin/sh -c #(nop)  ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-10 OS_NAME=linux
                        
# 2022-01-25 10:05:16  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=Bitnami <containers@bitnami.com>
                        
# 2022-01-25 08:07:55  67.51MB 

                        
                    

镜像信息

{
    "Id": "sha256:1610357f416565bea0c43bd6d5c1fd0634f17fad46651ee7931268c6521d8819",
    "RepoTags": [
        "bitnami/postgresql:9.6.24",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql:9.6.24"
    ],
    "RepoDigests": [
        "bitnami/postgresql@sha256:fe1ad657b912de5c0d445cc69903bb2b85c5b1dfd0f66d97cc03718ac84acbd7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/postgresql@sha256:fe1ad657b912de5c0d445cc69903bb2b85c5b1dfd0f66d97cc03718ac84acbd7"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2022-01-25T03:54:21.899654075Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.15",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HOME=/",
            "OS_ARCH=amd64",
            "OS_FLAVOUR=debian-10",
            "OS_NAME=linux",
            "BITNAMI_APP_NAME=postgresql",
            "BITNAMI_IMAGE_VERSION=9.6.24-debian-10-r70",
            "LANG=en_US.UTF-8",
            "LANGUAGE=en_US:en",
            "NSS_WRAPPER_LIB=/opt/bitnami/common/lib/libnss_wrapper.so"
        ],
        "Cmd": [
            "/opt/bitnami/scripts/postgresql/run.sh"
        ],
        "Image": "sha256:10afab920fa6649a05aa74d024abb9c870135e142764e24d4991b8072fa3e16a",
        "Volumes": {
            "/bitnami/postgresql": {},
            "/docker-entrypoint-initdb.d": {},
            "/docker-entrypoint-preinitdb.d": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "/opt/bitnami/scripts/postgresql/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Bitnami \u003ccontainers@bitnami.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 335162735,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/343db59e3248ea52919b263dc2503fef1f2b7c28627fa8f9447cb722aa4f7172/diff:/var/lib/docker/overlay2/4046cd0ee6cd4c0b9ebbcf282149688ab72a34df056793d31bd9310d6089c40f/diff:/var/lib/docker/overlay2/040bd7b9aed71274192db102dc1baf1bbbc19883c6c1605227eecf5489d38d59/diff:/var/lib/docker/overlay2/ae8b2f8d95f3fbf8a82baa962afbc3491820388e7b5f65737d53f0d2ad0af179/diff:/var/lib/docker/overlay2/5fe8a91b5fb90aa32b0601b4082b61baecf3ab68a8fe3dff874037671a5cc84f/diff:/var/lib/docker/overlay2/85416fa598823c8b0971df1a05c98fd83e7706e221b06ba604090f4bbabdecf6/diff:/var/lib/docker/overlay2/e681bed7c2375ab58bc690d67f651950560d76052fd60867a90f707deb992bd0/diff:/var/lib/docker/overlay2/d299a1100641ada3c71ad8b66c56e62e3ca95e8088cf32528d46b90e8661b528/diff:/var/lib/docker/overlay2/2d26bf1aa9129ca0a3c68a6e6eff05d0c5f66c7d704941d1b6c009518e6db9ae/diff:/var/lib/docker/overlay2/eea1f4aacdd9061c3d59769ed86260ad261124a95cbdc6afc8fad812503a5673/diff:/var/lib/docker/overlay2/d7f2cd02161f8410d18f18d4a1acfb1b6d7c9850c46a960a598b41001dc82fa8/diff:/var/lib/docker/overlay2/c2870a5a62ddd9c87019be7d46206ae30708b235a3d98dd4477289e8b3e56fd4/diff:/var/lib/docker/overlay2/9fa5c93cc4ed67f97e587e213ea7e113b6a7803025aa31fd1523c3a5ae4c8f84/diff",
            "MergedDir": "/var/lib/docker/overlay2/5f844619189e06ae6519c33470755b789aa5a9a9ac4a3f8dc03cf55a4fbe8aac/merged",
            "UpperDir": "/var/lib/docker/overlay2/5f844619189e06ae6519c33470755b789aa5a9a9ac4a3f8dc03cf55a4fbe8aac/diff",
            "WorkDir": "/var/lib/docker/overlay2/5f844619189e06ae6519c33470755b789aa5a9a9ac4a3f8dc03cf55a4fbe8aac/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:81191ab3f03dc79052b7163074e7758aab7f903e35117225cd8ccb83b3607e8b",
            "sha256:9ad160041135baa44edb1db6691690ddee69cd65d695b7748b310e9d910f21c3",
            "sha256:f3f19abac60d3ea51134b91ec061d07bc9452e3f5bd3aef10338fda3422c77a7",
            "sha256:01275de470d5753c63e160e866e9ec93442ad18d5454277ae6aa18d44c7cb3db",
            "sha256:0afd91e0861009a509be9d2d258988ffcc681c881e2d3cff25eb1738e5eab069",
            "sha256:98e7f8faa77058618ce406f2edcb20f76b176bc8d60d94479b271d301b96bc81",
            "sha256:557e2e5ba37dc3ed47f2904dcffa72ddb02ffda64013c0a2c96b4ede331d2faa",
            "sha256:94f486f30e16da5665a6ab910e74a6d9bb8a0a562cc2951f2e3827c05f452364",
            "sha256:6472af9da279016015a4fb1c287ef2d41727c53eb6be41ca0bf24f90fbf634d1",
            "sha256:753e91d36ab8471075af9bb273c96c9fb9c3272bec7fb8daf7986476cdd56db2",
            "sha256:081e94c92e609f90ebb33fccc5e6360f0b831789bcf0f0dd2a925a3bb212d665",
            "sha256:1ffc54854b987d0f4fc99f6622e87453b615b14aa9194148cc4d77d8c7f452c2",
            "sha256:3f93fbfa5b5f2bf768dcf5954fc1f4d55ad316abac3e01c506d4178a047183a6",
            "sha256:0deaf6bfe9c7efddfc8df6ad98de3ffaf459b46bb10207e6d37cb092b6127de5"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-07T22:13:07.867602532+08:00"
    }
}

更多版本

docker.io/bitnami/postgresql:16.3.0-debian-12-r23

linux/amd64 docker.io334.54MB2024-07-31 13:03
330

docker.io/bitnami/postgresql:13.15.0-debian-12-r19

linux/amd64 docker.io332.52MB2024-08-08 15:47
368

docker.io/bitnami/postgresql:16

linux/amd64 docker.io334.55MB2024-08-13 14:32
1123

docker.io/bitnami/postgresql:13.13.0-debian-11-r8

linux/amd64 docker.io272.35MB2024-08-14 12:43
226

docker.io/bitnami/postgresql:16.4.0-debian-12-r5

linux/amd64 docker.io334.55MB2024-09-02 00:34
363

docker.io/bitnami/postgresql:16.4.0-debian-12-r11

linux/amd64 docker.io335.18MB2024-09-24 09:17
385

docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r6

linux/amd64 docker.io338.67MB2024-10-06 10:23
200

docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r23

linux/amd64 docker.io339.38MB2024-10-11 19:00
262

docker.io/bitnami/postgresql:17.0.0-debian-12-r0

linux/amd64 docker.io336.15MB2024-10-12 13:51
268

docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r23

linux/arm64 docker.io366.35MB2024-10-12 14:23
218

docker.io/bitnami/postgresql:15.0.0-debian-11-r3

linux/amd64 docker.io298.05MB2024-10-16 10:50
390

docker.io/bitnami/postgresql:15.3.0-debian-11-r0

linux/amd64 docker.io273.29MB2024-10-21 15:53
250

docker.io/bitnami/postgresql:11.14.0-debian-10-r22

linux/amd64 docker.io262.24MB2024-10-23 14:29
217

docker.io/bitnami/postgresql:14.3.0-debian-10-r20

linux/amd64 docker.io269.13MB2024-10-31 10:53
168

docker.io/bitnami/postgresql:15.4.0-debian-11-r45

linux/amd64 docker.io274.13MB2024-11-03 11:45
172

docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r14

linux/arm64 docker.io365.85MB2024-11-05 09:51
175

docker.io/bitnami/postgresql-repmgr:16.4.0-debian-12-r28

linux/arm64 docker.io366.35MB2024-11-05 16:07
180

docker.io/bitnami/postgresql:17.0.0-debian-12-r9

linux/amd64 docker.io337.36MB2024-11-05 20:55
227

docker.io/bitnami/postgresql-repmgr:14.13.0

linux/arm64 docker.io364.62MB2024-11-06 08:19
158

docker.io/bitnami/postgresql:15.2.0

linux/amd64 docker.io272.65MB2024-11-12 14:28
204

docker.io/bitnami/postgresql:14.5.0-debian-11-r35

linux/amd64 docker.io285.04MB2024-11-22 13:52
183

docker.io/bitnami/postgresql:14.8.0

linux/amd64 docker.io273.22MB2024-11-22 14:57
245

docker.io/bitnami/postgresql:11.7.0-debian-10-r26

linux/amd64 docker.io244.67MB2024-11-26 17:45
196

docker.io/bitnami/postgresql:latest

linux/amd64 docker.io338.59MB2024-11-28 10:05
394

docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r20

linux/amd64 docker.io338.74MB2024-11-29 10:16
146

docker.io/bitnami/postgresql:14.13.0-debian-12-r26

linux/amd64 docker.io337.35MB2024-11-29 15:33
166

docker.io/bitnami/postgresql:15.3.0-debian-11-r7

linux/amd64 docker.io272.66MB2024-11-29 17:21
163

docker.io/bitnami/postgresql:16.4.0-debian-12-r14

linux/amd64 docker.io336.57MB2024-12-02 18:31
161

docker.io/bitnami/postgresql:17.2.0

linux/amd64 docker.io338.58MB2024-12-19 19:17
177

docker.io/bitnami/postgresql:14.12.0

linux/amd64 docker.io334.49MB2024-12-30 15:14
172

docker.io/bitnami/postgresql:15.7.0

linux/amd64 docker.io335.14MB2024-12-30 15:16
164

docker.io/bitnami/postgresql:16.2.0-debian-12-r8

linux/amd64 docker.io1.04GB2024-12-30 18:30
133

docker.io/bitnami/postgresql:17.2.0-debian-12-r5

linux/amd64 docker.io338.59MB2025-01-06 14:49
121

docker.io/bitnami/postgresql:17.2.0-debian-12-r2

linux/amd64 docker.io338.58MB2025-01-09 11:09
164

docker.io/bitnami/postgresql:11.7.0-debian-10-r9

linux/amd64 docker.io244.67MB2025-01-10 11:36
127

docker.io/bitnami/postgresql:16.2.0-debian-12-r15

linux/amd64 docker.io327.07MB2025-01-10 18:01
127

docker.io/bitnami/postgresql:17.2.0-debian-12-r6

linux/amd64 docker.io338.60MB2025-01-24 17:43
153

docker.io/bitnami/postgresql:17.2.0-debian-12-r10

linux/amd64 docker.io338.61MB2025-02-13 17:13
145

docker.io/bitnami/postgresql:17.4.0-debian-12-r2

linux/amd64 docker.io339.46MB2025-03-03 15:03
247

docker.io/bitnami/postgresql:17.4.0

linux/arm64 docker.io365.88MB2025-03-12 12:19
169

docker.io/bitnami/postgresql:17.4.0

linux/amd64 docker.io339.47MB2025-03-12 12:22
247

docker.io/bitnami/postgresql:16.6.0

linux/amd64 docker.io338.02MB2025-03-14 11:03
190

docker.io/bitnami/postgresql:12.11.0

linux/amd64 docker.io280.85MB2025-04-18 17:15
80

docker.io/bitnami/postgresql:15.10.0

linux/amd64 docker.io337.06MB2025-04-24 22:42
59

docker.io/bitnami/postgresql:15.10.0

linux/arm64 docker.io363.51MB2025-04-24 22:42
57

docker.io/bitnami/postgresql:17.0.0-debian-12-r9

linux/arm64 docker.io363.75MB2025-05-12 20:09
38

docker.io/bitnami/postgresql:11.9.0-debian-10-r48

linux/amd64 docker.io250.00MB2025-05-13 09:31
39

docker.io/bitnami/postgresql:9.6.8

linux/amd64 docker.io134.63MB2025-05-28 20:36
47

docker.io/bitnami/postgresql:17.5.0

linux/amd64 docker.io347.41MB2025-06-01 22:36
55

docker.io/bitnami/postgresql-repmgr:17.5.0-debian-12-r2

linux/amd64 docker.io347.09MB2025-06-03 13:55
24

docker.io/bitnami/postgresql:17.5.0-debian-12-r8

linux/amd64 docker.io347.41MB2025-06-06 13:42
11

docker.io/bitnami/postgresql:9.6.24

linux/amd64 docker.io335.16MB2025-06-07 22:13
6