Skip to content

Discussion about possible Kanto feature "Create container from local image file" #193

@LudwigWeise

Description

@LudwigWeise

I have a question/proposal for a feature of Kanto in the area of Kanto deployment:

Usually in the deployment descriptor files (json) there is this URL, telling from which container-registry the container should be downloaded i.e. "ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:build-172"

     "container_name": "self-update-agent",
     "image": {
          "name": "ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:build-172"
     },

We would love to have a feature that allows to set a "path-to-local-folder-with-container-image" instead of the url to the container-registry. So in the example above replacing "ghcr.io/eclipse-leda/leda-contrib-self-update-agent/self-update-agent:build-172" by "/etc/container-management/containers/self-update-agent-image-file.tar".

Background is: we want to provide some basic containers (i.e. VUM, CUA and SUA) as part of the distro-image, in order to be able to install these containers, even if we are not connected to internet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions