-
Notifications
You must be signed in to change notification settings - Fork 258
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
Release docker image for ARM64 #324
Comments
the job that builds the image is here we don't have plan for arm64 support yet. |
Actually we are deprecating this resource in favor of https://github.com/concourse/registry-image-resource and we'd love to adding arm64 support there. |
Thanks for the reply. I have checked the build for golang-builder image and built the image on arm64 machine with steps got from the build. As we can see, you are downloading go1.15.7.linux-amd64.tar.gz from here. I have updated tar file link from amd64 to arm64 to make it work for arm64. I can start building registry-image-resource if golang-builder image is available for arm64. It will be helpful, if it is released. If required, I am happy to contribute. |
@odidev sounds like you have already built a golang-builder-image in arm64. You could then fork the registry-image-resource to build the resource image to support arm64. Is there anything else blocking your work or you are expecting concourse to release registry-image-resource for arm64 system? Just want to prioritize our task here(if we are adding arm64 support for registry-image-resource, we might as well do it for all other base resource types). Thx. |
@xtremerui, Verified the built binaries in the registry-image-resource as well. Please check below for the same:
I am expecting concourse to release official images for arm64 system. If required, I am happy to contribute. |
Hi Team,
I am trying to use the docker-image-resource image in the arm64 ubuntu platform but it seems the arm64 supported tag is not available in the docker hub.
I have tried building the image in the arm64 platform using
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
command, but it is failing asconcourse/golang-builder
image is not available for the arm64 platform. I have looked for dockerfile source to buildconcourse/golang-builder
image for the arm64 platform, but I am unable to get the same.Do you have any plans in adding arm64 support and releasing arm64 images?
If interested, I am happy to contribute. But as a start, it will be helpful if you point me towards the source of
concourse/golang-builder
image.The text was updated successfully, but these errors were encountered: