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 2
2
FROM alpine:3.10
3
3
LABEL description="OIDC reverse proxy authenticator based on Kubernetes"
4
4
5
- RUN apk --no-cache --update add ca-certificates
5
+ RUN apk --no-cache add ca-certificates
6
6
7
7
COPY ./bin/kube-oidc-proxy-linux /usr/bin/kube-oidc-proxy
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
3
3
4
4
LABEL description="A audit webhook sink to read audit events and write to file."
5
5
6
- RUN apk --no-cache --update add ca-certificates
6
+ RUN apk --no-cache add ca-certificates
7
7
8
8
COPY ./bin/audit-webhook /usr/bin/audit-webhook
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
3
3
4
4
LABEL description="A fake API server that will respond to requests with the same body and headers."
5
5
6
- RUN apk --no-cache --update add ca-certificates
6
+ RUN apk --no-cache add ca-certificates
7
7
8
8
COPY ./bin/fake-apiserver-linux /usr/bin/fake-apiserver
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.10
3
3
4
4
LABEL description="A basic OIDC issuer that prsents a well-known and certs endpoint."
5
5
6
- RUN apk --no-cache --update add ca-certificates
6
+ RUN apk --no-cache add ca-certificates
7
7
8
8
COPY ./bin/oidc-issuer-linux /usr/bin/oidc-issuer
9
9
You can’t perform that action at this time.
0 commit comments