This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/tests/ops
Andrea Luzzardi 692bd72095 support registry auth
HACK: the way buildkit works, we can only supply an Auth Provider for the entirety of the build session (`dagger up`). Therefore, we start by scanning all auth in the entire Cue tree and supply an auth provider for all of them.

Drawbacks:
- As soon as you add `auth` in a Pipeline for a registry, all other Pipelines have access to the same registry
- You can't use different credentials for the same registry

Fixes #301

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-20 15:28:33 -07:00
..
copy tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
dockerbuild tests: migrate ops test to bats 2021-04-14 16:15:04 -07:00
exec tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
export tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
fetch-container tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
fetch-git tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
load tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
mounts/valid tests: ops: use proper imports 2021-04-14 16:44:34 -07:00
push-container support registry auth 2021-04-20 15:28:33 -07:00
subdir/simple tests: ops: use proper imports 2021-04-14 16:44:34 -07:00