Page MenuHomeVyOS Platform

container: add support for image manipulation based on tag name
Closed, ResolvedPublicFEATURE REQUEST

Description

From: https://github.com/vyos/vyos-1x/pull/3048#pullrequestreview-1899401560

We should add support for delete container image <name> to use a proper tagname instead of its image id.

We should also add support for a completion helper when new containers are added to the system to get a list of currently available images on the system:

cpo@LR1.wue3# set container name foo image
Possible completions:
   <text>               Image name in the hub-registry

Details

Version
-
Is it a breaking change?
Perfectly compatible