Podman pull with authentication fails with authenticationrequired if --rootful is set #24218
Labels
kind/bug
Categorizes issue or PR as related to a bug.
machine
macos
MacOS (OSX) related
remote
Problem is in podman-remote
stale-issue
Issue Description
podman pull mynexus:5000/alpine --log-level=debug
fails with authenticationrequiredThis happens only if machine is set to rootful before start:
podman machine set --rootful
When connecting to the machine with
podman machine ssh
the same commandpodman pull ...
works from within the machineSteps to reproduce the issue
Steps to reproduce the issue
brew info podman
shows:/Users/xxx/.config/containers/registries.conf
topodman login mynexus:5000
Which shows
Login Succeeded!
podman machine init
<--- Downloads an image from nexus which workspodman machine set --rootful
podman machine start
podman pull mynexus:5000/alpine --log-level=debug
failsDescribe the results you received
podman pull mynexus:5000/alpine --log-level=debug
Describe the results you expected
podman pull works with authentication no matter if -rootful is activated or not
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: