Skip to content

Commit

Permalink
Merge pull request #8 from humio/add_docker
Browse files Browse the repository at this point in the history
Publish docker image
  • Loading branch information
anagrius authored Jun 12, 2019
2 parents ba03856 + 2b62ceb commit 6fe03d4
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 6fe03d4

Please sign in to comment.