mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 00:55:14 +00:00
6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
time crane validate --remote=mirror.kontain.me/cgr.dev/chainguard/busybox
|
|
time crane validate --remote=mirror.kontain.me/cgr.dev/chainguard/busybox
|