quay.io/sclorg/postgresql-15-c9s:latest linux/amd64

quay.io/sclorg/postgresql-15-c9s:latest - 国内下载镜像源 浏览次数:79

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

PostgreSQL 15 镜像

这是一个基于 PostgreSQL 15 的镜像,提供了一个完整的 PostgreSQL 数据库环境。您可以使用这个镜像创建和管理 PostgreSQL 数据库实例。

镜像大小:1.36 GB

镜像支持:PostgreSQL 15

源镜像 quay.io/sclorg/postgresql-15-c9s:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest
镜像ID sha256:a4f62064225d073f31834f1adad8a9076e687976f57996523e3dd4a5c02b063e
镜像TAG latest
大小 372.23MB
镜像源 quay.io
CMD run-postgresql
启动入口 container-entrypoint
工作目录 /opt/app-root/src
OS/平台 linux/amd64
浏览量 79 次
贡献者 12*******6@qq.com
镜像创建 2024-10-09T06:55:50.153878545Z
同步时间 2024-10-14 15:56
更新时间 2024-10-23 17:25
开放端口
5432/tcp
环境变量
NAME=s2i-core VERSION=9 STI_SCRIPTS_URL=image:///usr/libexec/s2i STI_SCRIPTS_PATH=/usr/libexec/s2i APP_ROOT=/opt/app-root PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PLATFORM=el9 POSTGRESQL_VERSION=15 POSTGRESQL_PREV_VERSION=13 HOME=/var/lib/pgsql PGUSER=postgres APP_DATA=/opt/app-root SUMMARY=PostgreSQL is an advanced Object-Relational database management system DESCRIPTION=PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server. CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql ENABLED_COLLECTIONS=
镜像标签
postgresql-15-container: com.redhat.component PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server.: description 1.23.1: io.buildah.version PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server.: io.k8s.description PostgreSQL 15: io.k8s.display-name 5432:postgresql: io.openshift.expose-services 26: io.openshift.s2i.assemble-user image:///usr/libexec/s2i: io.openshift.s2i.scripts-url database,postgresql,postgresql15,postgresql-15: io.openshift.tags image:///usr/libexec/s2i: io.s2i.scripts-url SoftwareCollections.org <sclorg@redhat.com>: maintainer sclorg/postgresql-15-c9s: name 20241008: 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 PostgreSQL is an advanced Object-Relational database management system: summary podman run -d --name postgresql_database -e POSTGRESQL_USER=user -e POSTGRESQL_PASSWORD=pass -e POSTGRESQL_DATABASE=db -p 5432:5432 sclorg/postgresql-15-c9s: usage 1: version

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest  quay.io/sclorg/postgresql-15-c9s:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest  quay.io/sclorg/postgresql-15-c9s:latest

Shell快速替换命令

sed -i 's#quay.io/sclorg/postgresql-15-c9s:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest#' deployment.yaml

镜像历史

