Namespace
timescale
Image / Tag
timescaledb-ha:pg13.9-ts2.9.2-p0
Content Digest
sha256:b2aabab70ca6d20b6c801fe1ee838fd94542d27cb0c6657be0890bc78ea4f1cf
Details
Created

2023-01-24 13:04:03 UTC

Size

597 MB

Content Digest
Labels
  • com.timescaledb.image.hotforge.version
    0.1.39
  • com.timescaledb.image.install_method
    docker-ha
  • com.timescaledb.image.patroni.version
    2.1.4
  • com.timescaledb.image.pgBackRest.version
    2.43
  • com.timescaledb.image.postgis.version
    3.3.2
  • com.timescaledb.image.postgresql.available_versions
    12.13,13.9
  • com.timescaledb.image.postgresql.version
    13.9
  • com.timescaledb.image.promscale.available_versions
    0.0.0,0.1,0.1.1,0.1.2,0.1.3-beta,0.2.0,0.3.0,0.3.1,0.3.2,0.5.0,0.5.1,0.5.2,0.5.4,0.6.0,0.7.0,0.8.0
  • com.timescaledb.image.promscale.version
    0.8.0
  • 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,2.5.0,2.5.1,2.5.2,2.6.0,2.6.1,2.7.0,2.7.1,2.7.2,2.8.0,2.8.1,2.9.0,2.9.1,2.9.2
  • com.timescaledb.image.timescaledb.version
    2.9.2
  • com.timescaledb.image.timescaledb_cloudutils.version
    1.1.8
  • com.timescaledb.image.timescaledb_toolkit.available_versions
    1.10.1,1.11.0,1.12.0,1.12.1,1.13.0,1.6.0,1.7.0,1.8.0
  • com.timescaledb.image.timescaledb_toolkit.version
    1.13.0
  • com.timescaledb.image.tsdb_admin.version
    1.0.0
  • org.opencontainers.image.created
    2023-01-24T12:28:27+00:00
  • org.opencontainers.image.revision
    v1.5.22
  • 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:8a8a4dae47a1f602b0d007d3f3b909051a5a6d8949385e19fba30681d895d717 - 100.0% (597 MB)

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

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

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

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

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

[#006] sha256:a0317b6300e4b860c14c3835f252e0d0a3538f32863a8f1a27ecd8054fb30c9d - 0.0% (333 Bytes)

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

[#008] sha256:f955f7c1c70bdb4471bbdf434a12976072f7e6192f531480b8c50577de03858e - 0.0% (319 Bytes)

[#009] sha256:8767904df61ba21ba74ea96adb84b384c572616d0bbfa738853df0c7ffbe2c79 - 0.0% (332 Bytes)

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

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


History
2023-01-24 13:04:00 UTC (buildkit.dockerfile.v0)

COPY / / # buildkit

2023-01-24 13:04:00 UTC (buildkit.dockerfile.v0)

ARG PG_MAJOR

2023-01-24 13:04:00 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2023-01-24 13:04:00 UTC (buildkit.dockerfile.v0)

CMD ["postgres"]

2023-01-24 13:04:00 UTC (buildkit.dockerfile.v0)

COPY timescaledb_entrypoint.sh / # buildkit

2023-01-24 13:04:01 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:01 UTC (buildkit.dockerfile.v0)

COPY pgbackrest_entrypoint.sh / # buildkit

2023-01-24 13:04:01 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts/ # buildkit

2023-01-24 13:04:01 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/13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=

2023-01-24 13:04:01 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:02 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:02 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:02 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:03 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:03 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:03 UTC (buildkit.dockerfile.v0)

WORKDIR /home/postgres

2023-01-24 13:04:03 UTC (buildkit.dockerfile.v0)

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

2023-01-24 13:04:03 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