This commit is contained in:
2024-02-20 17:15:27 +08:00
committed by huty
parent 6706e1a633
commit 34158042ad
1529 changed files with 177765 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
ARG ALPINE_VERSION="3.15"
FROM alpine:$ALPINE_VERSION
RUN apk add --no-cache jq openssl
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl
COPY start.sh /
RUN chmod +x /start.sh
ENV USER_NAME="reader@kiamol.net" \
GROUP="kiamol" \
SET_CONTEXT="" \
PRINT_CERTS=""
WORKDIR /certs
CMD /start.sh
COPY csr.yaml .