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

Support for linux/arm64/v8 apple chips m1 and m2 #9

Open
h3ct0rjs opened this issue Aug 18, 2023 · 4 comments
Open

Support for linux/arm64/v8 apple chips m1 and m2 #9

h3ct0rjs opened this issue Aug 18, 2023 · 4 comments

Comments

@h3ct0rjs
Copy link

Hi @oerdnj hope you're doing well.

Recently I'm trying to run a few configs and tests using bind9.16 but after doing a docker pull from the docker hub container registry

it seems like you're only building the docker image for linux/amd64. so if I try to create a lab in my local machine to do validations I got the following message :

! bind9 The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

This happens because you're not using docker buildx build --platform linux/amd64,linux/arm64 .

I was also wondering what are you currently using to push to the public url

I have fixed this by buildin the image locally, but it would be great to add a GitHub action pipeline to do this automatically 😄

Regards,
H

@h3ct0rjs
Copy link
Author

I have added a basic configuration that could work in #10 .

Is just an idea.

Regards,
H

@h3ct0rjs
Copy link
Author

@dgibbs64
Copy link

+1 on this it would be great to have multi-arch support for this image. I am running bind9 on my Raspberry Pi and having to use an older version of Bind9 with ubuntu/bind9 image (I wanted the newer Bind9 as it supports DNS-over-TLS forwarders).

@hjimenez-godaddy
Copy link

@oerdnj I can add this in a pr October fest is..

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

No branches or pull requests

3 participants