Block a user
spilo-immich (17-4.0-p3-vchord1.1.1)
Published 2026-04-10 04:34:40 +05:30 by aggarwalakshun
Installation
docker pull gitea.akshun-lab.cc/aggarwalakshun/spilo-immich:17-4.0-p3-vchord1.1.1sha256:f673d42d2bd75a30824c907b8b715d85a8bfaacfd91c0081e071787f38ff1ba0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8086b73d52 | linux/amd64 | 575 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:415bbc01dfb447d002e2d8173e113ef025d2bbfa20f1205823fa699dc87a2019 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"] |
| ARG PG_MAJOR=17 |
| ARG VCHORD_VERSION=1.1.1 |
| USER root |
| RUN |2 PG_MAJOR=17 VCHORD_VERSION=1.1.1 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends postgresql-${PG_MAJOR}-pgvector && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 PG_MAJOR=17 VCHORD_VERSION=1.1.1 /bin/sh -c set -eux; ARCH=$(dpkg --print-architecture); DEB_URL="https://github.com/tensorchord/VectorChord/releases/download/${VCHORD_VERSION}/postgresql-${PG_MAJOR}-vchord_${VCHORD_VERSION}-1_${ARCH}.deb"; curl -fsSL -o /tmp/vchord.deb "${DEB_URL}"; dpkg -i /tmp/vchord.deb; rm /tmp/vchord.deb # buildkit |
| USER postgres |
Labels
| Key | Value |
|---|---|
| maintainer | Team ACID @ Zalando <team-acid@zalando.de> |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
2026-04-10 04:34:40 +05:30
Versions (1)
View all
Container
4
OCI / Docker
17-4.0-p3-vchord1.1.1
2026-04-10