Skip to content

Commit

Permalink
Publish docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jswoods committed Jun 11, 2019
1 parent 17fb466 commit 2b62ceb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ snapcraft:
# things they allow:
# https://snapcraft.io/docs/reference/interfaces.
plugs: ["home", "network"]

dockers:
- image_templates:
- humio/cli:latest
- humio/cli:{{ .Tag }}
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM scratch

COPY humioctl /humioctl

ENTRYPOINT ["/humioctl"]

0 comments on commit 2b62ceb

Please sign in to comment.