2019-05-10 10:38:41 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
set -euxo pipefail
|
|
|
|
|
|
2020-12-30 06:00:44 -05:00
|
|
|
### buildpack
|
2019-05-10 10:38:41 -04:00
|
|
|
|
2021-01-02 10:33:12 -05:00
|
|
|
time crane validate --remote=buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go:ed393d
|
2020-12-30 06:00:44 -05:00
|
|
|
time crane validate --remote=buildpack.kontain.me/googlecloudplatform/buildpack-samples/sample-go:ed393d
|
2019-05-10 10:38:41 -04:00
|
|
|
|
2020-12-30 06:00:44 -05:00
|
|
|
### flatten
|
2019-05-10 11:32:33 -04:00
|
|
|
|
2020-12-30 06:00:44 -05:00
|
|
|
time crane validate --remote=flatten.kontain.me/busybox
|
|
|
|
|
time crane validate --remote=flatten.kontain.me/busybox
|
2019-05-16 09:21:47 -04:00
|
|
|
|
2020-12-30 06:00:44 -05:00
|
|
|
### kaniko
|
|
|
|
|
|
|
|
|
|
time crane validate --remote=kaniko.kontain.me/dockersamples/node-bulletin-board/bulletin-board-app:3f08afd
|
|
|
|
|
time crane validate --remote=kaniko.kontain.me/dockersamples/node-bulletin-board/bulletin-board-app:3f08afd
|
|
|
|
|
|
|
|
|
|
### ko
|
|
|
|
|
|
2021-01-02 10:33:12 -05:00
|
|
|
#time crane validate --remote=ko.kontain.me/github.com/google/ko/cmd/ko
|
|
|
|
|
#time crane validate --remote=ko.kontain.me/github.com/google/ko/cmd/ko
|
2020-12-30 06:00:44 -05:00
|
|
|
|
|
|
|
|
### mirror
|
|
|
|
|
|
|
|
|
|
time crane validate --remote=mirror.kontain.me/busybox
|
|
|
|
|
time crane validate --remote=mirror.kontain.me/busybox
|
|
|
|
|
|
|
|
|
|
### random
|
|
|
|
|
|
|
|
|
|
time crane validate --remote=random.kontain.me/random
|
|
|
|
|
time crane validate --remote=random.kontain.me/random:4x10
|
|
|
|
|
|
|
|
|
|
### viz
|
|
|
|
|
|
|
|
|
|
curl https://viz.kontain.me | grep textarea
|
2021-01-01 09:20:18 -05:00
|
|
|
|
|
|
|
|
### wait
|
|
|
|
|
|
|
|
|
|
uid=image-$(date +%s)
|
|
|
|
|
crane manifest wait.kontain.me/${uid} || true
|
|
|
|
|
sleep 11 # for good measure
|
|
|
|
|
time crane validate --remote=wait.kontain.me/${uid}
|
|
|
|
|
time crane validate --remote=wait.kontain.me/${uid}
|