LoginSignup
1
1

More than 5 years have passed since last update.

GCP Container Registry 上にあるコンテナイメージの一番新しい tag を取ってくる

Last updated at Posted at 2019-02-26
$ gcloud container images list-tags gcr.io/${PROJECT_NAME}/${IMAGE_NAME} --sort-by=~timestamp |\
 awk 'NR == 2 {print $2}'
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1