Add git
Build webhook-deployer container / Build image (push) Successful in 38s Details

This commit is contained in:
Mathis 2024-03-26 20:16:25 +01:00
parent ba298947eb
commit bd5cca94be
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3
RUN apk add --no-cache kubectl kustomize age webhook
RUN apk add --no-cache kubectl kustomize age webhook git
# Install sops
ADD https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 /tmp/sops

View File

@ -8,3 +8,4 @@ Docker container with:
- [age](https://github.com/FiloSottile/age)
- [sops](https://github.com/getsops/sops)
- [ksops](https://github.com/viaduct-ai/kustomize-sops)
- [git](https://git-scm.com/)