k3s/scripts/airgap/generate-list.sh
Erik Wilson 40172dc508 Package airgap image files
Generate airgap artifacts from an images list for each architecture.
2019-03-22 06:05:26 +00:00

9 lines
152 B
Bash
Executable File

#!/bin/bash
set -e -x
cd $(dirname $0)
k3s crictl images -o json \
| jq -r '.images[].repoTags[0] | select(. != null)' \
| tee image-list.txt