We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' ------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker container fails to build complaining of bad address
The text was updated successfully, but these errors were encountered: