Set specific monasca-common base image for Wallaby

monasca-notification Wallaby image should use
monasca-common Wallaby as base image

Change-Id: If081fc44343b3d27acfda97ef77b36490b5e98b4
This commit is contained in:
Martin Chacon Piza 2022-01-30 19:25:48 +01:00
parent a837e58b99
commit b7f8792599
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ARG COMMON_VERSION=master
# Extra Python3 dependencies.
ARG EXTRA_DEPS="netaddr gevent==1.3.5 greenlet"
# Always start from `monasca-base` image and use specific tag of it.
ARG BASE_TAG=master
ARG BASE_TAG=wallaby
FROM monasca/base:$BASE_TAG
# Environment variables used for our service or wait scripts.
ENV \