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
Building with -X github.com/containers/image/v5/sysregistries.systemRegistriesConfPath=/abc/etc/containers/registries.conf override is not honoured
#2568
Open
heitbaum opened this issue
Sep 14, 2024
· 1 comment
Thanks for reaching out. Using exactly that -ldflags option when building Skopeo does affect the path for me:
% …/skopeo copy docker://a docker://b
FATA[0000] Error loading trust policy: open /storage/.kodi/addons/service.system.podman/etc/containers/policy.json: no such file or directory
What are the steps to reproduce / actual results / expected results?
Note that in a Podman remote scenario, the policy that mostly (exclusively?) applies is the one on the server side (typically inside the VM).
When building podman 5.2.2 with custom registries.conf - the options are not honoured.
image/pkg/sysregistriesv2/system_registries_v2.go
Line 26 in 31d4ad1
The text was updated successfully, but these errors were encountered: