Sha256: 51c9a07dacdb2b140b51a2f69970d8225049ec6b6326ae951aa6fed5d7182a4e
Contents?: true
Size: 493 Bytes
Versions: 1
Compression:
Stored size: 493 Bytes
Contents
ARG PGVERSION FROM postgres:$PGVERSION-bullseye RUN apt-get update && apt-get install -y curl ca-certificates gnupg lsb-release RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null RUN echo "deb https://apt-archive.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-archive main" > /etc/apt/sources.list.d/pgdg.list RUN apt update && apt-get install -y postgresql-$PG_MAJOR-partman=4.7.4-2.pgdg110+1
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_ha_migrations-1.8.0 | Dockerfile |