mirror of
https://github.com/imjasonh/krust
synced 2026-07-18 23:16:03 +00:00
successfully pushed to GAR
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
d095c26871
commit
e47442d04d
23 changed files with 406 additions and 299 deletions
4
tests/testdata/verbose_logging.txt
vendored
4
tests/testdata/verbose_logging.txt
vendored
|
|
@ -13,6 +13,6 @@ fn main() {
|
|||
}
|
||||
|
||||
# Build with --verbose should show DEBUG logs
|
||||
[linux] exec ./krust --verbose build --no-push --platform linux/amd64 --image test.local/myapp:latest .
|
||||
[darwin] exec ./krust --verbose build --no-push --platform linux/amd64 --image test.local/myapp:latest .
|
||||
[linux] exec ./krust --verbose build --no-push --platform linux/amd64 .
|
||||
[darwin] exec ./krust --verbose build --no-push --platform linux/amd64 .
|
||||
stderr 'DEBUG'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue