mirror of
https://github.com/imjasonh/krust
synced 2026-07-18 06:56:13 +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
14
tests/testdata/custom_base_image.txt
vendored
14
tests/testdata/custom_base_image.txt
vendored
|
|
@ -16,8 +16,12 @@ fn main() {
|
|||
}
|
||||
|
||||
# Build with custom base image
|
||||
[linux] exec ./krust build --no-push --platform linux/amd64 --image test.local/alpine-app:latest .
|
||||
[darwin] exec ./krust build --no-push --platform linux/amd64 --image test.local/alpine-app:latest .
|
||||
stderr 'Building Rust project'
|
||||
stderr 'base-image.*alpine'
|
||||
stderr 'Successfully built image'
|
||||
[linux] exec ./krust build --no-push --platform linux/amd64 .
|
||||
[linux] stderr 'Building Rust project'
|
||||
[linux] stderr 'base-image.*alpine'
|
||||
[linux] stderr 'Successfully built image'
|
||||
|
||||
[darwin] exec ./krust build --no-push --platform linux/amd64 .
|
||||
[darwin] stderr 'Building Rust project'
|
||||
[darwin] stderr 'base-image.*alpine'
|
||||
[darwin] stderr 'Successfully built image'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue