From 2ff7360c0ec8aa38cde0bf2c060266e465b1e03b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 3 May 2021 01:16:45 +0300 Subject: [PATCH] Improve wording --- tagging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tagging/README.md b/tagging/README.md index 06fb02be..da83adc9 100644 --- a/tagging/README.md +++ b/tagging/README.md @@ -1,4 +1,4 @@ -# Docker stacks tagging +# Docker stacks tagging and manifest creation The main purpose of the source code in this folder is to properly tag all the images and to update [build manifests](https://github.com/jupyter/docker-stacks/wiki). These 2 processes are closely related, so the source code is reused where it seems to be possible.