Namespace
timescale
Image / Tag
timescaledb-ha:pg12.7-ts2.2-oss-latest
Content Digest
sha256:ccdcbd808f8f84fd896b109db67b82404f30022773f5206cc7078e61e823d00d
Details
Created

2021-05-19 09:08:59 UTC

Size

345 MB

Content Digest
Labels
  • com.timescaledb.image.install_method
    docker-ha
  • com.timescaledb.image.patroni.version
    2.0.2
  • com.timescaledb.image.pgBackRest.version
    2.33
  • com.timescaledb.image.postgis.version
    3.1.1
  • com.timescaledb.image.postgresql.available_versions
    11.12,12.7
  • com.timescaledb.image.postgresql.version
    12.7
  • com.timescaledb.image.promscale.version
    0.1.2
  • com.timescaledb.image.timescaledb.available_versions
    1.7.0,1.7.1,1.7.2,1.7.3,1.7.4,1.7.5,2.0.0,2.0.0-rc3,2.0.0-rc4,2.0.1,2.0.2,2.1.0,2.1.1,2.2.0,2.2.1
  • com.timescaledb.image.timescaledb.version
    2.2.1
  • com.timescaledb.image.tsdb_admin.version
    0.1.1
  • org.opencontainers.image.created
    2021-05-19T09:08:33+00:00
  • org.opencontainers.image.revision
    v0.4.5
  • org.opencontainers.image.source
    https://github.com/timescale/timescaledb-docker-ha
  • org.opencontainers.image.vendor
    Timescale

Environment
BACKUPROOT

/home/postgres/pgdata/backup

LANG

C.UTF-8

LC_ALL

C.UTF-8

PAGER

PATH

/usr/lib/postgresql/12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PGBACKREST_CONFIG

/home/postgres/pgdata/backup/pgbackrest.conf

PGBACKREST_STANZA

poddb

PGDATA

/home/postgres/pgdata/data

PGLOG

/home/postgres/pg_log

PGROOT

/home/postgres

PGSOCKET

/home/postgres/pgdata


Layers

