-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
The Node 10.14 and 10.15 images are not being built for ARM64 on -slim variants as can be seen on https://github.com/docker-library/official-images/blob/master/library/node.
The "full" stretch images are Ok.
$ query_image_manifest.sh node:10.14-stretch-slim
Image: node:10.14-stretch-slim
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
$ query_image_manifest.sh node:10.14.1-stretch-slim
Image: node:10.14.1-stretch-slim
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
$ query_image_manifest.sh node:10.14.1-jessie-slim
Image: node:10.14.1-jessie-slim
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
$ query_image_manifest.sh node:10.15-slim
Image: node:10.15-slim
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
$ query_image_manifest.sh node:10.14-slim
Image: node:10.14-slim
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
$ query_image_manifest.sh node:10.14-stretch
Image: node:10.14-stretch
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64
- linux/ppc64le
- linux/s390x
Metadata
Metadata
Assignees
Labels
No labels