Sign inSign up

marc/kustomize-docker

By marc

Updated almost 8 years ago

An image to use kustomize in a Google Cloud Build worker.

Image
0

214

marc/kustomize-docker repository overview

Docker image for build systems using Kustomize and kubectl in Google Cloud Builder.

Usage

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

Tag summary

Content type

Image

Digest

Size

25.4 MB

Last updated

almost 8 years ago

docker pull marc/kustomize-docker