1
0
Fork 0
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:
Jason Hall 2025-10-15 14:59:48 -04:00
parent bcdf3896e3
commit ce4fb911a7
3 changed files with 14 additions and 27 deletions

View file

@ -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