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

Unable to apt-get update on ppc64le #855

Closed
tomleah opened this issue Sep 14, 2018 · 5 comments
Closed

Unable to apt-get update on ppc64le #855

tomleah opened this issue Sep 14, 2018 · 5 comments

Comments

@tomleah
Copy link

tomleah commented Sep 14, 2018

I have downloaded the node:8 image on a ppc64le machine and I am having issues running apt-get update

Error:

W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/InRelease  Unable to find expected entry 'main/binary-ppc64el/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.

Steps to reproduce:

  • docker pull node:8
  • docker run -it node:8 bash
  • apt-get update

asciicast

The same occurs on s390x.

@yosifkit
Copy link
Contributor

That would be because the images are based on Debian Jessie and Jessie has transitioned LTS and does not support those arches anymore.

https://wiki.debian.org/LTS

@tomleah
Copy link
Author

tomleah commented Sep 17, 2018

Okay thanks!

@tomleah tomleah closed this as completed Sep 17, 2018
@BethGriggs
Copy link
Member

@yosifkit, what should we recommend people do instead of node:8 on ppc64le and s390x?

@tianon
Copy link
Contributor

tianon commented Oct 16, 2018

Ideally there'd be stretch variants of Node 8 and the Jessie variants dropped after a time.

@rnchamberlain
Copy link

Any plans to move the node:8 default images for ppc64le and s390x up to debian 'stretch' soon?

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

5 participants