File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
docker_image=" ${1} "
6
6
7
- docker run --pull=always -e OBS_PROJECT=" ${OBS_PROJECT:- } " -e CRYSTAL_VERSION=" ${CRYSTAL_VERSION:- } " --rm -v $( pwd) /scripts:/scripts -v $( pwd) /support:/support $docker_image / bin/sh -c " /support/test-install.sh ${@: 2} "
7
+ docker run --pull=always -e OBS_PROJECT=" ${OBS_PROJECT:- } " -e CRYSTAL_VERSION=" ${CRYSTAL_VERSION:- } " --rm -v $( pwd) /scripts:/scripts -v $( pwd) /support:/support -w / --entrypoint / bin/sh $docker_image -c " /support/test-install.sh ${@: 2} "
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bats
2
+
3
+ @test " Amazon Linux 2023" {
4
+ ./test-install-on-docker.sh amazonlinux:2023
5
+ }
6
+
7
+ # This image is stripped down and only comes with microdnf
8
+ @test " Amazon Linux 2023 Lambda" {
9
+ ./test-install-on-docker.sh public.ecr.aws/lambda/provided:al2023
10
+ }
You can’t perform that action at this time.
0 commit comments