mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-13 19:28:12 +00:00
13 lines
258 B
Bash
Executable file
13 lines
258 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
exit 0 # TODO
|
|
|
|
|
|
|
|
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}
|