Compare commits

..

3 Commits

Author SHA1 Message Date
IC
3f6d7cf742 Merge branch 'fix-qemu-raspi' into 'master'
Draft: Fix raspi_qemu build

See merge request redox-os/redox!1660
2025-10-26 15:53:59 +00:00
Jeremy Soller
a60e18dafb Merge branch 'timmydo/dockerfqdn' into 'master'
Update podman base container image reference to use fully qualified domain name

See merge request redox-os/redox!1663
2025-10-26 09:19:39 -06:00
Timmy Douglas
f72faa0829 Update podman base container image reference to use fully qualified domain name 2025-10-25 21:28:28 -07:00

View File

@ -1,6 +1,6 @@
# Configuration file to install the recipe dependencies inside the Podman container
FROM debian:trixie
FROM docker.io/library/debian:trixie
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,