Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12173 )
Change subject: [docker] Add an initial docker build ...................................................................... [docker] Add an initial docker build This patch adds an initial Docker file which defines a multistage build that supports creating various Docker images for Apache Kudu development. This work is experimental and the choices and structure may change with follow on commits. Some things these images could be used for include: - demos/examples - pre-built binaries including thirdparty - multi-os testing - multi-os tools like build_mini_cluster_binaries.sh - external integration testing Some of the open tasks for the future are: - Handle all build types. - Optimize image sizes. - Add kudu user to runtime images. - Add an upload script with good tagging. - Add healthchecks. Change-Id: I95497b39e47f07301be75cbadd814656c7e2ea42 Reviewed-on: http://gerrit.cloudera.org:8080/12173 Tested-by: Kudu Jenkins Reviewed-by: Attila Bukor <[email protected]> Tested-by: Attila Bukor <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- A .dockerignore A docker/Dockerfile A docker/Dockerfile-files A docker/README.adoc A docker/bootstrap-env.sh A docker/docker-build.sh A docker/kudu-entrypoint.sh M thirdparty/build-definitions.sh 8 files changed, 817 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Attila Bukor: Looks good to me, but someone else must approve; Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12173 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I95497b39e47f07301be75cbadd814656c7e2ea42 Gerrit-Change-Number: 12173 Gerrit-PatchSet: 9 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: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
