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

alpine3.12 images only have linux/amd64 #1330

Closed
ttshivers opened this issue Sep 19, 2020 · 4 comments
Closed

alpine3.12 images only have linux/amd64 #1330

ttshivers opened this issue Sep 19, 2020 · 4 comments

Comments

@ttshivers
Copy link
Member

On Dockerhub, *-alpine3.12 only have linux/amd64 and no other architectures. It appears as if they should have more architectures:
https://github.com/nodejs/docker-node/blob/master/architectures
https://github.com/nodejs/docker-node/blob/master/12/architectures
https://github.com/nodejs/docker-node/blob/master/14/architectures

ttshivers added a commit to synclounge/syncloungeserver that referenced this issue Sep 19, 2020
Opened issue about architectures for alpine3.12 at
nodejs/docker-node#1330
ttshivers added a commit to ttshivers/synclounge that referenced this issue Sep 19, 2020
Opened issue about architectures for alpine3.12 at
nodejs/docker-node#1330
@nschonni
Copy link
Member

@tianon could this be from an issue caused with the images not building correctly on the official-images extended CI?

ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 19, 2020
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 19, 2020
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 19, 2020
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 19, 2020
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 22, 2020
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs nodejs#1330
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 22, 2020
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs nodejs#1330
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 22, 2020
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs nodejs#1330
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 22, 2020
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs nodejs#1330
ttshivers added a commit to ttshivers/docker-node that referenced this issue Sep 22, 2020
In alpine3.12, they removed the python package in favor of either
python2 or python3.
https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.12.0#python2_no_longer_provides_python_and_python-devel

However, nodejs 12, 10 require python2 for building from source. I added
a change in update.sh that swaps out python3 for python2 in those older
versions for alpine Dockerfiles.

Refs nodejs#1330
@nschonni
Copy link
Member

nschonni commented Oct 3, 2020

https://doi-janky.infosiftr.net/job/multiarch/view/images/view/node/
Looks like it's mostly fixed, but x86 is failing on 12 and 14 for all Alpine versions

@ttshivers
Copy link
Member Author

Yep! Looks like this issue is all resolved now

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

2 participants