You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With Debian 11.3 and podman 3.0.1, I am getting this:
$ podman build -f ./container-mongo/Dockerfile -t mongo_db .STEP 1: FROM mongo:5.0Error: error creating build container: short-name "mongo:5.0" didnot resolve to an alias and no unqualified-search registries aredefined in "/etc/containers/registries.conf"
The above seems to work fine on macOS 12.4 Monterey and podman 4.1.1.
Perhaps Docker container registry isn't enabled by default on Debian?
The text was updated successfully, but these errors were encountered:
With Debian 11.3 and podman 3.0.1, I am getting this:
The above seems to work fine on macOS 12.4 Monterey and podman 4.1.1.
Perhaps Docker container registry isn't enabled by default on Debian?
The text was updated successfully, but these errors were encountered: