mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 17:15:12 +00:00
9 lines
241 B
Bash
Executable file
9 lines
241 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
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}
|