From: David Galloway Date: Tue, 28 Jul 2026 21:23:25 +0000 (-0400) Subject: Revert "bwc: pin podman auth to a persistent authfile" X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54a9a6643000ae9e1517cbee79900c4faa813c2d;p=ceph-build.git Revert "bwc: pin podman auth to a persistent authfile" This reverts commit aae7f2fd4e6efd45f36e0e9fa342b9d2db252bfd. --- diff --git a/scripts/bwc.sh b/scripts/bwc.sh index 184a3e30d..668386685 100644 --- a/scripts/bwc.sh +++ b/scripts/bwc.sh @@ -83,10 +83,7 @@ bwc_login() { if [ -z "${DOCKER_HUB_USERNAME}" ] || [ -z "${DOCKER_HUB_PASSWORD}" ]; then return 0 fi - export REGISTRY_AUTH_FILE="${HOME}/.config/containers/auth.json" - mkdir -p "${REGISTRY_AUTH_FILE%/*}" - podman login --authfile "${REGISTRY_AUTH_FILE}" \ - -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}" docker.io + podman login -u "${DOCKER_HUB_USERNAME}" -p "${DOCKER_HUB_PASSWORD}" docker.io } # bwc_arch - Print the architecture of the current host in the style