docker-gitlab icon indicating copy to clipboard operation
docker-gitlab copied to clipboard

Relative URL Does Not Work If There Is No Access to NPM Registry

Open shplishka opened this issue 7 months ago • 1 comments

When I use GITLAB_RELATIVE_URL_ROOT It reinstalls all the Node modules (Link to Code).

However, when running this in an airgapped environment without access to the NPM registry, it gets stuck because it cannot find the modules to install.

Steps to Reproduce: Set up an airgapped environment without NPM registry access. Use the GITLAB_RELATIVE_URL_ROOT at the specified location in the code.

Expected Behavior The Node modules should not attempt to reinstall, or there should be an alternative method to handle this in an airgapped environment.

Actual Behavior: The process gets stuck and cannot find the modules to install.

Is there a workaround or an alternative approach to handle this situation in an airgapped environment?

link to another issue where i found it - https://github.com/sameersbn/docker-gitlab/issues/2964#issuecomment-2247506803

shplishka avatar Jul 24 '24 10:07 shplishka