Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
llody55 committed Jun 17, 2024
1 parent b5b172e commit ffd02b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
echo "镜像版本查询中,请稍等。。。。。"
echo "gcr.io:" >> images.yaml
echo " images:" >> images.yaml
echo " kaniko-project/executor:" >> images.yaml
skopeo list-tags --tls-verify=false docker://gcr.io/kaniko-project/executor | grep \"v | grep '[0-9]' | grep -v alpha | grep -v beta | grep -v rc | grep -v amd64 | grep -v ppc64le | grep -v arm64 | grep -v arm | grep -v s390x | grep -v SNAPSHOT | grep -v debug | grep -v master | grep -v main | grep -v \} | grep -v \] | grep -v \{ | grep -v Repository | grep -v Tags | grep -v dev | grep -v g | awk -F '"' '{print " - "$2}' >> images.yaml
echo "docker.io:" >> images.yaml
echo " images:" >> images.yaml
echo " calico/typha:" >> images.yaml
Expand Down

0 comments on commit ffd02b6

Please sign in to comment.