Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_current_release (0.1 sec)

  1. tools/gen_istio_image_list.sh

               istio_repo=istio/$istio_component;
               echo docker.io/"$istio_repo":"${1}"
           fi
        done
    
        if [ -f temp.file ];
        then
           rm temp.file
        fi
    }
    
    function get_current_release() {
        TAGS="$(curl --silent 'https://api.github.com/repos/istio/istio/tags' | grep -o '"name": "[0-9].[0-9].[0-9]"' | tr -d '"' )"
        for tag in $TAGS;
        do
          if [[ $tag != name: ]]
          then
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 04:04:35 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top