Deniz Genç
Deniz Genç
Fixes #350. I've changed the order of the `uname -s` and `uname -m` steps in order to make this work. As such, I've created a new variable, `kernel`, that is...
The intent of #287 was to allow users on `arm64` architectures to download `amd64` binaries if there was no `arm64` binary available. However, it was mostly tested against Linux, which...
# Description Different tests log their name at different log levels: - `Info` level logging: - File existence: https://github.com/GoogleContainerTools/container-structure-test/blob/main/pkg/types/v2/file_existence.go#L89 - file_content: https://github.com/GoogleContainerTools/container-structure-test/blob/main/pkg/types/v2/file_content.go#L60 - `Debug` level logging: - command: https://github.com/GoogleContainerTools/container-structure-test/blob/main/pkg/types/v2/command.go#L84 -...