summaryrefslogtreecommitdiffstats
path: root/Dockerfiles/aai-common/README.md
blob: 0726e26b782561868985ce3be70e34b124f22369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AAI Common Docker README

### Building the image

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}${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.