mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Use fully qualified image names (e.g. "docker.io/...") in Dockerfiles instead of relying on implicit registry resolution. This makes the registry explicit and avoids ambiguity in environments where Docker and Podman may use different default registries. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
1 line
37 B
Text
1 line
37 B
Text
FROM docker.io/arm32v7/ubuntu:bionic
|