File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.images :
22 ci_image : &ci_image registry.gitlab.com/ongresinc/stackgres/ci:1.31
33 jdk_build_image : &jdk_build_image registry.gitlab.com/ongresinc/stackgres/builder:1.10
4- jdk_runtime_image : &jdk_runtime_image registry.access.redhat.com/ubi9/openjdk-21:1.21-3.1741781261
5- ubi8_micro_image : &ubi8_micro_image registry.access.redhat.com/ubi8/ubi-micro:8.10-1756195190
6- ubi9_minimal_image : &ubi9_minimal_image registry.access.redhat.com/ubi9/ubi-minimal:9.5-1747111267
7- admin_ui_build_image : &admin_ui_build_image registry.access.redhat.com/ubi8/nodejs-20:1-1756254209
8- admin_ui_nginx_image : &admin_ui_nginx_image registry.access.redhat.com/ubi8/nginx-124:1-1756268180
4+ jdk_runtime_image : &jdk_runtime_image registry.access.redhat.com/ubi9/openjdk-21:1.23-6.1758133910
5+ ubi8_micro_image : &ubi8_micro_image registry.access.redhat.com/ubi8/ubi-micro:8.10-1760514998
6+ ubi9_minimal_image : &ubi9_minimal_image registry.access.redhat.com/ubi9/ubi-minimal:9.6-1760515502
7+ admin_ui_build_image : &admin_ui_build_image registry.access.redhat.com/ubi8/nodejs-20:1-1760372807
8+ admin_ui_nginx_image : &admin_ui_nginx_image registry.access.redhat.com/ubi8/nginx-124:1-1760372152
99 pglambda_nodejs_image : &pglambda_nodejs_image registry.access.redhat.com/ubi8/nodejs-18:1-140
1010platforms :
1111 - linux/x86_64
Original file line number Diff line number Diff line change 88 continue
99 fi
1010
11+ echo " Looking for $IMAGE ..."
1112 TAG=" ${IMAGE##*: } "
1213 NEW_TAG=" $( crane ls " ${IMAGE%:* } " \
13- | grep " ^${TAG % - * } .*[ 0-9]$" \
14+ | grep " ^[0-9]\+\([^ 0-9]\+[0-9]\+\)* $" \
1415 | while read LINE
1516 do
1617 printf ' %s ' " $LINE "
1718 printf %s " $LINE " | sed ' s/[^0-9]\+/ /g'
1819 printf ' \n'
1920 done \
20- | while read V V1 V2 V3 V4
21+ | while read V V1 V2 V3 V4 V5 V6 OTHERS
2122 do
22- printf ' %016d%016d%016d%016d %s\n' " $V1 " " $V2 " " $V3 " " $V4 " " $V "
23+ printf ' %016d%016d%016d%016d%016d%016d %s\n' " ${V1 :- 0} " " ${V2 :- 0} " " ${V3 :- 0} " " ${V4 :- 0} " " ${V5 :- 0} " " ${V6 :- 0} " " $V "
2324 done \
2425 | sort -k 1 \
2526 | cut -d ' ' -f 2 \
You can’t perform that action at this time.
0 commit comments