mirror of
https://github.com/imjasonh/krust
synced 2026-07-16 12:33:10 +00:00
small updates
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
bcdf3896e3
commit
ce4fb911a7
3 changed files with 14 additions and 27 deletions
8
Makefile
8
Makefile
|
|
@ -98,13 +98,9 @@ check: check-fmt lint test
|
|||
|
||||
push-ttl:
|
||||
@echo "Pushing to ttl.sh..."
|
||||
KRUST_REPO=ttl.sh/jason cargo run build ./example/hello-krust
|
||||
|
||||
push-gar:
|
||||
@echo "Pushing to gar.sh..."
|
||||
KRUST_REPO=us-central1-docker.pkg.dev/jason-chainguard/krust cargo run build ./example/hello-krust
|
||||
KRUST_REPO=ttl.sh/krust cargo run build ./example/hello-krust
|
||||
|
||||
run-built-image:
|
||||
@image=$$(KRUST_REPO=ttl.sh/jason cargo run build ./example/hello-krust) && \
|
||||
@image=$$(KRUST_REPO=ttl.sh/krust cargo run build ./example/hello-krust) && \
|
||||
echo "Running image: $$image" && \
|
||||
docker run --rm $$image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue