Namespace
timescale
Image / Tag
timescaledb-ha:pg13.3-ts2.2.1-oss-p2
Content Digest
sha256:f8c58a93e36c1ca28b4e996b0ff865458b7a0d6aa95d2aa81d19cdd2f3f23131
Details
Created

2021-05-19 09:02:48 UTC

Size

313 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
    12.7,13.3
  • com.timescaledb.image.postgresql.version
    13.3
  • com.timescaledb.image.promscale.version
    0.1.2
  • com.timescaledb.image.timescaledb.available_versions
    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-19T08:50:42+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/13/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:c8b012d4c56061655d7dbc83c07d0d4bc6a03e8d915e1e1cb563563129156cda - 99.99% (313 MB)

[#001] sha256:4f2072c4b29b308b214af9b74157312708cd9bbd89ff44ca35daa9c7fe7566ba - 0.0% (1.26 KB)

[#002] sha256:4e411adba52f8f1fd8884a7aad51b657d563c22ec0efbbe3e9683c6ce71d2cc1 - 0.0% (119 Bytes)

[#003] sha256:319e79f86eddc464896ac127a4d8a5ae128bb88dd8478fc4b5a10226497fdfd5 - 0.0% (985 Bytes)

[#004] sha256:5c36ec597438efd528923868563db7d71449707169659b5f8bf4d396fc87549a - 0.01% (25.1 KB)

[#005] sha256:9c51db7578f1dcb2aa40aef164c33487fb5ad713b308d11603da1932316b69a6 - 0.0% (332 Bytes)

[#006] sha256:4e37895a86243077adb463f66a118bdbc49901be4ef9b8ed7a816314d86d902c - 0.0% (153 Bytes)

[#007] sha256:1efed2629c30d53fe0559c8f5d4a7acf201df1b3a90f25bb9617cea98ef63293 - 0.0% (318 Bytes)

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


History
2021-05-19 09:02:00 UTC

/bin/sh -c #(nop) COPY dir:97ae8d8c364ffef76f4bb9d66683032816c246b3c14b43be2348b1b81d4f6126 in /

2021-05-19 09:02:03 UTC

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

2021-05-19 09:02:04 UTC

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

2021-05-19 09:02:05 UTC

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

2021-05-19 09:02:06 UTC

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

2021-05-19 09:02:07 UTC

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

2021-05-19 09:02:08 UTC

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

2021-05-19 09:02:09 UTC

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

2021-05-19 09:02:09 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/13/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:02:11 UTC

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

2021-05-19 09:02:12 UTC

|1 PG_MAJOR=13 /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:02:13 UTC

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

2021-05-19 09:02:15 UTC

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

2021-05-19 09:02:16 UTC

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

2021-05-19 09:02:17 UTC

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

2021-05-19 09:02:18 UTC

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

2021-05-19 09:02:19 UTC

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

2021-05-19 09:02:20 UTC

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

2021-05-19 09:02:21 UTC

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

2021-05-19 09:02:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-19T08:50:42+00:00

2021-05-19 09:02:23 UTC

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

2021-05-19 09:02:24 UTC

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

2021-05-19 09:02:25 UTC

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

2021-05-19 09:02:41 UTC

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

2021-05-19 09:02:42 UTC

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

2021-05-19 09:02:43 UTC

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

2021-05-19 09:02:44 UTC

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

2021-05-19 09:02:44 UTC

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

2021-05-19 09:02:45 UTC

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

2021-05-19 09:02:46 UTC

/bin/sh -c #(nop) LABEL com.timescaledb.image.timescaledb.available_versions=2.1.0,2.1.1,2.2.0,2.2.1

2021-05-19 09:02:47 UTC

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

2021-05-19 09:02:48 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