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): pin ghcr.io/zalando/spilo-15 docker tag to c4cc3fa - autoclosed #18

Closed
wants to merge 1 commit into from
Closed
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.0-p1@sha256:c4cc3fa31265fb60b2972bd1e5dbb94fd735107ad5d5e6eb17369f2097469225 AS extension-builder
# Build process requires installed postgres

ARG OLD_PGVERSION
Expand Down Expand Up @@ -45,7 +45,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.0-p1@sha256:c4cc3fa31265fb60b2972bd1e5dbb94fd735107ad5d5e6eb17369f2097469225 AS final
# Setup final image with extensions

ARG PGVERSION
Expand Down
Loading