Add git
Build webhook-deployer container / Build image (push) Successful in 38s
Details
Build webhook-deployer container / Build image (push) Successful in 38s
Details
This commit is contained in:
parent
ba298947eb
commit
bd5cca94be
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
RUN apk add --no-cache kubectl kustomize age webhook
|
RUN apk add --no-cache kubectl kustomize age webhook git
|
||||||
|
|
||||||
# Install sops
|
# Install sops
|
||||||
ADD https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 /tmp/sops
|
ADD https://github.com/getsops/sops/releases/download/v3.8.1/sops-v3.8.1.linux.amd64 /tmp/sops
|
||||||
|
|
|
@ -8,3 +8,4 @@ Docker container with:
|
||||||
- [age](https://github.com/FiloSottile/age)
|
- [age](https://github.com/FiloSottile/age)
|
||||||
- [sops](https://github.com/getsops/sops)
|
- [sops](https://github.com/getsops/sops)
|
||||||
- [ksops](https://github.com/viaduct-ai/kustomize-sops)
|
- [ksops](https://github.com/viaduct-ai/kustomize-sops)
|
||||||
|
- [git](https://git-scm.com/)
|
||||||
|
|
Loading…
Reference in New Issue