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

push multi-arch images to the dev registry #890

Merged
merged 5 commits into from
May 3, 2020

Conversation

rmb938
Copy link
Contributor

@rmb938 rmb938 commented Apr 28, 2020

Fixes #887

  • Publishes multi-arch and manifest images on master push.

build/travis-deploy.sh Outdated Show resolved Hide resolved
@rmb938 rmb938 marked this pull request as draft April 28, 2020 14:07
@rmb938 rmb938 marked this pull request as ready for review April 28, 2020 14:12
build/travis-deploy.sh Outdated Show resolved Hide resolved
Copy link
Collaborator

@aauren aauren left a comment

Choose a reason for hiding this comment

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

@rmb938 Just a few nitpics with the shell code, but overall looks good! Thanks for your contribution.

@murali-reddy since you handle more of the travis stuff, does the intent here look good to you?

build/travis-deploy.sh Outdated Show resolved Hide resolved
build/travis-deploy.sh Outdated Show resolved Hide resolved
build/travis-deploy.sh Outdated Show resolved Hide resolved
build/travis-deploy.sh Outdated Show resolved Hide resolved
build/travis-deploy.sh Outdated Show resolved Hide resolved
build/travis-deploy.sh Outdated Show resolved Hide resolved
@rmb938
Copy link
Contributor Author

rmb938 commented May 2, 2020

@aauren How does that look? I put quotes and {} everywhere that was missing them.

Copy link
Collaborator

@aauren aauren left a comment

Choose a reason for hiding this comment

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

Wow @rmb938 you're fast! LGTM!

@murali-reddy
Copy link
Member

LGTM. Let me merge the PR and verify it the master multi-arch images gets pushed

thanks @rmb938 @aauren @mrueg this is great collabration

@murali-reddy murali-reddy merged commit df40aa5 into cloudnativelabs:master May 3, 2020
@murali-reddy
Copy link
Member

cloudnativelabs/kube-router-git:master is updated for amd64, arm, arm64, ppc64le, s390x

@rmb938 rmb938 deleted the multiarchpush branch May 3, 2020 21:14
mrueg pushed a commit to mrueg/kube-router that referenced this pull request May 10, 2020
* push multi-arch images to the dev registry

* cleam things up with a array of arches

* missed setting a GOARCH

* put quotes and {} everywhere

* one of these isn't a variable
FabienZouaoui pushed a commit to SirDataFR/kube-router that referenced this pull request May 11, 2020
* push multi-arch images to the dev registry

* cleam things up with a array of arches

* missed setting a GOARCH

* put quotes and {} everywhere

* one of these isn't a variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish multi-arch images during push on master
4 participants