mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 04:50:26 +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>
5 lines
109 B
Text
5 lines
109 B
Text
FROM docker.io/library/ubuntu:24.04
|
|
|
|
COPY contrib/apt-install /bin/apt-install
|
|
|
|
RUN apt-install gcc-multilib
|