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

2021-05-19 09:19:56 UTC

Size

407 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.timescale_analytics.version
    0.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:19:28+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:8731e56a97c719ac1d13b744124590517bd41eee2608898d341e38fc17f7c4e9 - 99.99% (407 MB)

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

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

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

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

[#005] sha256:56787654c32f6a6343534d25f67a78c62cd2ff891226198490f2b7e04999dd4b - 0.0% (330 Bytes)

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

[#007] sha256:85a410e5e1f9e4fa9a02ad455e854fb48b37d90303a8ebc88cbbee99e6179548 - 0.0% (319 Bytes)

[#008] sha256:96469145f7214c8809ab60f3cdd62eb7b6876195bea67d03e7c7a407f9d34492 - 0.0% (338 Bytes)


History
2021-05-19 09:16:12 UTC

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

2021-05-19 09:16:16 UTC

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

2021-05-19 09:16:16 UTC

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

2021-05-19 09:16:17 UTC

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

2021-05-19 09:16:19 UTC

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

2021-05-19 09:16:20 UTC

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

2021-05-19 09:16:21 UTC

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

2021-05-19 09:16:22 UTC

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

2021-05-19 09:16:22 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:16:24 UTC

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

2021-05-19 09:16:25 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:16:26 UTC

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

2021-05-19 09:16:28 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:16:29 UTC

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

2021-05-19 09:16:30 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:16:31 UTC

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

2021-05-19 09:16:32 UTC

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

2021-05-19 09:16:33 UTC

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

2021-05-19 09:16:34 UTC

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

2021-05-19 09:19:29 UTC

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

2021-05-19 09:19:30 UTC

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

2021-05-19 09:19:31 UTC

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

2021-05-19 09:19:32 UTC

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

2021-05-19 09:19:47 UTC

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

2021-05-19 09:19:48 UTC

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

2021-05-19 09:19:49 UTC

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

2021-05-19 09:19:50 UTC

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

2021-05-19 09:19:51 UTC

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

2021-05-19 09:19:52 UTC

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

2021-05-19 09:19:53 UTC

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

2021-05-19 09:19:54 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:19:55 UTC

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

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