toolbox/test/system/999-teardown.bats
Ondřej Míchal ecd1ced719 cmd/create: Add option --authfile
The option accepts a path to a file that is passed to an internal call
to 'podman pull' via the '--authfile' option. This will make it easier
to pull images from registries with authentication in-place.

Fixes https://github.com/containers/toolbox/issues/689

https://github.com/containers/toolbox/pull/935
2022-03-20 18:08:42 +02:00

11 lines
172 B
Bash

#!/usr/bin/env bats
load 'libs/helpers'
@test "test suite: Teardown" {
_setup_environment
_clean_cached_images
_clean_docker_registry
_clean_temporary_storage
}