You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the build instructions in Contributing.md, except run sudo dockerd --iptables=false as per #8450.
(Running regular sudo dockerd throws the same errors listed in the report.)
Run the first command of step 2.2
Expected behavior
WSLg to build
Actual behavior
Instead, it throws this error:
== Install Git/CA certificates ==
curl#6: Couldn't resolve host name
Error: TDNFGetRepoMD 1207
Error: Failed to synchronize cache for repo 'CBL-Mariner Official Base 1.0 x86_64' from 'https://packages.microsoft.com/cbl-mariner/1.0/prod/base/x86_64/rpms'
curl#6: Couldn't resolve host name
Error: TDNFGetRepoMD 1207
Error: Failed to synchronize cache for repo 'CBL-Mariner Official Microsoft 1.0 x86_64' from 'https://packages.microsoft.com/cbl-mariner/1.0/prod/Microsoft/x86_64/rpms'
curl#6: Couldn't resolve host name
Error: TDNFGetRepoMD 1207
Error: Failed to synchronize cache for repo 'CBL-Mariner Official Update 1.0 x86_64' from 'https://packages.microsoft.com/cbl-mariner/1.0/prod/update/x86_64/rpms'
Error(1011) : No matching packages
Loaded plugin: tdnfrepogpgcheck
Refreshing metadata for: 'CBL-Mariner Official Base 1.0 x86_64'
Disabling Repo: 'CBL-Mariner Official Base 1.0 x86_64'
Refreshing metadata for: 'CBL-Mariner Official Microsoft 1.0 x86_64'
Disabling Repo: 'CBL-Mariner Official Microsoft 1.0 x86_64'
Refreshing metadata for: 'CBL-Mariner Official Update 1.0 x86_64'
Disabling Repo: 'CBL-Mariner Official Update 1.0 x86_64'
No package git available
No package ca-certificates available
The command '/bin/sh -c echo "== Install Git/CA certificates ==" && tdnf install -y git ca-certificates' returned a non-zero code: 243
The text was updated successfully, but these errors were encountered:
Yup, that fixed it. Should this be mentioned on the build documentation somewhere? The --iptables=false option for dockerd and the --network=host option for the docker build command? It seems a little annoying for someone with a default setup to have to find two separate issues on two separate repos.
Steps to reproduce
sudo dockerd --iptables=false
as per #8450.(Running regular sudo dockerd throws the same errors listed in the report.)
Expected behavior
WSLg to build
Actual behavior
Instead, it throws this error:
The text was updated successfully, but these errors were encountered: