Skip to content

Commit

Permalink
test: add some more compose tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed May 5, 2023
1 parent f558571 commit dcd7c2a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/import.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit dcd7c2a

Please sign in to comment.