Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Dec 11, 2023
1 parent 3afb63c commit cecc07a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/pull_calaos_image
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ image_url=$(cat "$url")
echo " > Pulling image $image_url"
podman pull "$image_url"

# get image name
# get image name and version
image_name=$(echo "$image_url" | cut -d ':' -f 1)

# get version
image_version=$(echo "$image_url" | cut -d ':' -f 2)

#get sha of image from podman
Expand Down

0 comments on commit cecc07a

Please sign in to comment.