Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

build fails due to openSUSE 42.1 repo being EOL and gone #82

Closed
girtsf opened this issue Sep 1, 2017 · 2 comments
Closed

build fails due to openSUSE 42.1 repo being EOL and gone #82

girtsf opened this issue Sep 1, 2017 · 2 comments

Comments

@girtsf
Copy link

girtsf commented Sep 1, 2017

I noticed that my custom startup script that installed "patch" package with zypper started failing. Looks like build for the phabricator image is not working anymore either due to openSUSE 42.1 repo being gone:

$ docker build .
[..]
Building repository 'nodejs' cache [....done]
File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/repositories/openSUSE:/Leap:/42.1/standard/'

Abort, retry, ignore? [a/r/i/? shows all options] (a): a
ABORT request: Aborting requested by user

https://en.opensuse.org/Lifetime says that 42.1 was EOLed on May 17th 2017.

@hach-que
Copy link
Contributor

hach-que commented Sep 2, 2017

Bleh, I saw this happen the other day on one of my other Docker images.

Presumably it can be fixed by just changing the repos to point at 42.2 instead, though ideally I'd change the image to be Ubuntu if I had time (which I don't).

@cguentherTUChemnitz
Copy link
Contributor

I would suggest to use alpine linux instead. It is a very small and secure linux distribution especially designed for docker usage. This is also the reason why several official containers are currently moving to alpine, like mariadb e.g.

best,
Christian

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

3 participants