docker.io/openremote/postgresql:latest linux/amd64

docker.io/openremote/postgresql:latest - 国内下载镜像源 浏览次数:26

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

源镜像 docker.io/openremote/postgresql:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openremote/postgresql:latest
镜像ID sha256:e0c0f3c0f698499555b7afceffff00d19b3b60761eab44744bb3beea0a5e7b4b
镜像TAG latest
大小 1.35GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD postgres
启动入口 /or-entrypoint.sh
工作目录 /var/lib/postgresql
OS/平台 linux/amd64
浏览量 26 次
贡献者
镜像创建 2024-03-19T14:09:23.453301504Z
同步时间 2025-10-28 17:16
更新时间 2025-10-31 00:22
开放端口
5432/tcp 8008/tcp 8081/tcp
环境变量
PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PGROOT=/var/lib/postgresql PGDATA=/var/lib/postgresql/data PGLOG=/var/lib/postgresql/pg_log PGSOCKET=/var/lib/postgresql BACKUPROOT=/var/lib/postgresql/backup PGBACKREST_CONFIG=/var/lib/postgresql/backup/pgbackrest.conf PGBACKREST_STANZA=poddb LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER= TZ=Europe/Amsterdam PGTZ=Europe/Amsterdam POSTGRES_DB=openremote POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres PG_MAJOR=15 OR_REINDEX_COUNTER=1 OR_DISABLE_REINDEX=false POSTGRES_MAX_CONNECTIONS=50 OR_DISABLE_AUTO_UPGRADE=false

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-03-19 22:09:23  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "pg_isready"] "3s" "3s" "2s" "0s" '\x1e'}
                        
# 2024-03-19 22:09:23  0.00B 指定运行容器时使用的用户
USER postgres
                        
# 2024-03-19 22:09:23  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{} 8008/tcp:{} 8081/tcp:{}]
                        
# 2024-03-19 22:09:23  0.00B 设置工作目录为/var/lib/postgresql
WORKDIR /var/lib/postgresql
                        
# 2024-03-19 22:09:23  0.00B 设置环境变量 PGROOT PGDATA PGLOG PGSOCKET BACKUPROOT PGBACKREST_CONFIG PGBACKREST_STANZA PATH LC_ALL LANG PAGER TZ PGTZ POSTGRES_DB POSTGRES_USER POSTGRES_PASSWORD PG_MAJOR OR_REINDEX_COUNTER OR_DISABLE_REINDEX POSTGRES_MAX_CONNECTIONS OR_DISABLE_AUTO_UPGRADE
ENV PGROOT=/var/lib/postgresql PGDATA=/var/lib/postgresql/data PGLOG=/var/lib/postgresql/pg_log PGSOCKET=/var/lib/postgresql BACKUPROOT=/var/lib/postgresql/backup PGBACKREST_CONFIG=/var/lib/postgresql/backup/pgbackrest.conf PGBACKREST_STANZA=poddb PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER= TZ=Europe/Amsterdam PGTZ=Europe/Amsterdam POSTGRES_DB=openremote POSTGRES_USER=postgres POSTGRES_PASSWORD=postgres PG_MAJOR=15 OR_REINDEX_COUNTER=1 OR_DISABLE_REINDEX=false POSTGRES_MAX_CONNECTIONS=50 OR_DISABLE_AUTO_UPGRADE=false
                        
# 2024-03-19 22:09:23  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2024-03-19 22:09:23  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/or-entrypoint.sh"]
                        
# 2024-03-19 22:09:23  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGINT
                        
# 2024-03-19 22:09:23  0.00B 定义构建参数
ARG OR_REINDEX_COUNTER=1
                        
# 2024-03-19 22:09:23  159.74MB 复制新文件或目录到容器中
COPY /usr/share/postgresql/14 /usr/share/postgresql/14 # buildkit
                        
# 2024-03-19 22:09:22  336.12MB 复制新文件或目录到容器中
COPY /usr/lib/postgresql/14 /usr/lib/postgresql/14 # buildkit
                        
# 2024-03-19 22:09:22  0.00B 定义构建参数
ARG PG_MAJOR
                        
# 2024-03-19 22:09:22  0.00B 定义构建参数
ARG PG_MAJOR_PREVIOUS
                        
# 2024-03-19 22:09:13  852.02MB 复制新文件或目录到容器中
COPY / / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:e0c0f3c0f698499555b7afceffff00d19b3b60761eab44744bb3beea0a5e7b4b",
    "RepoTags": [
        "openremote/postgresql:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openremote/postgresql:latest"
    ],
    "RepoDigests": [
        "openremote/postgresql@sha256:b0a39e4baa12b2d02a9e694c1104edc8c0b8029f5d066cde4d373dfbf500fe22",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/openremote/postgresql@sha256:5e5c394110cdbb7365d321fc06cd8313888ed7c1a51994e573330b0a8fe79253"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-03-19T14:09:23.453301504Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "postgres",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {},
            "8008/tcp": {},
            "8081/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/lib/postgresql/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PGROOT=/var/lib/postgresql",
            "PGDATA=/var/lib/postgresql/data",
            "PGLOG=/var/lib/postgresql/pg_log",
            "PGSOCKET=/var/lib/postgresql",
            "BACKUPROOT=/var/lib/postgresql/backup",
            "PGBACKREST_CONFIG=/var/lib/postgresql/backup/pgbackrest.conf",
            "PGBACKREST_STANZA=poddb",
            "LC_ALL=C.UTF-8",
            "LANG=C.UTF-8",
            "PAGER=",
            "TZ=Europe/Amsterdam",
            "PGTZ=Europe/Amsterdam",
            "POSTGRES_DB=openremote",
            "POSTGRES_USER=postgres",
            "POSTGRES_PASSWORD=postgres",
            "PG_MAJOR=15",
            "OR_REINDEX_COUNTER=1",
            "OR_DISABLE_REINDEX=false",
            "POSTGRES_MAX_CONNECTIONS=50",
            "OR_DISABLE_AUTO_UPGRADE=false"
        ],
        "Cmd": [
            "postgres"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "pg_isready"
            ],
            "Interval": 3000000000,
            "Timeout": 3000000000,
            "StartPeriod": 2000000000,
            "Retries": 30
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/var/lib/postgresql",
        "Entrypoint": [
            "/or-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": null,
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1347879145,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/25be11b1f356e7ce61581c7b079327e2be3ddffc4454ac70d3672e30c3dd924b/diff:/var/lib/docker/overlay2/f79146c8cee1d1b43e7af20d730a68e5b2a1a8e27adad838120575d824b23fee/diff:/var/lib/docker/overlay2/96d0d20b60afc1253c59eb62c59701a9540e2ab95b972dcd8163a79b9b67536b/diff",
            "MergedDir": "/var/lib/docker/overlay2/6d6f4b39d20721501f94bf20a5fd7ec3a3473bac62771eb5d2ab0ceea2ac0684/merged",
            "UpperDir": "/var/lib/docker/overlay2/6d6f4b39d20721501f94bf20a5fd7ec3a3473bac62771eb5d2ab0ceea2ac0684/diff",
            "WorkDir": "/var/lib/docker/overlay2/6d6f4b39d20721501f94bf20a5fd7ec3a3473bac62771eb5d2ab0ceea2ac0684/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:539c1c13a4dea2f0c42270556a9f40c7025f4f2b04a7a41dfba0b366a8c067d0",
            "sha256:4276fc06a2c39041fe3b5ac86b5bb1443a5b499d277f7df30a6bebac60fc8dd6",
            "sha256:678488d377a032ed02a12bb7cfe7f07679b6be98f539ce23f583e5ee5cf00109",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-28T17:15:55.007239028+08:00"
    }
}

更多版本

docker.io/openremote/postgresql:latest

linux/amd64 docker.io1.35GB2025-10-28 17:16
25