images/renovate/Dockerfile
Peter Kurfer 8af7a9d8cf
Some checks failed
Image builds / build_images (act_runtime) (push) Successful in 16s
KeyDB / build-key-db-image (push) Successful in 23s
Image builds / build_images (renovate) (push) Failing after 1m13s
feat(renovate): add helm
2023-11-17 09:14:47 +01:00

11 lines
No EOL
374 B
Docker

FROM docker.io/golang:1.21-alpine AS go-tools-builder
RUN go install github.com/marwan-at-work/mod/cmd/mod@latest
FROM docker.io/node:lts-alpine
COPY --from=go-tools-builder /go/bin/ /usr/local/bin/
RUN npm install -g renovate re2 && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add -U --no-cache git go re2 helm