-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
MultiArch Builds for RenovateBot - ARM64 #9229
Comments
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
You need to think about all the tools renovate uses. They all must be available for arm too. So buildpack is a big improvement for renovate tools. Currently we are migrate the base tools to the new containerbase org. So improvements need to be done there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We're shifting to github.com/containerbase for the buildpacks. For Renovate's prebuilt images to support arm64 then you'd need for each of the tools in the containerbase buildpack to support it too. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
All tools are now build / ready for The full images will be multi arch too with next renovate major |
Hi, is there a beta release / branch from which we can try out (building &) running renovatebot right now in arm architectures (e.g., Apple silicon)? Thanks. |
@busywhistling I built a version to run on my Raspberry Pi 4: https://hub.docker.com/r/simaofsilva/renovatebot-docker-renovate/tags. However, I cannot guarantee that it will work on your environment. |
Thanks @simao-silva, sadly I can't run custom images. If you could share the steps to build the image, it would be a great help though! |
just use the official dockerfile from our docker-renovate or docker-renovate-full image and build on a arm64 docker host |
closing, multiarch images should be available soon |
What would you like Renovate to be able to do?
As more and more infrastructure runs on ARM64 architecture, it would be nice to see Renovate also releasing ARM64 images.
Did you already have any implementation ideas?
xxx-prebuild
) repos at https://github.com/containerbase forARM64
ARM64
ARM64
(buildpack first)ARM64
containerbase/xxx
sidecar imagesrenovatebot/xxx
sidecar images won't be ported toARM64
as they are already deprecated and we plan to switch tocontainerbase/xxx
in near future.The text was updated successfully, but these errors were encountered: