We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1971629 commit c2e49b5Copy full SHA for c2e49b5
Dockerfile
@@ -10,6 +10,7 @@ COPY hack/tools/queries /opt/crunchy/conf
10
WORKDIR /usr/src/app
11
COPY . .
12
ENV GOCACHE=/var/cache/go
13
+ENV GOMODCACHE=/var/cache/go/mod
14
RUN --mount=type=cache,target=/var/cache/go go build ./cmd/postgres-operator
15
16
FROM docker.io/library/debian:bookworm
0 commit comments