Namespace
timescale
Image / Tag
timescaledb-ha:pg14.1-ts2.5.1-p3
Content Digest
sha256:892568f55e0c6ac1fa938a8aa86fef500d090c2eb60c0fd7e78cbbe9bc1da365
Details
Created

2022-02-07 10:55:58 UTC

Size

391 MB

Content Digest
Labels
  • com.timescaledb.image.hotforge.version
    0.1.36
  • com.timescaledb.image.install_method
    docker-ha
  • com.timescaledb.image.patroni.version
    2.1.2
  • com.timescaledb.image.pgBackRest.version
    2.37
  • com.timescaledb.image.postgis.version
    3.2.0
  • com.timescaledb.image.postgresql.available_versions
    13.5,14.1
  • com.timescaledb.image.postgresql.version
    14.1
  • com.timescaledb.image.promscale.version
    0.3.0
  • com.timescaledb.image.timescaledb.available_versions
    2.4.2,2.5.0,2.5.1
  • com.timescaledb.image.timescaledb.version
    2.5.1
  • com.timescaledb.image.timescaledb_cloudutils.version
    1.1.0
  • com.timescaledb.image.timescaledb_toolkit.version
    1.4
  • com.timescaledb.image.tsdb_admin.version
    1.0.0
  • org.opencontainers.image.created
    2022-02-07T09:21:47+00:00
  • org.opencontainers.image.revision
    v1.1.3
  • 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/14/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:8f157764c6feab57b2130ae4fddbcda06a90f1521eb354010d371bc1eb1add61 - 99.99% (391 MB)

[#001] sha256:514857f7911200f58310ff6de3d049e5d696243d414013aa009f6cd2c8cb3418 - 0.0% (1.26 KB)

[#002] sha256:757d8406c8120d233b0cf736c812949a140ca4a3cb12d5ba2eabc9a2940b1eba - 0.0% (119 Bytes)

[#003] sha256:16fbff478a53778f9ab37e82007eb449ee0fb4d09c27ac44a5c19ea20a158daf - 0.0% (984 Bytes)

[#004] sha256:243c7608d37f3531ecf2b8bf10dc2ee4f3693019c48947d9fffefafd305c9d92 - 0.01% (24.5 KB)

[#005] sha256:33068e88009dc29d3ce3fa4d3eacd7d428ebe607a8a90a12e47e2165cd92cba7 - 0.0% (333 Bytes)

[#006] sha256:318ca83a67d5526e718634f68aa6860ee9bf2fc71f50d654791e05d2b82817dd - 0.0% (153 Bytes)

[#007] sha256:c90a473fc218186eb95882099e79e38f76cc119be278c5eb59163cb2d047c3dc - 0.0% (320 Bytes)

[#008] sha256:d59027213f44cde4ff7735c97962e0d1fcd76f1b811f0ada4dabb31b5783ebc4 - 0.0% (335 Bytes)


History
2022-02-07 10:55:16 UTC

/bin/sh -c #(nop) COPY dir:38751ef6a9ef804723b866b07275a7c0efffe88d03c9e89795dbf5ea18025528 in /

2022-02-07 10:55:20 UTC

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

2022-02-07 10:55:21 UTC

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

2022-02-07 10:55:22 UTC

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

2022-02-07 10:55:23 UTC

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

2022-02-07 10:55:24 UTC

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

2022-02-07 10:55:25 UTC

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

2022-02-07 10:55:26 UTC

/bin/sh -c #(nop) COPY dir:8221b766a28b62ff6bbe256e6e3fe4a2d4d2fd5de5b2119eec4cc464fbdb5b0c in /scripts/

2022-02-07 10:55:27 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/14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=

2022-02-07 10:55:28 UTC

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

2022-02-07 10:55:29 UTC

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

2022-02-07 10:55:31 UTC

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

2022-02-07 10:55:32 UTC

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

2022-02-07 10:55:34 UTC

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

2022-02-07 10:55:35 UTC

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

2022-02-07 10:55:36 UTC

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

2022-02-07 10:55:37 UTC

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

2022-02-07 10:55:38 UTC

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

2022-02-07 10:55:38 UTC

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

2022-02-07 10:55:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-07T09:21:47+00:00

2022-02-07 10:55:40 UTC

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

2022-02-07 10:55:41 UTC

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

2022-02-07 10:55:42 UTC

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

2022-02-07 10:55:48 UTC

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

2022-02-07 10:55:49 UTC

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

2022-02-07 10:55:50 UTC

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

2022-02-07 10:55:51 UTC

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

2022-02-07 10:55:51 UTC

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

2022-02-07 10:55:52 UTC

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

2022-02-07 10:55:53 UTC

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

2022-02-07 10:55:54 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.timescaledb.available_versions=2.4.2,2.5.0,2.5.1

2022-02-07 10:55:55 UTC

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

2022-02-07 10:55:56 UTC

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

2022-02-07 10:55:57 UTC

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

2022-02-07 10:55:58 UTC

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

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