Pull Command
Labels
-
-
-
-
description
Allows multiple deployment methods for PostgreSQL, including basic single primary, streaming replication with synchronous and asynchronous replicas, and stateful sets. Includes utilities for Auditing (pgaudit), statement tracking, and Backup / Restore (pgbackrest, pg_basebackup).
-
io.k8s.description
postgres container
-
io.k8s.display-name
Crunchy postgres container
-
io.openshift.expose-services
-
io.openshift.tags
crunchy,database
-
name
crunchydata/postgres
-
org.label-schema.schema-version
= 1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20180531
-
-
summary
PostgreSQL 10.4 (PGDG) on a Centos7 base image
-
url
https://crunchydata.com
-
-
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
PGVERSION=10
-
PGDG_REPO=pgdg-centos10-10-2.noarch.rpm
-
PGROOT=/usr/pgsql-10
Layers
-
001
sha256:7dc0dca2b1516961d6b3200564049db0a6e0410b370bb2189e2efae0d368616f
71.2 MB
-
002
sha256:9669ce48348d11e378f6187681cba6e75d146a7baaf33a193ef6a7e6c45d0ef2
5.51 MB
-
003
sha256:51b6c22a555409e1de8212af70538ccd73653f63699c1d8e49cd48cd0958c1d2
79.5 MB
-
004
sha256:d7422b358bf044be56f0b78448bc9ea97fa2074e2a0b98b63acc2b100f067f65
341 Bytes
-
005
sha256:19839a05ba9b1caf6679ef0fa026ee1af19b756ca0423ba50f1648e6a6f263e3
258 Bytes
-
006
sha256:b01a6231ac19a80d375948a28c5c3ae8c6d848932224ce8f6e7d4fa25ca4808c
249 Bytes
-
007
sha256:cbc919aad258ec5a66b44bc1aaa7cc282a309cf5f6cf05db258797c34dfdb43c
355 Bytes
-
008
sha256:383b434eccd8c8cd0a4682543164d52b7df179a407deee2ec984c4f75563d2fb
545 Bytes
-
009
sha256:263dafccd73b35f49f7c25c17e72c350213daa1f62cc6da3b2554487b29db02e
137 Bytes
-
010
sha256:ae78d178570d68682ccf513deb3263ef79668a6710aaafdf5c9d95e53d403a16
57 MB
-
011
sha256:0625b6153be911e130280b08371c691455a5d6ae62ce6b6c97f9ba2850409725
1.59 KB
-
012
sha256:d0a5c5f778b4fbb76ff4b0b924fe6c1101214b039282183f9aefdddbc918bc91
11.1 KB
History
[2018-06-04 22:19:33 UTC] /bin/sh -c #(nop) ADD file:8f4b3be0c1427b158f7c30bad27af0d1bded0af60935cf8f0789286439ebdde9 in /
[2018-06-04 22:19:34 UTC] /bin/sh -c #(nop) LABEL org.label-schema.schema-version== 1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20180531
[2018-06-04 22:19:34 UTC] /bin/sh -c #(nop) CMD ["/bin/bash"]
[2018-07-19 18:20:11 UTC] /bin/sh -c #(nop) LABEL name=crunchydata/postgres vendor=crunchy data PostgresVersion=10 PostgresFullVersion=10.4 version=7.3 release=2.0 build-date=2018-07-11 url=https://crunchydata.com summary=PostgreSQL 10.4 (PGDG) on a Centos7 base image description=Allows multiple deployment methods for PostgreSQL, including basic single primary, streaming replication with synchronous and asynchronous replicas, and stateful sets. Includes utilities for Auditing (pgaudit), statement tracking, and Backup / Restore (pgbackrest, pg_basebackup). io.k8s.description=postgres container io.k8s.display-name=Crunchy postgres container io.openshift.expose-services= io.openshift.tags=crunchy,database
[2018-07-19 18:20:11 UTC] /bin/sh -c #(nop) ENV PGVERSION=10 PGDG_REPO=pgdg-centos10-10-2.noarch.rpm
[2018-07-19 18:20:18 UTC] /bin/sh -c rpm -Uvh https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/${PGDG_REPO}
[2018-07-19 18:23:01 UTC] /bin/sh -c yum -y update && yum -y install epel-release && yum -y update glibc-common && yum -y install bind-utils gettext hostname nss_wrapper openssh-server kubernetes-client procps-ng rsync && yum -y install postgresql10-server postgresql10-contrib postgresql10 pgaudit12_10 pgbackrest && yum -y clean all
[2018-07-19 18:23:01 UTC] /bin/sh -c #(nop) ENV PGROOT=/usr/pgsql-10
[2018-07-19 18:23:02 UTC] /bin/sh -c #(nop) ADD file:92ce1a0583541721df084d834fe8861fdbdf8b5243354b7f69f2ad1eeacd8061 in /var/lib/pgsql/
[2018-07-19 18:23:02 UTC] /bin/sh -c #(nop) ADD file:92ce1a0583541721df084d834fe8861fdbdf8b5243354b7f69f2ad1eeacd8061 in /
[2018-07-19 18:23:02 UTC] /bin/sh -c #(nop) ADD file:2cc4fe042272ef165c08b7965e5a05a58a6f7825550fe19ebb166bad227d8597 in /
[2018-07-19 18:23:02 UTC] /bin/sh -c mkdir -p /opt/cpm/bin /opt/cpm/conf /pgdata /pgwal /pgconf /backup /recover /backrestrepo /sshd
[2018-07-19 18:23:03 UTC] /bin/sh -c chown -R postgres:postgres /opt/cpm /var/lib/pgsql /pgdata /pgwal /pgconf /backup /recover /backrestrepo
[2018-07-19 18:23:03 UTC] /bin/sh -c ln -sf /pgconf/pgbackrest.conf /etc/pgbackrest.conf
[2018-07-19 18:23:04 UTC] /bin/sh -c #(nop) VOLUME [/pgconf /pgdata /pgwal /backup /recover /backrestrepo /sshd]
[2018-07-19 18:23:04 UTC] /bin/sh -c #(nop) EXPOSE 5432/tcp
[2018-07-19 18:23:08 UTC] /bin/sh -c #(nop) ADD dir:f1b552514dadffa9d8a269fa5ba9495ffcf4eb6f160ea4f05bb52c6f1747037a in /opt/cpm/bin
[2018-07-19 18:23:08 UTC] /bin/sh -c #(nop) ADD dir:8547409c63f4c38df85dd8a0dd12ba9c870aed7efddcfa869cb250b6e4616db0 in /opt/cpm/bin
[2018-07-19 18:23:08 UTC] /bin/sh -c #(nop) ADD dir:308c960dc855ddf299046f1c029102c4d229e662d3ed319c5b4f5599f1024b29 in /opt/cpm/conf
[2018-07-19 18:23:08 UTC] /bin/sh -c #(nop) USER [26]
[2018-07-19 18:23:08 UTC] /bin/sh -c #(nop) CMD ["/opt/cpm/bin/start.sh"]