-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
2.5
-
False
-
-
False
-
Important
Description
Customer had issues with the security report due to unsecure Java and we find out that images after Containerized update are not cleaned up:
aapcontroller01p:~ podman images REPOSITORY TAG IMAGE ID CREATED SIZE registry.redhat.io/ansible-automation-platform-25/controller-rhel8 latest 3227b020bc02 4 weeks ago 1.85 GB registry.redhat.io/ansible-automation-platform-25/receptor-rhel8 latest 5d304caaff25 4 weeks ago 589 MB registry.redhat.io/rhel8/redis-6 latest 3c16489d96bf 6 weeks ago 331 MB <none> <none> de74d0a477e6 7 weeks ago 1.88 GB <none> <none> c212dbd0a545 7 weeks ago 331 MB <none> <none> 289e3561faf0 2 months ago 587 MB <none> <none> 8310b1076a4e 2 months ago 1.85 GB <none> <none> 47256b9bf191 2 months ago 587 MB <none> <none> 18dc5990025e 3 months ago 330 MB registry.redhat.io/rhel8/postgresql-15 latest 62923ea7c615 3 months ago 780 MB <none> <none> f495167ca182 3 months ago 1.87 GB <none> <none> 3224f0cdecd8 3 months ago 628 MB <none> <none> af0a013a0e5f 4 months ago 780 MB <none> <none> d1ac7f5a7fb7 4 months ago 330 MB <none> <none> 2043b6dad9be 4 months ago 1.87 GB <none> <none> 0b4d19067f06 4 months ago 621 MB <none> <none> 64434c6317e6 5 months ago 780 MB <none> <none> 2f69df537ae5 5 months ago 330 MB
- This applies on all servers and also "podman in podman" aka eda:
podman exec -it automation-eda-worker-1 podman images REPOSITORY TAG IMAGE ID CREATED SIZE aap.porscheinformatik.com/de-supported-rhel8 latest 32e5a78f69d7 4 weeks ago 681 MB registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8 latest 32e5a78f69d7 4 weeks ago 681 MB <none> <none> 0579ad154bbe 2 months ago 678 MB <none> <none> 41b89495b28a 2 months ago 678 MB <none> <none> c261c7a5fdf3 3 months ago 687 MB
Steps to Reproduce
Install older version of the installer and then do upgrade
Check podman images on server
Actual Behavior
<none> images are not cleaned
Expected Behavior
Installer should run podman image prune to clean up old images
Additional Context
N/A