offline deployment #41

Open
opened 2026-04-05 16:16:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @FollowTheWizard on 2/12/2026

Is your feature request related to a problem? Please describe.
container does not come up without internet connection

Describe the solution you'd like
i want to deploy the docker container off-line, where everything is already installed and nothing has to get downloaded after deployment

Describe alternatives you've considered
alternative docker images

Additional context
error meassage i get when i use ther internal flag for network
networks:
open-archiver-net:
driver: bridge
internal: true

open-archiver |  ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/pnpm: request to https://registry.npmjs.org/pnpm failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org
open-archiver |
open-archiver | This error happened while installing a direct dependency of /root/.local/share/pnpm/.tools/pnpm/10.13.1_tmp_7
open-archiver |  ERROR  Command failed with exit code 1: pnpm add pnpm@10.13.1 --loglevel=error --allow-build=@pnpm/exe --no-dangerously-allow-all-builds --config.node-linker=hoisted --config.bin=bin
open-archiver | For help, run: pnpm help install

*Originally created by @FollowTheWizard on 2/12/2026* **Is your feature request related to a problem? Please describe.** container does not come up without internet connection **Describe the solution you'd like** i want to deploy the docker container off-line, where everything is already installed and nothing has to get downloaded after deployment **Describe alternatives you've considered** alternative docker images **Additional context** error meassage i get when i use ther internal flag for network networks: open-archiver-net: driver: bridge internal: true open-archiver |  ERR_PNPM_META_FETCH_FAIL  GET https://registry.npmjs.org/pnpm: request to https://registry.npmjs.org/pnpm failed, reason: getaddrinfo EAI_AGAIN registry.npmjs.org open-archiver | open-archiver | This error happened while installing a direct dependency of /root/.local/share/pnpm/.tools/pnpm/10.13.1_tmp_7 open-archiver |  ERROR  Command failed with exit code 1: pnpm add pnpm@10.13.1 --loglevel=error --allow-build=@pnpm/exe --no-dangerously-allow-all-builds --config.node-linker=hoisted --config.bin=bin open-archiver | For help, run: pnpm help install
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#41