kentonatsu

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024
01:51 AM
- 693 Views
DO188, Section 3.2: Cant pull images from public repository
I was doing the lab but I can't pull images from the repository that I changed setting from private to pubulic.
I have logout from all using "podman logout --all".
What is the problem???
1 Reply
daveyhour

Cadet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024
05:54 AM
- 410 Views
The problem could be due to:
- Authentication Cache: Clear credentials using rm -f ~/.config/containers/auth.json.
- Incorrect URL: Ensure you're using the correct repository URL.
- Visibility Propagation: Wait for the public setting to take effect.
- Registry-Specific Settings: Double-check repository settings for public access.
- Debugging: Use podman --log-level debug pull <image> to identify the issue.
Join the discussion
You must log in to join this conversation.