Namespace
timescale
Image / Tag
timescaledb-ha:pg14.3-ts2.6-latest
Content Digest
sha256:ed719c0cd19db09f7aa66a725fcbed9baff7338e87aa24ef7998ff35c9fc03d7
Details
Created

2022-05-20 15:46:33 UTC

Size

708 MB

Content Digest
Labels
  • com.timescaledb.image.hotforge.version
    0.1.37
  • com.timescaledb.image.install_method
    docker-ha
  • com.timescaledb.image.patroni.version
    2.1.3
  • com.timescaledb.image.pgBackRest.version
    2.38
  • com.timescaledb.image.postgis.version
    3.2.1
  • com.timescaledb.image.postgresql.available_versions
    12.11,13.7,14.3
  • com.timescaledb.image.postgresql.version
    14.3
  • com.timescaledb.image.promscale.version
    0.5.0
  • com.timescaledb.image.timescaledb.available_versions
    2.4.2,2.5.0,2.5.1,2.5.2,2.6.0,2.6.1
  • com.timescaledb.image.timescaledb.version
    2.6.1
  • com.timescaledb.image.timescaledb_cloudutils.version
    1.1.5
  • com.timescaledb.image.timescaledb_toolkit.version
    1.7.0
  • com.timescaledb.image.tsdb_admin.version
    1.0.0
  • org.opencontainers.image.created
    2022-05-20T15:50:42+00:00
  • org.opencontainers.image.revision
    v1.3.2
  • 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:ce08e8d0ad41d1a93df6afbf819f26e5e7fd1c2c8a1f0c928ae7590e4d4e8a2b - 100.0% (708 MB)

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

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

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

[#004] sha256:cb1abbc5dc82ab58687703f9db0139d1d61767b7afe7b71aba1232df0cb9c2bf - 0.0% (24.9 KB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:3c9a939596154417ba122235c8909e89645861322be11745bbfe05c638804d96 - 0.0% (328 Bytes)

[#007] sha256:f05acb12cc4178403c1a633768f502f5e65db5247624d841d4df67ad17d58648 - 0.0% (152 Bytes)

[#008] sha256:48adbd6a13dd70f0ebf25fff6349b6e91e3b8fb40ea4071849bebcce9bb6729b - 0.0% (321 Bytes)

[#009] sha256:5d53610fb248a741f97a1142ee5edfec78dacc86fcd9a0a763807033e02b9e7a - 0.0% (336 Bytes)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

COPY / / # buildkit

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

ARG PG_MAJOR

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

CMD ["postgres"]

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

COPY timescaledb_entrypoint.sh / # buildkit

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

COPY pgbackrest_entrypoint.sh / # buildkit

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts/ # buildkit

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

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-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:31 UTC (buildkit.dockerfile.v0)

RUN |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 # buildkit

2022-05-20 15:46:32 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:32 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:32 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:33 UTC (buildkit.dockerfile.v0)

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

2022-05-20 15:46:33 UTC (buildkit.dockerfile.v0)

WORKDIR /home/postgres

2022-05-20 15:46:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[5432/tcp:{} 8008/tcp:{} 8081/tcp:{}]

2022-05-20 15:46:33 UTC (buildkit.dockerfile.v0)

USER postgres

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