updated README.md

pull/2/head
Hari Sekhon 4 years ago
parent a32926795b
commit 7fcbcd3b61

@ -275,7 +275,8 @@ etc.
- `gcr_*.sh` - [Google Container Registry](https://cloud.google.com/container-registry) scripts:
- `gcr_tag_datetime.sh` - tags a given GCR docker image with its creation date and UTC timestamp (when it was uploaded or created by [Google Cloud Build](https://cloud.google.com/cloud-build)) without pulling or pushing the docker image
- `gcr_tag_latest.sh` - tags a given GCR docker image:tag as latest without pulling or pushing the docker image
- `gcr_find_newest_image_tags.sh` - finds the tags for the given GCR docker image with the newest creation date (can use this to tag `latest`)
- `gcr_newest_image_tags.sh` - finds the tags for the given GCR docker image with the newest creation date (can use this to tag `latest`)
- `gcr_alternate_tags.sh` - lists all the tags for a given GCR docker image:tag (can supply image:latest to see what version / build hashref / date tag has been tagged as `latest`)
- `gcr_tag_newest_image_as_latest.sh` - finds and tags the newest build of a given GCR docker image as `latest` without pulling or pushing the docker image
- `gce_*.sh` - [Google Compute Engine](https://cloud.google.com/compute/) scripts:
- `gce_meta.sh` - simple script to query the GCE metadata API from within Virtual Machines

Loading…
Cancel
Save