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

chore: Use node 16 for base docker image #568

Merged
merged 1 commit into from
Jan 22, 2022

Conversation

pedrolamas
Copy link
Contributor

@pedrolamas pedrolamas commented Jan 22, 2022

The npm docker image is using node:buster as base image, and that currently points to Node 17 (current, not LTS)

Node 17 introduced a new OpenSSL provider and some dependencies do not work with it (though one can set NODE_OPTIONS to --openssl-legacy-provider in order to use the legacy provider)

As the existing workflow is using Node 16, the easiest fix is to just point the base image to Node 16, hence this fix.

Fixes #567

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas force-pushed the pedrolamas/fix-docker branch from c19e5a7 to 7349153 Compare January 22, 2022 12:13
@meteyou meteyou changed the title Use node 16 for base docker image chore: Use node 16 for base docker image Jan 22, 2022
@meteyou meteyou merged commit 8a9bc45 into mainsail-crew:develop Jan 22, 2022
@pedrolamas pedrolamas deleted the pedrolamas/fix-docker branch January 23, 2022 02:48
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

Successfully merging this pull request may close these issues.

Docker dev container doesn't start
2 participants