diff --git a/test/import.bats b/test/import.bats index a256bd25..2623918e 100644 --- a/test/import.bats +++ b/test/import.bats @@ -405,6 +405,21 @@ cimg-import: dest: / run: | [ -d /var/lib/apk ] + +compose-img: + from: + type: oci + url: $CENTOS_OCI + import: + - path: docker://ghcr.io/homebrew/core/openssl/1.1:1.1.1k + dest: / + - path: docker://ghcr.io/homebrew/core/curl:8.0.1 + dest: / + - path: docker://ghcr.io/homebrew/core/ca-certificates:2022-10-11 + dest: / + run: | + [ -f /curl/8.0.1/bin/curl ] + [ -f /ca-certificates/2022-10-11/share/ca-certificates/cacert.pem ] EOF stacker build }