Skip to content

Docker build fails on Windows 10 #99

Open
@cengique

Description

@cengique

On a Windows 10 with a fresh Docker download, this is what I get when I run the build script:

C:\Users\...\Documents\tremulous>docker build -t wtfbbqhax/tremulous:v2 .
Sending build context to Docker daemon  130.2MB
Step 1/4 : FROM ubuntu:yakkety
yakkety: Pulling from library/ubuntu
dca7be20e546: Pull complete
40bca54f5968: Pull complete
61464f23390e: Pull complete
d99f0bcd5dc8: Pull complete
120db6f90955: Pull complete
Digest: sha256:8dc9652808dc091400d7d5983949043a9f9c7132b15c14814275d25f94bca18a
Status: Downloaded newer image for ubuntu:yakkety
 ---> 7d3f705d307c
Step 2/4 : WORKDIR /usr/src
 ---> Running in dfd50c66aa4f
Removing intermediate container dfd50c66aa4f
 ---> c1c081c6d7f2
Step 3/4 : RUN apt update
 ---> Running in 6d203f5bf0d6

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Ign:1 http://security.ubuntu.com/ubuntu yakkety-security InRelease
Err:2 http://security.ubuntu.com/ubuntu yakkety-security Release
  404  Not Found [IP: 91.189.91.26 80]
Ign:3 http://archive.ubuntu.com/ubuntu yakkety InRelease
Ign:4 http://archive.ubuntu.com/ubuntu yakkety-updates InRelease
Ign:5 http://archive.ubuntu.com/ubuntu yakkety-backports InRelease
Err:6 http://archive.ubuntu.com/ubuntu yakkety Release
  404  Not Found [IP: 91.189.88.162 80]
Err:7 http://archive.ubuntu.com/ubuntu yakkety-updates Release
  404  Not Found [IP: 91.189.88.162 80]
Err:8 http://archive.ubuntu.com/ubuntu yakkety-backports Release
  404  Not Found [IP: 91.189.88.162 80]
Reading package lists...
E: The repository 'http://security.ubuntu.com/ubuntu yakkety-security Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu yakkety Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu yakkety-updates Release' does not have a Release file.
E: The repository 'http://archive.ubuntu.com/ubuntu yakkety-backports Release' does not have a Release file.
The command '/bin/sh -c apt update' returned a non-zero code: 100

Do we need to update from yakkety @wtfbbqhax ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions