Information
When upgrading either the UCP or DTR components of Docker Enterprise, the newer images are pulled (or unpacked if offline) onto Engine nodes in a cluster. Once the upgrade is complete, one must manually remove all old image version from the cluster nodes to meet the requirements of this control.
When upgrading the Docker Engine - Enterprise component of Docker Enterprise, the old package version is automatically replaced.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Remove all outdated UCP and DTR container images from all nodes in the cluster:
via CLI: As a Docker EE admin, execute the following commands using a client bundle:
docker rmi -f $(docker images --filter reference='docker/ucp*:[outdated_tags]' -q)
docker rmi -f $(docker images --filter reference='docker/dtr*:[outdated_tags]' -q)