Skip to content

Instantly share code, notes, and snippets.

@kechol
Last active August 9, 2020 07:48
Show Gist options
  • Save kechol/871676fbb91ceb17500a79a9703bbc41 to your computer and use it in GitHub Desktop.
Save kechol/871676fbb91ceb17500a79a9703bbc41 to your computer and use it in GitHub Desktop.
sentry-cli cloud builder
steps:
- name: "gcr.io/cloud-builders/docker"
args: ["build", "-t", "gcr.io/$PROJECT_ID/sentry-cli", "."]
- name: "gcr.io/$PROJECT_ID/sentry-cli"
args: ["--version"]
images:
- "gcr.io/$PROJECT_ID/sentry-cli"
tags: ["cloud-builders-community"]
FROM getsentry/sentry-cli:latest
RUN apk add --no-cache bash
ENTRYPOINT ["/bin/sentry-cli"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment