File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ COPY ../internal/ internal/
3333RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build \
3434 CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/manager/main.go
3535
36- # Use plug -barman-cloud-base to get the dependencies
37- # pip will build everything inside /usr/ since this is the case
38- # Copy every file into a destination that will then copy into the distroless container
36+ # Use plugin -barman-cloud-base to get the dependencies.
37+ # pip will build everything inside /usr, so we copy every file into a new
38+ # destination that will then be copied into the distroless container
3939FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:latest AS pythonbuilder
4040# Prepare a new /usr/ directory with the files we'll need in the final image
4141RUN mkdir /new-usr/ && \
You can’t perform that action at this time.
0 commit comments