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
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Trying to automate klusterkit packaging into a Dockerfile, but:
RUN nodeadm download
will fail: Failed to list images with error Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
I found no way to let the docker build command (re-)use the docker daemon.
There must be a way to implement this, i.e: download images and save to files, without running the docker cli and requiring a docker daemon (e.g: skopeo)