-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
step7 of docker image build fails #164
Comments
Build is working for me, also on a fresh checkout. The error you get before git fails ( You might want to try again. Are you connected to an enterprise network ? The connection is established via HTTP, which might be blocked on some network or the domain itself ( If you can't/it's against internal policies, you'll need to create an internal repository that provides the needed dependencies. Or You may want to edit the list of repositories the container talks to to use an internal/allowed repository instead of the default. This will require that you edit the dockerfile or create a custom image for the build.
|
Check the update: docker build -t photon .Sending build context to Docker daemon 555kB |
I ran "docker build -t photon ." on fresh checkout and got :
---> Running in dafff415cb6d
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/main: temporary error (try again later)
WARNING: Ignoring APKINDEX.2c4ac24e.tar.gz: No such file or directory
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.12/community: temporary error (try again later)
WARNING: Ignoring APKINDEX.40a3604f.tar.gz: No such file or directory
ERROR: unsatisfiable constraints:
git (missing):
required by: world[git]
The command '/bin/sh -c apk add git && git clone https://github.com/s0md3v/Photon.git Photon' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: