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

Add multi-arch to node version tags #948

Conversation

Sebmaster
Copy link
Contributor

@Sebmaster Sebmaster commented Feb 6, 2022

This converts the :16 tags to be multi-arch based on separate -amd64 and -arm64 tags. This ensures consumers can actually pin to a supported version and take advantage of multi-arch.

Most tags are now constructed systematically, which ensures they can't be missed while manually constructing the image list. This includes :latest and :debug tags.

debian10 is not getting multi-arch images like before.

Fixes #878.

@Sebmaster Sebmaster force-pushed the feature/multiarch-node-versions branch 2 times, most recently from 05e103b to 294bf82 Compare February 6, 2022 05:45
@loosebazooka
Copy link
Member

Sorry, I deprecated a bunch of image/tags. This PR might need a rework.

@Sebmaster Sebmaster force-pushed the feature/multiarch-node-versions branch from 294bf82 to 0eb45b5 Compare February 8, 2022 21:07
@Sebmaster
Copy link
Contributor Author

@loosebazooka Should be fixed.

@Sebmaster Sebmaster force-pushed the feature/multiarch-node-versions branch from 0eb45b5 to 3cd2e55 Compare February 8, 2022 21:25
@Sebmaster
Copy link
Contributor Author

I aligned it a bit more to the way python crafts its images as well.

@loosebazooka
Copy link
Member

@Sebmaster Sebmaster force-pushed the feature/multiarch-node-versions branch from 3cd2e55 to 735e7dc Compare February 9, 2022 20:51
@Sebmaster
Copy link
Contributor Author

Added as well.

This converts the :16 tags to be multi-arch based on separate -amd64 and
-arm64 tags.

Most tags are now constructed systematically, which ensures they can't
be missed while manually constructing the image list. This includes
:latest and :debug tags.

debian10 is not getting multi-arch images like before.
@Sebmaster Sebmaster force-pushed the feature/multiarch-node-versions branch from 735e7dc to 2a9ddad Compare February 9, 2022 20:51
@loosebazooka loosebazooka merged commit 3fe389d into GoogleContainerTools:main Feb 10, 2022
@loosebazooka
Copy link
Member

thanks!

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.

Tag version-specific nodejs ARM images
2 participants