Skip to content

Commit

Permalink
scripts/tag-images: fix implicit docker.io image
Browse files Browse the repository at this point in the history
  • Loading branch information
zugwan authored and Jaesang committed Nov 16, 2021
1 parent 5e47d68 commit 32d7eb5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/tag-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ if [ $# == 0 ]; then
| sed -e "s/[a-z0-9.-]*\.io\///2" \
| sed -e "s/[a-z0-9.-]*:[0-9]*\///2" \
| sed -e "s/[a-z0-9.-]*.cicd.stg.taco\///2" \
| sed -e "s/squareup\///2" \
| sed -e "s/jettech\///2" \
| sed -e "s/prom\///2" \
| sed -e "s/grafana\///2" \
| sed -e "s/bats\///2" \
| sed -e "s/curlimages\///2" \
| sed -e "s/kiwigrid\///2" \
| sed -e "s/siim\///2" \
| sed -e "s/directxman12\///2" \
| sed -e "s/ncabatoff\///2" \
| sed -e "s/sktdev\///2" \
| sed -e "s/ / $NEW_REGISTRY\//g" \
| xargs -n2 docker tag $1 $2

Expand Down

0 comments on commit 32d7eb5

Please sign in to comment.