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

I get this eeor when i run docker-compose on windows 10 machine with docker #1

Open
alphacentrino opened this issue Jul 27, 2020 · 3 comments

Comments

@alphacentrino
Copy link

$ docker-compose.exe up -d --build
Creating network "ansible_default" with the default driver
Creating volume "ansible_ansible_vol" with default driver
Building base
Step 1/4 : FROM ubuntu:17.10
17.10: Pulling from library/ubuntu
Digest: sha256:3b811ac794645dfaa47408f4333ac6e433858ff16908965c68f63d5d315acf94
Status: Downloaded newer image for ubuntu:17.10
---> e211a66937c6
Step 2/4 : RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y aptitude iputils-ping net-tools man vim openssh-server python && rm -rf /var/lib/apt/lists/*
---> Running in 4e1bd54069c8
Ign:1 http://security.ubuntu.com/ubuntu artful-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu artful InRelease
Err:3 http://security.ubuntu.com/ubuntu artful-security Release
404 Not Found [IP: 91.189.88.152 80]
Ign:4 http://archive.ubuntu.com/ubuntu artful-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu artful-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu artful Release
404 Not Found [IP: 91.189.88.152 80]
Err:7 http://archive.ubuntu.com/ubuntu artful-updates Release
404 Not Found [IP: 91.189.88.152 80]
Err:8 http://archive.ubuntu.com/ubuntu artful-backports Release
404 Not Found [IP: 91.189.88.152 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu artful-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu artful-backports Release' does not have a Release file.
Service 'base' failed to build: The command '/bin/sh -c apt-get update && apt-get install --no-install-recommends --no-install-suggests -y aptitude iputils-ping net-tools man vim openssh-server python && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

@itsnachog99
Copy link

Hello! I've got the same issue, did you solve it?

@alphacentrino
Copy link
Author

I used ubuntu:18.04 as base and seems to work for me.

@itsnachog99
Copy link

Hi! Thank you so much this solved the issue!

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

2 participants