spilo (17-vectors3)

Published 2025-02-20 19:42:42 +00:00 by rmcguire

Installation

docker pull gitea.libretechconsulting.com/rmcguire/spilo:17-vectors3
sha256:3e5c2ad29a6bdf4319b58f6ce2bc1b796ee76b9a701cd109a96704a9d9621ae7

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:1b6c8c9518be42fa2afe5e241ca31677fce58d27cdfa88baa91a65a259be3637 in /
CMD ["/bin/bash"]
ARG DEMO=false
ARG ADDITIONAL_LOCALES=
COPY build_scripts/prepare.sh build_scripts/locales.sh /builddeps/ # buildkit
RUN |2 DEMO=false ADDITIONAL_LOCALES= /bin/sh -c bash /builddeps/prepare.sh # buildkit
COPY /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.18 # buildkit
COPY cron_unprivileged.c /builddeps/ # buildkit
COPY build_scripts/base.sh /builddeps/ # buildkit
COPY /builddeps/*.deb /builddeps/ # buildkit
ARG PGVERSION=17
ARG TIMESCALEDB_APACHE_ONLY=true
ARG TIMESCALEDB_TOOLKIT=true
ARG COMPRESS=false
ARG PGOLDVERSIONS=13 14 15 16
ARG WITH_PERL=false
ARG DEB_PG_SUPPORTED_VERSIONS=13 14 15 16 17
ENV POSTGIS_VERSION=3.5 BG_MON_COMMIT=7f5887218790b263fe3f42f85f4ddc9c8400b154 PG_AUTH_MON_COMMIT=fe099eef7662cbc85b0b79191f47f52f1e96b779 PG_MON_COMMIT=ead1de70794ed62ca1e34d4022f6165ff36e9a91 SET_USER=REL4_1_0 PLPROFILER=REL4_2_5 PG_PROFILE=4.7 PAM_OAUTH2=v1.0.1 PG_PERMISSIONS_COMMIT=f4b7c18676fa64236a1c8e28d34a35764e4a70e2
WORKDIR /builddeps
RUN |9 DEMO=false ADDITIONAL_LOCALES= PGVERSION=17 TIMESCALEDB_APACHE_ONLY=true TIMESCALEDB_TOOLKIT=true COMPRESS=false PGOLDVERSIONS=13 14 15 16 WITH_PERL=false DEB_PG_SUPPORTED_VERSIONS=13 14 15 16 17 /bin/sh -c bash base.sh # buildkit
COPY /builddeps/wal-g /usr/local/bin/ # buildkit
COPY build_scripts/patroni_wale.sh build_scripts/compress_build.sh /builddeps/ # buildkit
ENV PATRONIVERSION=4.0.4
ENV WALE_VERSION=1.1.1
WORKDIR /
RUN |9 DEMO=false ADDITIONAL_LOCALES= PGVERSION=17 TIMESCALEDB_APACHE_ONLY=true TIMESCALEDB_TOOLKIT=true COMPRESS=false PGOLDVERSIONS=13 14 15 16 WITH_PERL=false DEB_PG_SUPPORTED_VERSIONS=13 14 15 16 17 /bin/sh -c bash /builddeps/patroni_wale.sh # buildkit
RUN |9 DEMO=false ADDITIONAL_LOCALES= PGVERSION=17 TIMESCALEDB_APACHE_ONLY=true TIMESCALEDB_TOOLKIT=true COMPRESS=false PGOLDVERSIONS=13 14 15 16 WITH_PERL=false DEB_PG_SUPPORTED_VERSIONS=13 14 15 16 17 /bin/sh -c if [ "$COMPRESS" = "true" ]; then bash /builddeps/compress_build.sh; fi # buildkit
LABEL maintainer=Team ACID @ Zalando <team-acid@zalando.de>
ARG PGVERSION=17
ARG DEMO=false
ARG COMPRESS=false
EXPOSE map[5432/tcp:{} 8008/tcp:{} 8080/tcp:{}]
ENV LC_ALL=en_US.utf-8 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin PGHOME=/home/postgres RW_DIR=/run DEMO=false
ENV WALE_ENV_DIR=/run/etc/wal-e.d/env LOG_ENV_DIR=/run/etc/log.d/env PGROOT=/home/postgres/pgdata/pgroot
ENV PGDATA=/home/postgres/pgdata/pgroot/data PGLOG=/home/postgres/pgdata/pgroot/pg_log
ENV USE_OLD_LOCALES=false
WORKDIR /home/postgres
COPY motd /etc/ # buildkit
COPY runit /etc/service/ # buildkit
COPY pgq_ticker.ini /home/postgres/ # buildkit
COPY build_scripts/post_build.sh /builddeps/ # buildkit
RUN |9 DEMO=false ADDITIONAL_LOCALES= PGVERSION=17 TIMESCALEDB_APACHE_ONLY=true TIMESCALEDB_TOOLKIT=true COMPRESS=false PGOLDVERSIONS=13 14 15 16 WITH_PERL=false DEB_PG_SUPPORTED_VERSIONS=13 14 15 16 17 /bin/sh -c sh /builddeps/post_build.sh && rm -rf /builddeps/ # buildkit
COPY scripts bootstrap major_upgrade /scripts/ # buildkit
COPY launch.sh / # buildkit
CMD ["/bin/sh" "/launch.sh" "init"]

Labels

Key Value
maintainer Team ACID @ Zalando <team-acid@zalando.de>
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-02-20 19:42:42 +00:00
2
OCI / Docker
linux/amd64
386 MiB
Versions (2) View all
17-vectors3 2025-02-20
17-vectors 2025-02-20