mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-07 00:32:28 +00:00
6 lines
183 B
Bash
Executable file
6 lines
183 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
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
|