Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/zalando/spilo-15 docker tag to v3.2 #19

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/spilo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG OLD_PGVERSION=14
ARG PGVERSION=15

FROM ghcr.io/zalando/spilo-15:3.0-p1 AS extension-builder
FROM ghcr.io/zalando/spilo-15:3.2-p1@sha256:5561dabb6cbe172a30220ff7ba517c4a20f74454f403072483eb62ac14e888bc AS extension-builder
# Build process requires installed postgres

ARG OLD_PGVERSION
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN mkdir -p /usr/local/share/postgres/extensions
RUN wget -O /usr/local/share/postgres/extensions/postgres-json-schema--0.1.1.sql https://raw.githubusercontent.com/gavinwahl/postgres-json-schema/570e19f5b2b4e6ff1414eebe2191e14c437760d9/postgres-json-schema--0.1.1.sql
RUN wget -O /usr/local/share/postgres/extensions/postgres-json-schema.control https://raw.githubusercontent.com/gavinwahl/postgres-json-schema/570e19f5b2b4e6ff1414eebe2191e14c437760d9/postgres-json-schema.control

FROM ghcr.io/zalando/spilo-15:3.0-p1 AS final
FROM ghcr.io/zalando/spilo-15:3.2-p1@sha256:5561dabb6cbe172a30220ff7ba517c4a20f74454f403072483eb62ac14e888bc AS final
# Setup final image with extensions

ARG PGVERSION
Expand Down