diff options
Diffstat (limited to 'pkg/container/testdata/docker-pull-options')
-rw-r--r-- | pkg/container/testdata/docker-pull-options/config.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/container/testdata/docker-pull-options/config.json b/pkg/container/testdata/docker-pull-options/config.json new file mode 100644 index 0000000..c8b8e7c --- /dev/null +++ b/pkg/container/testdata/docker-pull-options/config.json @@ -0,0 +1,7 @@ +{ + "auths": { + "https://index.docker.io/v1/": { + "auth": "dXNlcm5hbWU6cGFzc3dvcmQK" + } + } +} |