Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker push for non-gcr images #520

Merged
merged 1 commit into from
Jan 3, 2018

Conversation

feiskyer
Copy link
Member

For images not hosted on gcr.io, we should use docker push instead of gcloud docker -- push.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 29, 2017
@feiskyer
Copy link
Member Author

/assign @mwielgus @MaciekPytel

@@ -20,15 +20,21 @@ if [ -z $IMAGE_TO_PUSH ]; then
exit 1
fi

if [[ "${IMAGE_TO_PUSH}" == "gcr.io/"* ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Handle k8s.gcr.io as well.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #512

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mwielgus Thanks. Fixed in latest commit. PTAL

@mwielgus
Copy link
Contributor

mwielgus commented Jan 3, 2018

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 3, 2018
@mwielgus mwielgus merged commit 5239169 into kubernetes:master Jan 3, 2018
@feiskyer feiskyer deleted the docker-push branch January 4, 2018 02:04
yaroslava-serdiuk pushed a commit to yaroslava-serdiuk/autoscaler that referenced this pull request Feb 22, 2024
…istently

Configure timeouts for the ExpectWorkloadsToBeAdmitted as in other util functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster-autoscaler cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants