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

3.3.0 uses storage-engine which breaks installs in docker #1813

Closed
holyspidoo opened this issue Jun 21, 2020 · 4 comments
Closed

3.3.0 uses storage-engine which breaks installs in docker #1813

holyspidoo opened this issue Jun 21, 2020 · 4 comments

Comments

@holyspidoo
Copy link

Can't use version 3.3.0 in docker node:12 anymore because of dep on storage-engine which gives an
Error: EACCES: permission denied error

3.2.1 is fine

@DABH
Copy link
Contributor

DABH commented Jun 22, 2020

This has been addressed ^^, you can use master or 3.2.1 till we cut the next release

@DABH DABH closed this as completed Jun 22, 2020
@DABH
Copy link
Contributor

DABH commented Jun 22, 2020

3.3.1 was released

@mbwhite
Copy link

mbwhite commented Jun 22, 2020

Hi - just to say that this change has broken our system - we install node in a docker image that doesn't have git.

This change now it pulls a dependency from git gives a problem if git isn't present.

We're using

ARG NODE_VER=12.16.1
FROM node:${NODE_VER}-alpine

@guox191
Copy link
Contributor

guox191 commented Jun 22, 2020

@DABH
Hi, cloud you please use a npm diagnostics dependency rather than git? It's may be fragile in some network area to access the git address.

install diagnostics from git github:DABH/diagnostics#master, may be very slow, please keep patience

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

4 participants