Namespace
timescale
Image / Tag
timescaledb-ha:pg14.2-ts2.6.0-p5
Content Digest
sha256:27e5f88fa9cd1811e16214963f4e31a942c4e194a014a808ea8043f34517e974
Details
Created

2022-03-21 14:33:44 UTC

Size

577 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.3
  • com.timescaledb.image.pgBackRest.version
    2.37
  • com.timescaledb.image.postgis.version
    3.2.1
  • com.timescaledb.image.postgresql.available_versions
    12.10,13.6,14.2
  • com.timescaledb.image.postgresql.version
    14.2
  • com.timescaledb.image.promscale.version
    0.3.2
  • com.timescaledb.image.timescaledb.available_versions
    2.4.2,2.5.0,2.5.1,2.5.2,2.6.0
  • com.timescaledb.image.timescaledb.version
    2.6.0
  • com.timescaledb.image.timescaledb_cloudutils.version
    1.1.1
  • com.timescaledb.image.timescaledb_toolkit.version
    1.5.1
  • com.timescaledb.image.tsdb_admin.version
    1.0.0
  • org.opencontainers.image.created
    2022-03-21T12:32:35+00:00
  • org.opencontainers.image.revision
    v1.2.1
  • 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:0bd7cf4318277a30241225f07aaf58db95caab7aaab7255261137a0d17fe8798 - 100.0% (577 MB)

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

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

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

[#004] sha256:fc34d07f6ed4e56133bbc1d4df60b040f107e149223c2cc498316788915d97c3 - 0.0% (24.5 KB)

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

[#006] sha256:7dd76e9a8dd0874e1bc37fdbc4d8084a1e29cce87dad7d38b4976cef7993d459 - 0.0% (329 Bytes)

[#007] sha256:c5b29a0e525fd4cf010a5c44c16ca86bff99116d90d3beefae12cad03fc80fc0 - 0.0% (153 Bytes)

[#008] sha256:53797545c62ebb7baa2444264e2393d0b428ed4d3865bc8c38f0057dbcd49645 - 0.0% (320 Bytes)

[#009] sha256:497f673036ffd19ba0399bfade929d56d7a2dd62969d97af5fa36f8a3c175482 - 0.0% (337 Bytes)

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

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


History
2022-03-21 14:33:41 UTC (buildkit.dockerfile.v0)

COPY / / # buildkit

2022-03-21 14:33:41 UTC (buildkit.dockerfile.v0)

ARG PG_MAJOR

2022-03-21 14:33:41 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2022-03-21 14:33:41 UTC (buildkit.dockerfile.v0)

CMD ["postgres"]

2022-03-21 14:33:41 UTC (buildkit.dockerfile.v0)

COPY timescaledb_entrypoint.sh / # buildkit

2022-03-21 14:33:42 UTC (buildkit.dockerfile.v0)

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

2022-03-21 14:33:42 UTC (buildkit.dockerfile.v0)

COPY pgbackrest_entrypoint.sh / # buildkit

2022-03-21 14:33:42 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts/ # buildkit

2022-03-21 14:33:42 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-03-21 14:33:42 UTC (buildkit.dockerfile.v0)

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

2022-03-21 14:33:42 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-03-21 14:33:43 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-03-21 14:33:43 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-03-21 14:33:44 UTC (buildkit.dockerfile.v0)

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

2022-03-21 14:33:44 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-03-21 14:33:44 UTC (buildkit.dockerfile.v0)

WORKDIR /home/postgres

2022-03-21 14:33:44 UTC (buildkit.dockerfile.v0)

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

2022-03-21 14:33:44 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