Commit Graph

2 Commits (238790e740553c10da2e266bbb23dff0948539e6)

Author SHA1 Message Date
Sebastiaan van Stijn 238790e740
test: relax validation of TEST_BUILDKIT_IMAGE to reduce direct dependencies
commit 2d124e0ce9 added some integration-tests,
and as part of those tests added github.com/distribution/distribution/v3 as a
direct dependency.

github.com/distribution/distribution/v3 is unreleased, and is still receiving
backward breaking changes. While this dependency is already used elsewhere,
it looks like the only use in buildx was for a sanity check of the custom
TEST_BUILDKIT_IMAGE; we can probably relax that check to avoid adding the
direct dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2 years ago
Justin Chadwell 2d124e0ce9 test: add basic integration tests
Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago