RIOT-OS / riotdocker

Dockerfiles for creating build environment for building RIOT projects.
34 stars 45 forks source link

Usability with podman #223

Closed chrysn closed 10 months ago

chrysn commented 1 year ago

Our containers are usable with podman, but to build them, the images need to be addressed properly.

So far, it seems to me that substituting DOCKER_REGISTRY="riot" with DOCKER_REGISTRY="docker.io/riot" suffices to do the trick, but I'm running into too many possibly-related-possibly-unrelated issues right now to tell, thus no PR yet.