Files
infix/test/case/infix_containers
Joachim Wiberg f53d26bf34 container: upgrade fixes for mutable images
Container instances that run with mutable images, e.g., tagged with `:latest`
or similar non-versioned tags, can be upgraded without changing the config.

This commit fixes two issues found with this support:

- force container image re-fetch on upgrade, even if the file exists locally
- surgically remove old image from container store after upgrade

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-10-23 15:23:54 +02:00
..

:testgroup:
== infix-containers

Tests verifying Infix Docker container support:

 - Basic web server container running in host network mode
 - Container enable/disable functionality via configuration  
 - Container environment variable configuration and access
 - Common setup with docker0 bridge and automatic VETH pairs
 - Connecting containers with VETH pairs to standard Linux bridges
 - Assigning physical Ethernet interfaces to containers
 - Container upgrades with persistent volume data
 - Firewall container running in host network mode with full privileges

include::container_basic/Readme.adoc[]

<<<

include::container_enabled/Readme.adoc[]

<<<

include::container_environment/Readme.adoc[]

<<<

include::container_bridge/Readme.adoc[]

<<<

include::container_phys/Readme.adoc[]

<<<

include::container_veth/Readme.adoc[]

<<<

include::container_volume/Readme.adoc[]

<<<

include::container_firewall_basic/Readme.adoc[]

<<<

include::container_host_commands/Readme.adoc[]