Files
distrobox/pkg
Emanuele De Cupis de36027ed0 fix(ephemeral): avoid name collisions when generating random container name (#2108)
Generate the random ephemeral container name in a loop that re-rolls if
the name already exists according to the container manager, and fail
loudly after a small number of attempts. Dry-run mode bypasses the
existence check to match the rest of the dry-run pipeline.

Also extends MockContainerManager with an optional ExistsFn override so
tests can simulate collisions without changing behavior for existing
tests (the default still returns false).
2026-06-14 13:04:28 +02:00
..
2026-06-14 13:04:28 +02:00
2026-06-14 13:04:28 +02:00