# Adding prefix docker.io for image references for podman/fedora support

**URL:** https://f.docs.rw/t/topic/133
**Category:** Предложения
**Created:** 2026-06-10T22:16:35Z
**Posts:** 1

## Post 1 by @remnawave — 2026-06-10T22:16:35Z

I suggest adding `docker.io/` prefixes for compose.yml image definitions, so redhat-based distros with podman deployments work without asking the source of the image.

Otherwise it asks for the source interactively, which gets ansible deployments stuck on this menu:

![Image](https://f.docs.rw/uploads/default/original/1X/701544bf0ba9fc4fd60399dc7b5080559efee0cb.png)

If I assume correctly, the image is supposed to be served from dockerhub, so simply adding `docker.io/` prefix to all images would make the instructions base distro and container runtime agnostic.
