Merge "Set specific monasca-common base image for Xena" into stable/xena

This commit is contained in:
Zuul 2022-02-02 19:48:32 +00:00 committed by Gerrit Code Review
commit a94f013ff4
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=xena
FROM monasca/base:$BASE_TAG
# Environment variables used for our service or wait scripts.
ENV \