Sha256: 5a5d71e71a417df8fcaff958a85508be2f3c240a12a9ee03c9a358094c9dfe67

Contents?: true

Size: 458 Bytes

Versions: 1

Compression:

Stored size: 458 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 http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list

RUN apt update && apt-get install -y postgresql-$PG_MAJOR-partman

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_ha_migrations-1.7.0 Dockerfile