Namespace
timescale
Image / Tag
timescaledb-ha:pg15.2-ts2.9.3-oss-latest
Content Digest
sha256:ef946b1073d9d18891b3dff1ce1e4a948005c1b17941af67fbe0d33c2a60a1cb
Details
Created

2023-02-22 03:32:21 UTC

Size

595 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.44
  • com.timescaledb.image.postgis.version
    3.3.2
  • com.timescaledb.image.postgresql.available_versions
    12.14,13.10,14.7,15.2
  • com.timescaledb.image.postgresql.version
    15.2
  • com.timescaledb.image.timescaledb.available_versions
    2.8.1,2.9.0,2.9.1,2.9.2,2.9.3
  • com.timescaledb.image.timescaledb.version
    2.9.3
  • com.timescaledb.image.tsdb_admin.version
    1.0.1
  • org.opencontainers.image.created
    2023-02-22T03:35:43+00:00
  • org.opencontainers.image.revision
    v1.6.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/15/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:cea33ddfc3d9d9d414e876549b842a828ab2a8fb474340c20ecf2907956cfd11 - 100.0% (595 MB)

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

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

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

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

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

[#006] sha256:7099bf1a2890e80d98a7ae28536619706e8663ec82366783d62dd0498e440faa - 0.0% (326 Bytes)

[#007] sha256:154e42f1e431479f397343561e4ee434658000af6877e2a02a5d1ecac1fd097a - 0.0% (154 Bytes)

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

[#009] sha256:846e76d2020b741584500ce9da1fa780e0db20a2ef9fae7e0f35e2343be938b5 - 0.0% (333 Bytes)

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

[#011] sha256:90dede91984b922740c9bb88d1207c2e8859f6e21d5b9aa3992c9751b7713f3a - 0.0% (132 Bytes)

[#012] sha256:8bc0c76d3251cb17cf6adbaa66f72ece81d6bde053dc1729a6a6cd5b7e56a29f - 0.0% (126 Bytes)

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


History
2023-02-22 03:32:17 UTC (buildkit.dockerfile.v0)

COPY / / # buildkit

2023-02-22 03:32:17 UTC (buildkit.dockerfile.v0)

ARG PG_MAJOR

2023-02-22 03:32:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2023-02-22 03:32:17 UTC (buildkit.dockerfile.v0)

CMD ["postgres"]

2023-02-22 03:32:17 UTC (buildkit.dockerfile.v0)

COPY timescaledb_entrypoint.sh / # buildkit

2023-02-22 03:32:18 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:18 UTC (buildkit.dockerfile.v0)

COPY pgbackrest_entrypoint.sh / # buildkit

2023-02-22 03:32:18 UTC (buildkit.dockerfile.v0)

COPY scripts /scripts/ # buildkit

2023-02-22 03:32:18 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/15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LC_ALL=C.UTF-8 LANG=C.UTF-8 PAGER=

2023-02-22 03:32:18 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:18 UTC (buildkit.dockerfile.v0)

RUN |1 PG_MAJOR=15 /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-02-22 03:32:19 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:19 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:20 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:20 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:20 UTC (buildkit.dockerfile.v0)

RUN |1 PG_MAJOR=15 /bin/sh -c chmod 1777 /var/run/postgresql # buildkit

2023-02-22 03:32:21 UTC (buildkit.dockerfile.v0)

RUN |1 PG_MAJOR=15 /bin/sh -c chmod 755 "${PGROOT}" # buildkit

2023-02-22 03:32:21 UTC (buildkit.dockerfile.v0)

WORKDIR /home/postgres

2023-02-22 03:32:21 UTC (buildkit.dockerfile.v0)

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

2023-02-22 03:32:21 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