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

Fails when running with selfhosted runners #73

Open
Physium opened this issue Jun 12, 2024 · 0 comments
Open

Fails when running with selfhosted runners #73

Physium opened this issue Jun 12, 2024 · 0 comments

Comments

@Physium
Copy link

Physium commented Jun 12, 2024

docker container fails to build complaining of bad address

  #9 [stage-1 2/4] RUN wget -O /kaniko/jq     https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 &&     chmod +x /kaniko/jq &&     wget -O /kaniko/reg     https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 &&     chmod +x /kaniko/reg &&     wget -O /crane.tar.gz     https://github.com/google/go-containerregistry/releases/download/v0.17.0/go-containerregistry_Linux_x86_64.tar.gz &&     tar -xvzf /crane.tar.gz crane -C /kaniko &&     rm /crane.tar.gz
  #9 0.157 wget: bad address 'github.com'
  #9 ERROR: process "/busybox/sh -c wget -O /kaniko/jq     https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 &&     chmod +x /kaniko/jq &&     wget -O /kaniko/reg     https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 &&     chmod +x /kaniko/reg &&     wget -O /crane.tar.gz     https://github.com/google/go-containerregistry/releases/download/v0.17.0/go-containerregistry_Linux_x86_64.tar.gz &&     tar -xvzf /crane.tar.gz crane -C /kaniko &&     rm /crane.tar.gz" did not complete successfully: exit code: 1
  ------
   > [stage-1 2/4] RUN wget -O /kaniko/jq     https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux64 &&     chmod +x /kaniko/jq &&     wget -O /kaniko/reg     https://github.com/genuinetools/reg/releases/download/v0.16.1/reg-linux-386 &&     chmod +x /kaniko/reg &&     wget -O /crane.tar.gz     https://github.com/google/go-containerregistry/releases/download/v0.17.0/go-containerregistry_Linux_x86_64.tar.gz &&     tar -xvzf /crane.tar.gz crane -C /kaniko &&     rm /crane.tar.gz:
  0.157 wget: bad address 'github.com'
  ------
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

1 participant