-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
That would be because the images are based on Debian Jessie and Jessie has transitioned LTS and does not support those arches anymore. |
Okay thanks! |
@yosifkit, what should we recommend people do instead of |
Ideally there'd be stretch variants of Node 8 and the Jessie variants dropped after a time. |
Any plans to move the |
I have downloaded the
node:8
image on a ppc64le machine and I am having issues runningapt-get update
Error:
Steps to reproduce:
docker pull node:8
docker run -it node:8 bash
apt-get update
The same occurs on
s390x
.The text was updated successfully, but these errors were encountered: