Skip to content

Node 10.14 and 10.15 slim images are not being built for ARM64 #985

@carlosedp

Description

@carlosedp

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions