Skip to content

Commit

Permalink
fix image test, update lock
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Sep 26, 2024
1 parent e703f25 commit 3a53237
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
38 changes: 19 additions & 19 deletions examples/multi_arch_and_repo/apko.lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/multi_arch_and_repo/apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contents:
- openssh
- jq
- unzip
- curl
- curl~8.9.0
- openssl
- chainctl # something from extras
- busybox
Expand Down
9 changes: 5 additions & 4 deletions examples/multi_arch_and_repo/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ commandTests:
command: "cat"
args: ["/etc/os-release"]
expectedOutput:
- ID=custom_alpine
- NAME="Custom Alpine"
- VERSION_ID=0.0.0
- HOME_URL="https://github.com/chainguard-dev/apko"
- NAME="Wolfi"
- PRETTY_NAME="Wolfi"
- VERSION_ID="20230201"
- HOME_URL="https://wolfi.dev"
- BUG_REPORT_URL="https://github.com/wolfi-dev/os/issues"

0 comments on commit 3a53237

Please sign in to comment.