This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22FROM alpine:3.10
33LABEL description="OIDC reverse proxy authenticator based on Kubernetes"
44
5- RUN apk --no-cache --update add ca-certificates
5+ RUN apk --no-cache add ca-certificates
66
77COPY ./bin/kube-oidc-proxy-linux /usr/bin/kube-oidc-proxy
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
33
44LABEL description="A audit webhook sink to read audit events and write to file."
55
6- RUN apk --no-cache --update add ca-certificates
6+ RUN apk --no-cache add ca-certificates
77
88COPY ./bin/audit-webhook /usr/bin/audit-webhook
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
33
44LABEL description="A fake API server that will respond to requests with the same body and headers."
55
6- RUN apk --no-cache --update add ca-certificates
6+ RUN apk --no-cache add ca-certificates
77
88COPY ./bin/fake-apiserver-linux /usr/bin/fake-apiserver
99
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
33
44LABEL description="A basic OIDC issuer that prsents a well-known and certs endpoint."
55
6- RUN apk --no-cache --update add ca-certificates
6+ RUN apk --no-cache add ca-certificates
77
88COPY ./bin/oidc-issuer-linux /usr/bin/oidc-issuer
99
You can’t perform that action at this time.
0 commit comments