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

docker-builder: Support multiarch (arm64) #241

Closed
Tracked by #9229
viceice opened this issue Jul 8, 2021 · 0 comments · Fixed by #330
Closed
Tracked by #9229

docker-builder: Support multiarch (arm64) #241

viceice opened this issue Jul 8, 2021 · 0 comments · Fixed by #330
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@viceice
Copy link
Member

viceice commented Jul 8, 2021

The docker image builder currently only supports amd64. It needs to extended to support renovate on ARM64 renovatebot/renovate#9229

Features

  • Build multiple arch images and tag them as {major}.{minor}.{patch}-{arch}
  • Only push images when image id changes, so no docker tag timestamps are changed
  • create image list manifests for every version as {major}.{minor}.{patch}
  • only push if manifests differ
  • create short tags of image lists when major-minor=true
  • only push short tags, if manifests differ

This feature needs a community contribution as the renovate maintainers do not need this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
1 participant