Merge pull request #198 from evrardjp/fix/DKL-DI-0004

fix: Follow DKL-DI-0004 guideline
This commit is contained in:
Daniel Holbach
2020-09-14 12:32:40 +02:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine:3.12
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
RUN apk add --no-cache ca-certificates tzdata
# NB: you may need to update RBAC permissions when upgrading kubectl - see kured-rbac.yaml for details
ADD https://storage.googleapis.com/kubernetes-release/release/v1.18.8/bin/linux/amd64/kubectl /usr/bin/kubectl
RUN chmod 0755 /usr/bin/kubectl