diff options
| author | jannfis <jann@mistrust.net> | 2020-08-04 19:45:46 +0200 |
|---|---|---|
| committer | jannfis <jann@mistrust.net> | 2020-08-04 19:45:46 +0200 |
| commit | bb184543e516f17c5801242645b5d77d0244c538 (patch) | |
| tree | 79913d38a3f4566a4547d0923452a625518437c3 /test/testdata/docker | |
Initial commit
Diffstat (limited to 'test/testdata/docker')
| -rw-r--r-- | test/testdata/docker/invalid1-config.json | 7 | ||||
| -rw-r--r-- | test/testdata/docker/valid-config.json | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/testdata/docker/invalid1-config.json b/test/testdata/docker/invalid1-config.json new file mode 100644 index 0000000..244ff09 --- /dev/null +++ b/test/testdata/docker/invalid1-config.json @@ -0,0 +1,7 @@ +{ + "auths": { + "https://registry-1.docker.io/v2/": { + "auth": "Zm9vOmJhcg==" + } + } +} diff --git a/test/testdata/docker/valid-config.json b/test/testdata/docker/valid-config.json new file mode 100644 index 0000000..244ff09 --- /dev/null +++ b/test/testdata/docker/valid-config.json @@ -0,0 +1,7 @@ +{ + "auths": { + "https://registry-1.docker.io/v2/": { + "auth": "Zm9vOmJhcg==" + } + } +} |
