Fix: Use gitea registry alpine image
All checks were successful
Build image / release-image (push) Successful in 49s
All checks were successful
Build image / release-image (push) Successful in 49s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user