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

Multi-Arch Docker Image Releases #214

Merged
merged 4 commits into from
Sep 29, 2020
Merged

Multi-Arch Docker Image Releases #214

merged 4 commits into from
Sep 29, 2020

Conversation

kensipe
Copy link
Member

@kensipe kensipe commented Sep 28, 2020

Provides the ability to release multi platform, multi-architecture docker images in docker hub along with documentation.

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Signed-off-by: Ken Sipe <kensipe@gmail.com>

docker buildx build . -t "kudobuilder/kuttl:v$GIT_VERSION" --platform linux/amd64,linux/arm64,linux/ppc64le --push

echo "docker build and push was successful! ヽ(•‿•)ノ"
Copy link
Member

Choose a reason for hiding this comment

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

Well, we have no idea whether it was, because we don't check docker buildx exit code 😉

Copy link
Member Author

Choose a reason for hiding this comment

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

ha... thank you sir!

docker buildx build . -t "kudobuilder/kuttl:v$GIT_VERSION" --platform linux/amd64,linux/arm64,linux/ppc64le --push

echo "docker build and push was successful! ヽ(•‿•)ノ"
exit 0
Copy link
Member

Choose a reason for hiding this comment

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

This line is not really needed with set +e

kensipe and others added 2 commits September 29, 2020 11:16
Co-authored-by: Marcin Owsiany <mowsiany@D2iQ.com>
Signed-off-by: Ken Sipe <kensipe@gmail.com>
@kensipe kensipe merged commit 619e3fa into main Sep 29, 2020
@kensipe kensipe deleted the ken/docker-archs branch September 29, 2020 16:25
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.

2 participants