大小 创建时间 层信息
156.32MB 2024-10-09 14:55:50 /bin/sh -c #(nop) CMD ["run-postgresql"]
0.00B 2024-10-09 14:55:50 /bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
0.00B 2024-10-09 14:55:50 /bin/sh -c #(nop) USER 26
0.00B 2024-10-09 14:55:50 /bin/sh -c usermod -a -G root postgres && /usr/libexec/fix-permissions --read-only "$APP_DATA"
0.00B 2024-10-09 14:55:49 /bin/sh -c ln -s /usr/bin/run-postgresql $STI_SCRIPTS_PATH/run
0.00B 2024-10-09 14:55:49 /bin/sh -c #(nop) COPY dir:2842c909399356c18f3262700dfc9402769e690e2edfb6c481364f023e28ce99 in $STI_SCRIPTS_PATH
0.00B 2024-10-09 14:55:49 /bin/sh -c #(nop) COPY dir:c0222771b5eab1d34fb32487e0c9db8ebb637a7877edcc6f24c93c3ff7a97596 in /
0.00B 2024-10-09 14:55:49 /bin/sh -c #(nop) ENV CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql ENABLED_COLLECTIONS=
0.00B 2024-10-09 14:55:49 /bin/sh -c { yum -y module enable postgresql:15 || :; } && INSTALL_PKGS="rsync tar gettext bind-utils nss_wrapper-libs postgresql-server postgresql-contrib" && INSTALL_PKGS="$INSTALL_PKGS pgaudit" && INSTALL_PKGS="$INSTALL_PKGS procps-ng util-linux postgresql-upgrade" && yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && rpm -V $INSTALL_PKGS && postgres -V | grep -qe "$POSTGRESQL_VERSION\." && echo "Found VERSION $POSTGRESQL_VERSION" && yum -y clean all --enablerepo='*' && localedef -f UTF-8 -i en_US en_US.UTF-8 && test "$(id postgres)" = "uid=26(postgres) gid=26(postgres) groups=26(postgres)" && mkdir -p /var/lib/pgsql/data && mkdir -p /run/postgresql && /usr/libexec/fix-permissions /var/lib/pgsql /run/postgresql
0.00B 2024-10-09 14:55:26 /bin/sh -c #(nop) COPY file:5996fa549a1b1e648dbc473f0bfbf9de5d4d092ffd9ef294ebcb9db295f43f85 in /usr/libexec/fix-permissions
0.00B 2024-10-09 14:55:26 /bin/sh -c #(nop) EXPOSE 5432
0.00B 2024-10-09 14:55:26 /bin/sh -c #(nop) LABEL summary="$SUMMARY" description="$DESCRIPTION" io.k8s.description="$DESCRIPTION" io.k8s.display-name="PostgreSQL 15" io.openshift.expose-services="5432:postgresql" io.openshift.tags="database,postgresql,postgresql15,postgresql-15" io.openshift.s2i.assemble-user="26" name="sclorg/postgresql-15-c9s" com.redhat.component="postgresql-15-container" version="1" usage="podman run -d --name postgresql_database -e POSTGRESQL_USER=user -e POSTGRESQL_PASSWORD=pass -e POSTGRESQL_DATABASE=db -p 5432:5432 sclorg/postgresql-15-c9s" maintainer="SoftwareCollections.org <sclorg@redhat.com>"
0.00B 2024-10-09 14:55:26 /bin/sh -c #(nop) ENV SUMMARY="PostgreSQL is an advanced Object-Relational database management system" DESCRIPTION="PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server."
0.00B 2024-10-09 14:55:26 /bin/sh -c #(nop) ENV POSTGRESQL_VERSION=15 POSTGRESQL_PREV_VERSION=13 HOME=/var/lib/pgsql PGUSER=postgres APP_DATA=/opt/app-root
51.99MB 2024-10-08 10:22:09 /bin/sh -c rpm-file-permissions && useradd -u 1001 -r -g 0 -d ${HOME} -c "Default Application User" default && chown -R 1001:0 ${APP_ROOT}
0.00B 2024-10-08 10:22:05 /bin/sh -c #(nop) CMD ["base-usage"]
0.00B 2024-10-08 10:22:05 /bin/sh -c #(nop) ENTRYPOINT ["container-entrypoint"]
0.00B 2024-10-08 10:22:05 /bin/sh -c #(nop) WORKDIR ${HOME}
0.00B 2024-10-08 10:22:05 /bin/sh -c #(nop) COPY dir:fd3eb1b942cbbde21e2723a45d11b2f3449c83d34ef89e4f46a3ee9d77c12d15 in /
0.00B 2024-10-08 10:22:05 /bin/sh -c INSTALL_PKGS="bsdtar findutils gettext glibc-langpack-en groff-base glibc-locale-source rsync scl-utils tar unzip xz yum" && mkdir -p ${HOME}/.pki/nssdb && chown -R 1001:0 ${HOME}/.pki && dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && rpm -V $INSTALL_PKGS && dnf -y clean all --enablerepo='*'
0.00B 2024-10-08 10:21:41 /bin/sh -c #(nop) ENV STI_SCRIPTS_URL=image:///usr/libexec/s2i STI_SCRIPTS_PATH=/usr/libexec/s2i APP_ROOT=/opt/app-root HOME=/opt/app-root/src PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PLATFORM="el9"
0.00B 2024-10-08 10:21:41 /bin/sh -c #(nop) LABEL summary="$SUMMARY" description="$DESCRIPTION" io.k8s.description="$DESCRIPTION" io.k8s.display-name="s2i core" io.openshift.s2i.scripts-url=image:///usr/libexec/s2i io.s2i.scripts-url=image:///usr/libexec/s2i com.redhat.component="$NAME-container" name="sclorg/$NAME-c9s" version="$VERSION" maintainer="SoftwareCollections.org <sclorg@redhat.com>"
0.00B 2024-10-08 10:21:41 /bin/sh -c #(nop) ENV SUMMARY="Base image which allows using of source-to-image." DESCRIPTION="The s2i-core image provides any images layered on top of it with all the tools needed to use source-to-image functionality while keeping the image size as small as possible." NAME=s2i-core VERSION=9
163.92MB 2024-10-08 10:16:08 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2024-10-08 10:16:05 /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="20241008"
0.00B 2024-10-08 10:16:05 /bin/sh -c #(nop) ADD file:3e41c1cd7bea127dc09a23d68cc836640f2f07af3c9f2446c02a910d19544db5 in /

镜像信息

{
    "Id": "sha256:a4f62064225d073f31834f1adad8a9076e687976f57996523e3dd4a5c02b063e",
    "RepoTags": [
        "quay.io/sclorg/postgresql-15-c9s:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s:latest"
    ],
    "RepoDigests": [
        "quay.io/sclorg/postgresql-15-c9s@sha256:7fecc09dffe8c06ef7193d84f834d2ccf8fd8f9925668bc4759d84ec0f0765fb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/sclorg/postgresql-15-c9s@sha256:84f595a1bbf754ede43fdc1822652a22e0828ccd9f64e2e56fbf6a2c5a0c3319"
    ],
    "Parent": "",
    "Comment": "FROM quay.io/sclorg/s2i-core-c9s:c9s",
    "Created": "2024-10-09T06:55:50.153878545Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "6fa93a5a4985",
        "Domainname": "",
        "User": "26",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "NAME=s2i-core",
            "VERSION=9",
            "STI_SCRIPTS_URL=image:///usr/libexec/s2i",
            "STI_SCRIPTS_PATH=/usr/libexec/s2i",
            "APP_ROOT=/opt/app-root",
            "PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "PLATFORM=el9",
            "POSTGRESQL_VERSION=15",
            "POSTGRESQL_PREV_VERSION=13",
            "HOME=/var/lib/pgsql",
            "PGUSER=postgres",
            "APP_DATA=/opt/app-root",
            "SUMMARY=PostgreSQL is an advanced Object-Relational database management system",
            "DESCRIPTION=PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server.",
            "CONTAINER_SCRIPTS_PATH=/usr/share/container-scripts/postgresql",
            "ENABLED_COLLECTIONS="
        ],
        "Cmd": [
            "run-postgresql"
        ],
        "Image": "",
        "Volumes": {},
        "WorkingDir": "/opt/app-root/src",
        "Entrypoint": [
            "container-entrypoint"
        ],
        "OnBuild": [],
        "Labels": {
            "com.redhat.component": "postgresql-15-container",
            "description": "PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server.",
            "io.buildah.version": "1.23.1",
            "io.k8s.description": "PostgreSQL is an advanced Object-Relational database management system (DBMS). The image contains the client and server programs that you'll need to create, run, maintain and access a PostgreSQL DBMS server.",
            "io.k8s.display-name": "PostgreSQL 15",
            "io.openshift.expose-services": "5432:postgresql",
            "io.openshift.s2i.assemble-user": "26",
            "io.openshift.s2i.scripts-url": "image:///usr/libexec/s2i",
            "io.openshift.tags": "database,postgresql,postgresql15,postgresql-15",
            "io.s2i.scripts-url": "image:///usr/libexec/s2i",
            "maintainer": "SoftwareCollections.org \u003csclorg@redhat.com\u003e",
            "name": "sclorg/postgresql-15-c9s",
            "org.label-schema.build-date": "20241008",
            "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",
            "summary": "PostgreSQL is an advanced Object-Relational database management system",
            "usage": "podman run -d --name postgresql_database -e POSTGRESQL_USER=user -e POSTGRESQL_PASSWORD=pass -e POSTGRESQL_DATABASE=db -p 5432:5432 sclorg/postgresql-15-c9s",
            "version": "1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 372231591,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f7b98b31c77687cbe46d8944755dee80ce73e9a0f580524e41169a73ca256569/diff:/var/lib/docker/overlay2/0542a49528af2813b02ed34800acb8a25ead6e8c4b3971628b133ed9083f0591/diff",
            "MergedDir": "/var/lib/docker/overlay2/4edf282b63f14f7b7efd1d2e3feb3541b7e003bf91632067ab7558a387ae99bd/merged",
            "UpperDir": "/var/lib/docker/overlay2/4edf282b63f14f7b7efd1d2e3feb3541b7e003bf91632067ab7558a387ae99bd/diff",
            "WorkDir": "/var/lib/docker/overlay2/4edf282b63f14f7b7efd1d2e3feb3541b7e003bf91632067ab7558a387ae99bd/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:aa10b3d7ef03980d6e7ad9a11de20095255ddd58248fa036e2e349c6589e9bc3",
            "sha256:422ea6dbcf75b08d36b087605c771df0f6d1c30c7e76802837dfa0598aedf614",
            "sha256:a72f929ce25926503a724448eddc8c8b5f11e798463ae4393c08f7d5f1bcfb71"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-14T15:56:08.513195475+08:00"
    }
}

更多版本