Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rpappalax/3a0200270e0d200ec057d3cec54c994d to your computer and use it in GitHub Desktop.
Save rpappalax/3a0200270e0d200ec057d3cec54c994d to your computer and use it in GitHub Desktop.
Docker build - Ubuntu 17.10 - failure
$ docker build .
Sending build context to Docker daemon 21.5kB
Step 1/22 : FROM ubuntu:17.10
17.10: Pulling from library/ubuntu
4ccdce43d1e0: Pull complete
c95f13c88d92: Pull complete
82656eee95ad: Pull complete
78ff727be57a: Pull complete
448bb314afa5: Pull complete
Digest: sha256:3b811ac794645dfaa47408f4333ac6e433858ff16908965c68f63d5d315acf94
Status: Downloaded newer image for ubuntu:17.10
---> e211a66937c6
Step 2/22 : MAINTAINER Sebastian Kaspari "[email protected]"
---> Running in 78eb8cebb8e3
Removing intermediate container 78eb8cebb8e3
---> 62093b1417e1
Step 3/22 : RUN apt-get update -qq
---> Running in 1694ba7cffaa
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.
The command '/bin/sh -c apt-get update -qq' returned a non-zero code: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment