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 5a8ece9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/import.bats
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,20 @@ cimg-import:
dest: /
run: |
[ -d /var/lib/apk ]
compose-img:
from:
type: scratch
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 5a8ece9

Please sign in to comment.