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
REPOSITORY TAG
hashtopolis/frontend latest
hashtopolis/backend latest
"docker compose up" returns:
db Error Get "https://registry-1.docker.io/v2/": dial tcp lookup registry-1.docker.io on <local-ip>... 0.0.s
Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on <local-ip>:53 no such host.
Inspected "docker-compose.yml" and both images are listed as:
Version Information
0.14.3
Hashcat
No response
Description
Docker: 27.3.1 build ce12230
WSL2: Ubuntu 24.0.1 (Kernel: 5.15.167.4)
Versions of hashtopolis-frontend and hashtopolis-backend: 0.14.3 (I guess, pulled the docker images 2024-12-08).
Intended result:
Being able to deploy hashtopolis-frontend and hashtopolis-backend on an air-gapped machine.
Actual result:
Docker always tries to fetch the images remotely even though they are downloaded and "loaded" locally.
Reproduction:
On a machine with internet access:
1)
and
and
On the offline / air-gapped machine:
1)
"docker images" returns:
Inspected "docker-compose.yml" and both images are listed as:
which should conform to what I have locally (see "docker images"):
Even tried to rename the images:
if the "/" denotes a remote repository (the repo "hashtopolis" with the images "frontend" and "backend" and both having the "latest" as their tag.
Changed in the docker-compose.yml so it looks for:
hashtopolis-frontend:latest
hashtopolis-backend:latest
Still receive the same error as before.
pull_policy: if_not_present
to the "docker-compose.yml"; no change.
and changed the "docker-compose.yml" to reflect the new image names; no change.
Appreciate your help!
Best Regards
The text was updated successfully, but these errors were encountered: