Fix: Use gitea registry alpine image
All checks were successful
Build image / release-image (push) Successful in 49s

This commit is contained in:
2024-11-06 08:54:40 +00:00
parent dec34cbde8
commit 5e90a9ed92

View File

@@ -1,9 +1,6 @@
FROM node:22-alpine
FROM gitea.konchin.com/image/alpine:latest
RUN apk add kubectl bash git
ADD rootca.pem /usr/local/share/ca-certificates/cacert.crt
RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates --fresh
RUN apk add kubectl bash
ENTRYPOINT ["/usr/bin/env"]
CMD ["bash"]