mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 00:55:14 +00:00
9 lines
345 B
Bash
Executable file
9 lines
345 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
time crane validate --remote=ko.kontain.me/github.com/google/ko/test:latest
|
|
time crane validate --remote=ko.kontain.me/github.com/google/ko/test:latest
|
|
|
|
time crane validate --remote=ko.kontain.me/github.com/google/ko/test:v0.10.0
|
|
time crane validate --remote=ko.kontain.me/github.com/google/ko/test:main
|