Skip to content

Instantly share code, notes, and snippets.

@cdbkr
Created November 23, 2025 15:24
Show Gist options
  • Select an option

  • Save cdbkr/c6c06130d41e6a88f02d2181f793a40f to your computer and use it in GitHub Desktop.

Select an option

Save cdbkr/c6c06130d41e6a88f02d2181f793a40f to your computer and use it in GitHub Desktop.
FROM k8s.gcr.io/kustomize/kustomize:v3.8.7
RUN apk update && apk add --no-cache git
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment