-
Notifications
You must be signed in to change notification settings - Fork 9
Description
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
Labels
Type
Projects
Status