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

Any plans to update the base Node.js image? #599

Closed
oreoluwa opened this issue Mar 3, 2020 · 2 comments
Closed

Any plans to update the base Node.js image? #599

oreoluwa opened this issue Mar 3, 2020 · 2 comments

Comments

@oreoluwa
Copy link
Contributor

oreoluwa commented Mar 3, 2020

Given that Node.js v8 reached EOL this January(see here), I was wondering whether there were plans underway to update the Node version.
In addition to that, Node 8's image wasn't built with arm v7 architecture, but I think subsequent LTS releases included that.

DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect node:8.15.0-alpine
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect node:10.19.0-alpine
DOCKER_CLI_EXPERIMENTAL=enabled docker manifest inspect node:12.16.1-alpine # LTS

Also, I was wondering what the criteria for the selection of a Node version were?
Because, I've been using the current LTS(12.16.x) for a while now, and I've not observed any issues with this so far.

@alalamav
Copy link
Contributor

alalamav commented Mar 3, 2020

HI @oreoluwa, we would like to update the Node image version soon. I have been running into content-trust issues when trying to pull the node:10.19.0-alpine and node:12.6.1-alpine images in my local machine. I did some digging around and found these issues; it seems like the latest node images are unsigned.

Have you run into these issues? Did you have to disable docker content trust for it to work?

@oreoluwa
Copy link
Contributor Author

oreoluwa commented Mar 4, 2020

Ha, I see and yes, I had disabled DCT for some time on my machine now.
You are absolutely right, enabling DCT breaks my build.
I knew there must have been something else holding back those updates, beyond what was mentioned in #326
Thanks for clarifying.
FWIW, one of node:alpine's image that was created about a year ago is signed, but the manifest for armv7 wasn't included in the build too.😳😳😳😳

@oreoluwa oreoluwa closed this as completed Mar 4, 2020
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