mirror of
https://github.com/ysoftdevs/imagepullsecret-injector.git
synced 2026-03-13 05:35:44 +01:00
Initial commit
This commit is contained in:
6
build/Dockerfile.cert-generator
Normal file
6
build/Dockerfile.cert-generator
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.13.4
|
||||
|
||||
RUN apk add bash curl openssl \
|
||||
&& curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
|
||||
&& chmod 755 ./kubectl \
|
||||
&& mv ./kubectl /usr/bin/kubectl
|
||||
Reference in New Issue
Block a user