summaryrefslogtreecommitdiffstats
path: root/Dockerfiles/aai-common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfiles/aai-common/README.md')
-rw-r--r--Dockerfiles/aai-common/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfiles/aai-common/README.md b/Dockerfiles/aai-common/README.md
index e61c63fb..0726e26b 100644
--- a/Dockerfiles/aai-common/README.md
+++ b/Dockerfiles/aai-common/README.md
@@ -7,7 +7,8 @@ Run the following command if building the image in internal network
```bash
export NEW_VERSION=<NEW_VERSION>
docker build \
- -t aaionap/aai-common:${NEW_VERSION} .
+ -t aaionap/aai-common:${NEW_VERSION}${BASE_TAG:-"-alpine"} -f <Dockerfile.alpine | Dockerfile.ubuntu> .
```
Replace the NEW\_VERSION with the new docker image version for aai-common
+If different based images are required replace BASE\_TAG accordingly to the base image used.