ecd1ced719
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
11 lines
172 B
Bash
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
|
|
}
|