From 3483dfaed1a6382f48564ef3b8069eafda385a13 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 14 Sep 2024 23:29:30 +0300 Subject: [PATCH] Simplify docs in custom-images --- docs/using/custom-images.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/using/custom-images.md b/docs/using/custom-images.md index ad2ca87b8..4bf7eda7c 100644 --- a/docs/using/custom-images.md +++ b/docs/using/custom-images.md @@ -15,8 +15,7 @@ please, [take a look at cookiecutter template](../contributing/stacks.md). Existing customization points: -- `ROOT_CONTAINER` - a docker argument of `docker-stacks-foundation` image -- `PYTHON_VERSION` - a docker argument of `docker-stacks-foundation` image +- `ROOT_CONTAINER`, `PYTHON_VERSION` - docker arguments of a `docker-stacks-foundation` image - `REGISTRY`, `OWNER`, `BASE_CONTAINER` - docker arguments for all the other images we build - `REGISTRY`, `OWNER` - part of `env` in most of our GitHub workflows