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
Continuation of #2141, I'd like to have a system-wide local image "caching layer" of regularly updated common images for our users so they don't hit the network.
force_mask=shared does not seem to be honored, resulting in needing to reset repository permissions on each update.
Steps to reproduce the issue
create /etc/containers/storage.conf in line with article
NB: additional fields like runroot/graphroot are required since this article was written
as Repository ID Pull down images with the --root flag as described here.
Test visibility as root - additional images listed
Test visibility as another user - additional images listed (using workaround)
Create $HOME/.config/containers/storage.conf with additionalimagestores [ Pending Fix]
Seed Repo as repository id - podman --root /d/d1/ociro/containers/ pull ubi9
njl@fedora:~/.config/containers$ podman info
Error: open /d/d1/ociro/containers/overlay-images/images.lock: permission denied
Issue Description
I have been unable to successfully follow the guide for setting up a read-only image store as described here:
https://www.redhat.com/sysadmin/image-stores-podman
Continuation of #2141, I'd like to have a system-wide local image "caching layer" of regularly updated common images for our users so they don't hit the network.
force_mask=shared does not seem to be honored, resulting in needing to reset repository permissions on each update.
Steps to reproduce the issue
podman --root /d/d1/ociro/containers/ pull ubi9
Steps to workaround the issue
** Podman Info**
Repo-Owner Config
The text was updated successfully, but these errors were encountered: