kiwi-el8/test/unit/container
David Cassany 332d60f777
Support additional names for docker containers
Docker containers used to support the attribute `additionaltags` which
was used to provide multiple tags for the same image. Since only tags
were supported this commit renames the attribute to `additionalnames`
and now supports tags and names witht he following syntax:

* '<name>:<tag>' -> adds a full docker image reference including name
  and tag
* ':<tag>'       -> adds an additional tag while reusing the former name
* '<name>'       -> adds an additional name while reusing the former tag

Fixes #2045

Signed-off-by: David Cassany <dcassany@suse.com>
2022-03-09 18:19:31 +01:00
..
setup Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
appx_test.py Support nose and xunit style tests 2022-02-26 20:26:18 +01:00
init_test.py Refactor container factory classes 2020-12-15 20:19:10 +01:00
oci_test.py Support additional names for docker containers 2022-03-09 18:19:31 +01:00