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