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

DNS does not resolve when installing Docker extension #6773

Closed
1 of 2 tasks
igorpecovnik opened this issue Jun 21, 2024 · 9 comments
Closed
1 of 2 tasks

DNS does not resolve when installing Docker extension #6773

igorpecovnik opened this issue Jun 21, 2024 · 9 comments
Assignees

Comments

@igorpecovnik
Copy link
Member

What happened?

Resolve does not work.

How to reproduce?

./compile.sh build BOARD=odroidm1 BRANCH=current BUILD_DESKTOP=no BUILD_MINIMAL=no ENABLE_EXTENSIONS=docker-ce KERNEL_CONFIGURE=no RELEASE=bookworm

Branch

main (main development branch)

On which host OS are you running the build script and observing this problem?

Ubuntu 24.04 Noble

Are you building on Windows WSL2?

  • Yes, my Ubuntu/Debian/OtherOS is running on WSL2

Relevant log URL

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Copy link
Contributor

Jira ticket: AR-2382

@igorpecovnik
Copy link
Member Author

Also without ha extensions ...

@ColorfulRhino
Copy link
Collaborator

Was this issue present before the new network stuff?

@igorpecovnik
Copy link
Member Author

Was this issue present before the new network stuff?

No, before it was working fine.

@ColorfulRhino
Copy link
Collaborator

For some reason I can't seem to find any extension named docker-ce

@igorpecovnik
Copy link
Member Author

For some reason I can't seem to find any extension named docker-ce

Oh, they are not inside.
https://github.com/armbian/os/tree/main/userpatches/extensions

@ColorfulRhino
Copy link
Collaborator

Ah thanks, I thought this repo was just a place for the nightly releases

@ColorfulRhino
Copy link
Collaborator

ColorfulRhino commented Jun 21, 2024

Container networking is compicated. I suspect it's because your container can't reach the host's DNS, which is 127.0.0.1:53
Try using docker run with --network host, which allows the contaier to have access to the host's network.

@igorpecovnik
Copy link
Member Author

It was something else at the end ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants