Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17574 )
Change subject: [docker] Add option to force the latest tag ...................................................................... [docker] Add option to force the latest tag This patch adds a `--force-latest` that allows users to force using the simple `latest` tag even when the default base OS is not used. This is useful because the latest tag is often used to retrieve the last relevant build and is commonly used when a user just wants to test or use their latest build. For example if a user wants to test the quickstart with CentOS 7 they can build with `--force-latest` and run normally as opposed to manually editing the quickstart.yml file. This is also useful for CI/CD pipelines that always want to publish the last build image as `latest`. Change-Id: I13ff38683d3f923577f8728fdf30a4b3e09bc943 Reviewed-on: http://gerrit.cloudera.org:8080/17574 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M docker/docker-build.py 1 file changed, 5 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17574 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I13ff38683d3f923577f8728fdf30a4b3e09bc943 Gerrit-Change-Number: 17574 Gerrit-PatchSet: 3 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
