Skip to content

Commit

Permalink
Create and publish Docker images (stripe#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Aug 13, 2019
1 parent 43c6832 commit 90a2f62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ scoop:
homepage: https://stripe.com
description: Stripe CLI utility
license: Apache 2.0
dockers:
- binaries:
- stripe
image_templates:
- "stripe/stripe-cli:latest"
- "stripe/stripe-cli:{{ .Tag }}"
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM alpine
COPY stripe /bin/stripe
ENTRYPOINT ["/bin/stripe"]

0 comments on commit 90a2f62

Please sign in to comment.