[#000] sha256:1cbb172fe1a98f216d2867c7656be1514ab1c441430fe8c887cfc4f773a64501 - 99.99% (345 MB)

[#001] sha256:1569a7429d7806c18354964145e85d7fe712d64d8c84dc1c3a9e61a70b943cbd - 0.0% (1.25 KB)

[#002] sha256:106899f0c3177a4c41ec788ac6797194ed365b5190ec7851da4edf851bfbb146 - 0.0% (119 Bytes)

[#003] sha256:76ccb1a69f649a480e27c49fc287a074af8c1128dd2633f736d694a733d27f1c - 0.0% (985 Bytes)

[#004] sha256:41bec27a1deac8441686cf763e031849e945a445c985245473c3481ebc8d5588 - 0.01% (25.1 KB)

[#005] sha256:1a36a01c6426da0a52982133c4cbc3f5b0d279ff9f614bc9a4a2fae73e0f3522 - 0.0% (331 Bytes)

[#006] sha256:76d2e93914c7fbb191ea2cb19a8305bcc07eecf32656307e68268beb9e831bbc - 0.0% (152 Bytes)

[#007] sha256:9e5f4ff430403f3275aeacf1b7dcbc903445e531f1a9be6d7f64115268454ab0 - 0.0% (319 Bytes)

[#008] sha256:7ee4e31fb8e3d7d8219d26c42d148eb0c60d0941337b32c3902cdc5935f561a7 - 0.0% (337 Bytes)


History
2021-05-19 09:05:37 UTC

/bin/sh -c #(nop) COPY dir:3fad28830ff8d300a6a0abe2de5de4b6f652b6c7ff880ba6c8ae5c686bcfafc2 in /

2021-05-19 09:05:42 UTC

/bin/sh -c #(nop) ARG PG_MAJOR=11

2021-05-19 09:05:43 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-05-19 09:05:44 UTC

/bin/sh -c #(nop) CMD ["postgres"]

2021-05-19 09:05:45 UTC

/bin/sh -c #(nop) COPY file:83e6ed83d6657683db84c0d8d2df8c11c20e7ac2de3f0a8ef45a61a6403d71dc in /

2021-05-19 09:05:46 UTC

|1 PG_MAJOR=12 /bin/sh -c ln -s /timescaledb_entrypoint.sh /patroni_entrypoint.sh

2021-05-19 09:05:47 UTC

/bin/sh -c #(nop) COPY file:814be6562b55943b845541b5fa469b6c19034f68eafd48269ef6ef5cb057e3e8 in /

2021-05-19 09:05:48 UTC

/bin/sh -c #(nop) COPY dir:4d529f11a4be44b908d98186c8e142d62cd539eeec95e660035e8b89ff0777ca in /scripts/

2021-05-19 09:05:49 UTC

/bin/sh -c #(nop) ENV PGROOT=/home/postgres PGDATA=/home/postgres/pgdata/data PGLOG=/home/postgres/pg_log PGSOCKET=/home/postgres/pgdata BACKUPROOT=/home/postgres/pgdata/backup PGBACKREST_CONFIG=/home/postgres/pgdata/backup/pgbackrest.conf PGBACKREST_STANZA=poddb PATH=/usr/lib/postgresql/12/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=

2021-05-19 09:05:50 UTC

|1 PG_MAJOR=12 /bin/sh -c usermod postgres --home ${PGROOT} --move-home

2021-05-19 09:05:51 UTC

|1 PG_MAJOR=12 /bin/sh -c install -o postgres -g postgres -m 0750 -d "${PGROOT}" "${PGLOG}" "${PGDATA}" "${BACKUPROOT}" /etc/supervisor/conf.d /scripts /var/lib/postgresql

2021-05-19 09:05:52 UTC

|1 PG_MAJOR=12 /bin/sh -c rm /etc/pgbackrest.conf && ln -s "${PGBACKREST_CONFIG}" /etc/pgbackrest.conf

2021-05-19 09:05:54 UTC

|1 PG_MAJOR=12 /bin/sh -c for i in $(seq 0 7); do touch "${PGLOG}/postgresql-$i.log" "${PGLOG}/postgresql-$i.csv"; done

2021-05-19 09:05:55 UTC

|1 PG_MAJOR=12 /bin/sh -c chown postgres:postgres "${PGLOG}" "${PGROOT}" "${PGDATA}" /var/run/postgresql/ -R

2021-05-19 09:05:57 UTC

|1 PG_MAJOR=12 /bin/sh -c chown postgres:postgres /var/log/pgbackrest/ /var/lib/pgbackrest /var/spool/pgbackrest -R

2021-05-19 09:05:57 UTC

/bin/sh -c #(nop) WORKDIR /home/postgres

2021-05-19 09:05:58 UTC

/bin/sh -c #(nop) EXPOSE 5432 8008 8081

2021-05-19 09:05:59 UTC

/bin/sh -c #(nop) USER postgres

2021-05-19 09:06:00 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.install_method=docker-ha

2021-05-19 09:08:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-19T09:08:33+00:00

2021-05-19 09:08:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=v0.4.5

2021-05-19 09:08:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/timescale/timescaledb-docker-ha

2021-05-19 09:08:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=Timescale

2021-05-19 09:08:52 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.patroni.version=2.0.2

2021-05-19 09:08:53 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.pgBackRest.version=2.33

2021-05-19 09:08:54 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.postgis.version=3.1.1

2021-05-19 09:08:55 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.postgresql.available_versions=11.12,12.7

2021-05-19 09:08:56 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.postgresql.version=12.7

2021-05-19 09:08:57 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.promscale.version=0.1.2

2021-05-19 09:08:58 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.timescaledb.available_versions=1.7.0,1.7.1,1.7.2,1.7.3,1.7.4,1.7.5,2.0.0,2.0.0-rc3,2.0.0-rc4,2.0.1,2.0.2,2.1.0,2.1.1,2.2.0,2.2.1

2021-05-19 09:08:58 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.timescaledb.version=2.2.1

2021-05-19 09:08:59 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.tsdb_admin.version=0.1.1

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete