Skip to content

Commit 9b20b7f

Browse files
authored
Merge pull request #872 from fluxcd/update-ca-certificates
Update CA certificates
2 parents 66c1e7c + ff28dcd commit 9b20b7f

62 files changed

Lines changed: 7 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ RUN xx-go build -trimpath -a -o kustomize-controller main.go
3232

3333
FROM alpine:3.18
3434

35-
# Uses GnuPG from edge to patch CVE-2022-3515.
36-
RUN apk add --no-cache ca-certificates tini git openssh-client && \
37-
apk add --no-cache gnupg --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main
35+
ARG TARGETPLATFORM
36+
37+
RUN apk --no-cache add ca-certificates tini git openssh-client gnupg \
38+
&& update-ca-certificates
3839

3940
COPY --from=builder /workspace/kustomize-controller /usr/local/bin/
4041

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

internal/controllers/kustomization_impersonation_test.go renamed to internal/controller/kustomization_impersonation_test.go

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)