You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was working fine before, so I'm not sure what's changed. I have this running inside a Docker image that in turn can use Docker (Docker in Docker).
Here is my .releaserc.json (my package.json only includes package dependencies and versions):
It looks like docker isn't installed. ENOENT is entity not found. So either the binary is missing or one of the relative paths is pointing to a file that isn't there
Hi @esatterwhite,
When I try to build my Docker image using this plugin in my CI/CD pipeline in GitLab, I get this error:
Here is the relevant part of the CI job log:
https://gist.github.com/knjk04/d8792489979a765fd0f76156b8f7f9ac
This was working fine before, so I'm not sure what's changed. I have this running inside a Docker image that in turn can use Docker (Docker in Docker).
Here is my .releaserc.json (my package.json only includes package dependencies and versions):
I am using version 4.4.0
Do you have any thoughts on why I might be getting this error and what I can do to fix this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: