fix alpine test + only select major versions for aws pkgs

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-04-14 13:35:48 -07:00
parent 39f7170cc5
commit 8e5024db37
2 changed files with 9 additions and 8 deletions

View File

@@ -24,10 +24,10 @@ import (
op.#Load & {
from: alpine.#Image & {
"package": package
"package": bash: "=5.1.0-r0"
"package": jq: "=1.6-r1"
"package": curl: "=7.74.0-r1"
"package": "aws-cli": "=1.18.177-r0"
"package": bash: "=~5.1"
"package": jq: "=~1.6"
"package": curl: "=~7.74"
"package": "aws-cli": "=~1.18"
}
},
]