mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
committed by
Bryan Boreham
parent
db7b42f5ee
commit
f2ae01120a
@@ -1,4 +1,4 @@
|
||||
FROM alpine:3.8
|
||||
FROM alpine:3.10.3
|
||||
RUN apk update && apk add ca-certificates tzdata && rm -rf /var/cache/apk/*
|
||||
# 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.14.1/bin/linux/amd64/kubectl /usr/bin/kubectl
|
||||
|
||||
Reference in New Issue
Block a user