From 3be647101825f671e1749c49d27c2fcb99e9521b Mon Sep 17 00:00:00 2001 From: Morten Siebuhr Date: Fri, 7 Jun 2024 22:23:39 +0200 Subject: [PATCH] fix: Support global credsStore in docker config (#602) --- e2e/pull/test.bats | 11 +++++++++++ oci/private/authn.bzl | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/e2e/pull/test.bats b/e2e/pull/test.bats index bf920f5c..77def374 100644 --- a/e2e/pull/test.bats +++ b/e2e/pull/test.bats @@ -91,6 +91,17 @@ EOF assert_success } +@test "global credstore" { + cat > "$DOCKER_CONFIG/config.json" < "$DOCKER_CONFIG/config.json" <