Skip to content

Commit

Permalink
Add cb-kanister-tools docker image (kanisterio#446)
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 authored and tdmanv committed Dec 13, 2019
1 parent e5b980f commit 22c237e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ dockers:
image_templates:
- 'kanisterio/cassandra:{{ .Tag }}'
dockerfile: 'docker/cassandra/Dockerfile'
- binaries:
- kando
image_templates:
- 'kanisterio/couchbase-tools:{{ .Tag }}'
dockerfile: 'docker/couchbase-tools/Dockerfile'

snapshot:
name_template: '{{ .Tag }}'
Expand Down
5 changes: 5 additions & 0 deletions docker/couchbase-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM couchbase:enterprise-6.0.3

MAINTAINER "Tom Manville <tom@kasten.io>"

ADD kando /usr/local/bin/

0 comments on commit 22c237e

Please sign in to comment.