mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
7 lines
190 B
Bash
Executable file
7 lines
190 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
#time crane validate --remote=transparency.kontain.me/ubuntu
|
|
|
|
# TODO: push to an ephemeral tag, check it, push to it again, should fail, cleanup tag
|