Hello Alexey Serbin, Attila Bukor, Kudu Jenkins, Andrew Wong, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12342
to look at the new patch set (#2).
Change subject: [docker] Adjust Kudu image tagging
......................................................................
[docker] Adjust Kudu image tagging
This patch defines a tagging scheme for the Kudu
docker images and adjusts the images to be a bit more
idiomatic for a docker user. A full description of the
tagging scheme can be found in docker-build.sh.
Example tags for the kudu image are:
kudu:latest
kudu:1.9.1
kudu:1.9
kudu:latest-centos7
kudu:1.9.1-centos7
kudu:1.9-centos7
I removed the kudu-master and kudu-tserver images in
favor of a single kudu image used for runtime applications.
I also adjusted the entrypoint script to be a bit more
flexible along with adding useful “help” output.
Change-Id: I4c96a3d5e1ca92022dc614c878f3853a4d99bcb8
---
M docker/Dockerfile
M docker/README.adoc
M docker/docker-build.sh
M docker/kudu-entrypoint.sh
4 files changed, 291 insertions(+), 154 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/12342/2
--
To view, visit http://gerrit.cloudera.org:8080/12342
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4c96a3d5e1ca92022dc614c878f3853a4d99bcb8
Gerrit-Change-Number: 12342
Gerrit-PatchSet: 2
Gerrit-Owner: Grant Henke <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)