CrowdStrike / falcon-scripts

Scripts to streamline the deployment and use of the CrowdStrike Falcon sensor
The Unlicense
145 stars 85 forks source link

Get image repository and latest tag without downloading image #253

Closed falcon-pioupiou closed 8 months ago

falcon-pioupiou commented 8 months ago

Get image repository and latest tag without downloading image or listing all tags Today it's not possible to get the image full path info without downloading the image.

really simple to use for end users to get the correct image path (which is useful also for automation).

carlosmmatos commented 8 months ago

@falcon-pioupiou this is great timing because @redhatrises and I had a conversation about this yesterday.

carlosmmatos commented 8 months ago

@redhatrises - thoughts on --get-image-repo-tag name?

redhatrises commented 8 months ago

I feel like --get-latest-tag would be more accurate. In general, listing tags should return the full path and not just the image name.

falcon-pioupiou commented 8 months ago

I'm afraid by the word latest as we don't have a latest tag, it could confuse people.