mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
The Skopeo images set `REGISTRY_AUTH_FILE=/auth.json` which is breaking non-root users inside the container from logging in (`/` is writable by root only). Setting it to `/tmp/auth.json` will support running non-root users inside the container. Fixes: #1233 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>