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

Platform i386 removed from node alpine v12 & v14 #947

Closed
VonOx opened this issue Nov 12, 2020 · 0 comments
Closed

Platform i386 removed from node alpine v12 & v14 #947

VonOx opened this issue Nov 12, 2020 · 0 comments

Comments

@VonOx
Copy link
Contributor

VonOx commented Nov 12, 2020

This nodejs/docker-node#1344

will break i386 build on node alpine v12 & v14 ( new lts ) based on manifest

docker manifest inspect -v library/node:12-alpine | jq '.[].Descriptor.platform'

{
  "architecture": "amd64",
  "os": "linux"
}
{
  "architecture": "arm",
  "os": "linux",
  "variant": "v6"
}
{
  "architecture": "arm",
  "os": "linux",
  "variant": "v7"
}
{
  "architecture": "arm64",
  "os": "linux",
  "variant": "v8"
}
{
  "architecture": "ppc64le",
  "os": "linux"
}
{
  "architecture": "s390x",
  "os": "linux"
}

This is not a problem for now with circlci because we do not use manifest ( of node-alpine ) for our multiarch build ( force pull arch specific )
image

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

1 participant