An image to use kustomize in a Google Cloud Build worker.
214
Docker image for build systems using Kustomize and kubectl in Google Cloud Builder.
Add the following item to your cloudbuild.yaml:
- name: 'marc/kustomize-docker'
entrypoint: 'sh'
args:
- '-c'
- |
kustomize build /workspace/kustomize/overlays/production > /workspace/gitops-deploy/api/api.yaml
Content type
Image
Digest
Size
25.4 MB
Last updated
almost 8 years ago
docker pull marc/kustomize-docker