Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Don't use docker daemon to download images (nodeadm download) #100

@asafo

Description

@asafo

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)

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions