Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Broken dockerization #80

Open
HerrNaN opened this issue May 23, 2019 · 2 comments
Open

Broken dockerization #80

HerrNaN opened this issue May 23, 2019 · 2 comments

Comments

@HerrNaN
Copy link

HerrNaN commented May 23, 2019

Running docker-compose up --build results in the following:

nan@vega ~/p/bookIT (master)> sudo docker-compose up --build
Building web
Step 1/21 : FROM ruby:2.3.3
 ---> 0e1db669d557
Step 2/21 : RUN apt-get update && apt-get install -y net-tools nodejs
 ---> Running in 2d41874574fc
Ign http://deb.debian.org jessie InRelease
Get:1 http://deb.debian.org jessie-updates InRelease [7340 B]
Get:2 http://security.debian.org jessie/updates InRelease [44.9 kB]
Get:3 http://deb.debian.org jessie Release.gpg [2420 B]
Get:4 http://deb.debian.org jessie Release [148 kB]
Get:5 http://deb.debian.org jessie/main amd64 Packages [9098 kB]
Get:6 http://security.debian.org jessie/updates/main amd64 Packages [846 kB]
Fetched 10.1 MB in 7s (1325 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease  Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.
ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update && apt-get install -y net-tools nodejs' returned a non-zero code: 100

This seems to indicate that the docker file is deprecated and should probably be updated

@HerrNaN
Copy link
Author

HerrNaN commented May 23, 2019

@malmers @lindskogen @gurr1 any ideas?

@lindskogen
Copy link
Contributor

lindskogen commented May 23, 2019

docker-library/ruby@5d977ba
Remove Ruby 2.3 (EOL)

Maybe we can try to upgrade ruby version?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants