Skip to content

Commit

Permalink
psql: fix docker image used in acceptance test
Browse files Browse the repository at this point in the history
postgres-11.16 has new permissioning for certificates. Not quite sure
how to resolve that, so punting the problem by fixing the postgres
installation onto an older version.

Release note: None
  • Loading branch information
otan committed May 18, 2022
1 parent 965686c commit b1f1f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acceptance/compose/gss/psql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN GO111MODULE=off go get -d -t -tags gss_compose
RUN GO111MODULE=off go test -v -c -tags gss_compose -o gss.test

# Copy the test binary to an image with psql and krb installed.
FROM postgres:11
FROM postgres:11.15

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit b1f1f2e

Please sign in to comment.