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

Release docker image for ARM64 #312

Open
odidev opened this issue Jan 25, 2022 · 0 comments
Open

Release docker image for ARM64 #312

odidev opened this issue Jan 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@odidev
Copy link

odidev commented Jan 25, 2022

@xtremerui,
As per the discussion in concourse/docker-image-resource#324 (comment), I have built both golang-builder and registry-image-resource images with base-image as ubuntu:bionic and uploaded them to my repo in docker hub.

registry-image-resource: https://hub.docker.com/repository/docker/odidev/registry-image-resource
golang-builder: https://hub.docker.com/repository/docker/odidev/golang-builder

Verified the built binaries in the registry-image-resource as well. Please check below for the same:

root@a79adfa62367:/# file /opt/resource/check
/opt/resource/check: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped
root@a79adfa62367:/# file /opt/resource/in
/opt/resource/in: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped
root@a79adfa62367:/# file /opt/resource/out
/opt/resource/out: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, not stripped

We have many images which are dependent and released through concourse-CI. It will be very helpful if the concourse adds arm64 support and releases official images for the arm64 platform. If required, I am happy to contribute.

@xtremerui xtremerui added enhancement New feature or request help wanted Extra attention is needed labels Jan 25, 2022
@xtremerui xtremerui self-assigned this Jan 25, 2022
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
Development

No branches or pull requests

2 participants