1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

Dockerfile: debian based build

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-08-30 12:48:43 +02:00
parent 2f246b8570
commit 29c449aea8
3 changed files with 18 additions and 9 deletions
+2
View File
@@ -16,6 +16,8 @@ func TestPassHelper(t *testing.T) {
Secret: "isthebestmeshuggahalbum",
}
_ = helper.CheckInitialized()
helper.Add(creds)
creds.ServerURL = "https://foobar.docker.io:9999/v2"