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>
6 lines
136 B
Text
6 lines
136 B
Text
FROM docker.io/dockcross/base:latest
|
|
|
|
ENV ARCH=mips
|
|
ENV SUBARCH=mips
|
|
ENV DEBIAN_ARCH=mips64el
|
|
ENV CROSS_TRIPLET=mips64el-linux-gnuabi64
|