You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/tests
Justin Chadwell e206c585bb build: error on attests on non-multiplatform driver
On drivers that do not support multi-platform builds (the default
`docker` driver), we do not support building attestations (unless using
the containerd store).

We need to check this feature before attempting to build using
attestations.

Also adds a test to ensure that attestations can be pushed to registries
at all, and that it adequately fails on the docker driver.

Signed-off-by: Justin Chadwell <me@jedevc.com>
1 year ago
..
workers test: register docker worker with containerd snapshotter 2 years ago
bake.go tests: add simple local bake test 2 years ago
build.go build: error on attests on non-multiplatform driver 1 year ago
imagetools.go tests: add integration test for imagetools create 1 year ago
inspect.go test: fix inspect and ls 2 years ago
integration.go build: prefer local image resolution for docker driver 2 years ago
integration_test.go tests: add integration test for imagetools create 1 year ago
ls.go test: fix inspect and ls 2 years ago