From 9661b19c2aef791b3eb4cadf36a143289894a147 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 10 Jul 2024 18:51:18 +0200 Subject: [PATCH] updated README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8938a8c9f95..110812f7c63 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ See also [Knowledge Base notes for Kubernetes](https://github.com/HariSekhon/Kno - `docker_*.sh` / `dockerhub_*.sh` - [Docker](https://www.docker.com/) / [DockerHub](https://hub.docker.com/) API scripts: - `dockerhub_api.sh` - queries DockerHub API v2 with or without authentication (`$DOCKERHUB_USER` & `$DOCKERHUB_PASSWORD` / `$DOCKERHUB_TOKEN`) - `docker_api.sh` - queries a Docker Registry with optional basic authentication if `$DOCKER_USER` & `$DOCKER_PASSWORD` are set + - `docker_build_hashtag.sh` - runs `docker build` and auto-generates docker image name and tag from relative Git path and commit short SHA and dirty sha if modified. Useful to compare docker image sizes between your clean and modified versions of `Dockerfile` or contents - `docker_registry_list_images.sh` - lists images in a given private Docker Registry - `docker_registry_list_tags.sh` - lists tags for a given image in a private Docker Registry - `docker_registry_get_image_manifest.sh` - gets a given image:tag manifest from a private Docker Registry