Namespace
timescale
Image / Tag
timescaledb-ha:pg13.4-ts2.4.2-p1
Content Digest
sha256:b0092cade2b120f425395a9c6a1b50b244fb4e2f2fba5c699b2613fe506a1b7c
Details
Created

2021-10-07 09:14:22 UTC

Size

419 MB

Content Digest
Labels
  • com.timescaledb.image.hotforge.version
    0.1.33
  • com.timescaledb.image.install_method
    docker-ha
  • com.timescaledb.image.patroni.version
    2.1.1
  • com.timescaledb.image.pgBackRest.version
    2.35
  • com.timescaledb.image.postgis.version
    3.1.4
  • com.timescaledb.image.postgresql.available_versions
    12.8,13.4
  • com.timescaledb.image.postgresql.version
    13.4
  • com.timescaledb.image.promscale.version
    0.2.0
  • com.timescaledb.image.timescale_analytics.version
    0.3
  • com.timescaledb.image.timescaledb.available_versions
    2.1.0,2.1.1,2.2.0,2.2.1,2.3.0,2.3.1,2.4.0,2.4.1,2.4.2
  • com.timescaledb.image.timescaledb.version
    2.4.2
  • com.timescaledb.image.timescaledb_cloudutils.version
    1.0.1
  • com.timescaledb.image.timescaledb_toolkit.version
    1.2
  • com.timescaledb.image.tsdb_admin.version
    0.1.1
  • org.opencontainers.image.created
    2021-10-07T08:18:55+00:00
  • org.opencontainers.image.revision
    v1.0.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/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:cf847e60a1b2f2000c586914981f5c12188d272c7d5f5ff762fab97e90f1aec2 - 99.99% (419 MB)

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

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

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

[#004] sha256:4a3afab214631db1c28523097b98993838084d37a1e7324ede112d6687faa815 - 0.01% (24.5 KB)

[#005] sha256:24e17978d95602561f40b9a5cc0035b3497bcc7fd45afbeeb2a0cfadd7f66bae - 0.0% (329 Bytes)

[#006] sha256:694f1f0829dc38f29ff31543fb8e094ba2d596660d003dbd5f8ffb146d071125 - 0.0% (153 Bytes)

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

[#008] sha256:4e46d567fa5057c99309d20adc1f232d8b857ee70fcf709d4ec80c430d164e07 - 0.0% (336 Bytes)


History
2021-10-07 09:13:35 UTC

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

2021-10-07 09:13:39 UTC

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

2021-10-07 09:13:40 UTC

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

2021-10-07 09:13:41 UTC

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

2021-10-07 09:13:42 UTC

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

2021-10-07 09:13:43 UTC

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

2021-10-07 09:13:44 UTC

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

2021-10-07 09:13:45 UTC

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

2021-10-07 09:13:46 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-10-07 09:13:47 UTC

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

2021-10-07 09:13:49 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-10-07 09:13:51 UTC

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

2021-10-07 09:13:52 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-10-07 09:13:54 UTC

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

2021-10-07 09:13:56 UTC

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

2021-10-07 09:13:57 UTC

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

2021-10-07 09:13:58 UTC

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

2021-10-07 09:13:59 UTC

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

2021-10-07 09:14:00 UTC

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

2021-10-07 09:14:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-07T08:18:55+00:00

2021-10-07 09:14:02 UTC

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

2021-10-07 09:14:04 UTC

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

2021-10-07 09:14:05 UTC

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

2021-10-07 09:14:11 UTC

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

2021-10-07 09:14:12 UTC

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

2021-10-07 09:14:13 UTC

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

2021-10-07 09:14:13 UTC

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

2021-10-07 09:14:14 UTC

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

2021-10-07 09:14:15 UTC

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

2021-10-07 09:14:16 UTC

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

2021-10-07 09:14:17 UTC

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

2021-10-07 09:14:18 UTC

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

2021-10-07 09:14:19 UTC

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

2021-10-07 09:14:20 UTC

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

2021-10-07 09:14:21 UTC

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

2021-10-07 09:14:22 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