[Impala-ASF-CR] Add support to tag docker images when pushing them

2019-07-26 Thread Lars Volker (Code Review)
Lars Volker has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13913 )

Change subject: Add support to tag docker images when pushing them
..

Add support to tag docker images when pushing them

This change adds an optional flag -t to docker/push-images.sh which
allows to specify a tag. Leaving it empty will omit adding a specific
tag and docker will fall back to "latest".

Testing: I tested this manually and confirmed that the flag works as
expected.

Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Reviewed-on: http://gerrit.cloudera.org:8080/13913
Reviewed-by: Lars Volker 
Tested-by: Lars Volker 
---
M docker/push-images.sh
1 file changed, 11 insertions(+), 1 deletion(-)

Approvals:
  Lars Volker: Looks good to me, approved; Verified

-- 
To view, visit http://gerrit.cloudera.org:8080/13913
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Gerrit-Change-Number: 13913
Gerrit-PatchSet: 3
Gerrit-Owner: Lars Volker 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Lars Volker 
Gerrit-Reviewer: Tim Armstrong 


[Impala-ASF-CR] Add support to tag docker images when pushing them

2019-07-26 Thread Lars Volker (Code Review)
Lars Volker has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13913 )

Change subject: Add support to tag docker images when pushing them
..


Patch Set 2: Verified+1 Code-Review+2

Rebased, carrying Tim's +2. This code doesn't get exercised in the tests and I 
validated it locally, so I'm marking it as Verified, too.


--
To view, visit http://gerrit.cloudera.org:8080/13913
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Gerrit-Change-Number: 13913
Gerrit-PatchSet: 2
Gerrit-Owner: Lars Volker 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Lars Volker 
Gerrit-Reviewer: Tim Armstrong 
Gerrit-Comment-Date: Fri, 26 Jul 2019 18:22:04 +
Gerrit-HasComments: No


[Impala-ASF-CR] Add support to tag docker images when pushing them

2019-07-24 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13913 )

Change subject: Add support to tag docker images when pushing them
..


Patch Set 1:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/3987/ : Initial code 
review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun 
to run full precommit tests.


--
To view, visit http://gerrit.cloudera.org:8080/13913
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Gerrit-Change-Number: 13913
Gerrit-PatchSet: 1
Gerrit-Owner: Lars Volker 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Reviewer: Tim Armstrong 
Gerrit-Comment-Date: Wed, 24 Jul 2019 23:41:01 +
Gerrit-HasComments: No


[Impala-ASF-CR] Add support to tag docker images when pushing them

2019-07-24 Thread Tim Armstrong (Code Review)
Tim Armstrong has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/13913 )

Change subject: Add support to tag docker images when pushing them
..


Patch Set 1: Code-Review+2


--
To view, visit http://gerrit.cloudera.org:8080/13913
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Gerrit-Change-Number: 13913
Gerrit-PatchSet: 1
Gerrit-Owner: Lars Volker 
Gerrit-Reviewer: Tim Armstrong 
Gerrit-Comment-Date: Wed, 24 Jul 2019 23:22:59 +
Gerrit-HasComments: No


[Impala-ASF-CR] Add support to tag docker images when pushing them

2019-07-24 Thread Lars Volker (Code Review)
Lars Volker has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13913


Change subject: Add support to tag docker images when pushing them
..

Add support to tag docker images when pushing them

This change adds an optional flag -t to docker/push-images.sh which
allows to specify a tag. Leaving it empty will omit adding a specific
tag and docker will fall back to "latest".

Testing: I tested this manually and confirmed that the flag works as
expected.

Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
---
M docker/push-images.sh
1 file changed, 11 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/13913/1
--
To view, visit http://gerrit.cloudera.org:8080/13913
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I370542127f190cc3e0be3facb3a0e691f101ef70
Gerrit-Change-Number: 13913
Gerrit-PatchSet: 1
Gerrit-Owner: Lars Volker