Fix centos image build failure

Corrects an issue with the centos stable_docker_image files for the
notificationservice-base image which was resulting in an image build
failure.

notificationservice-base.stable_docker_image was missing the path to the
Dockerfile.

The notificationservice-base-v2.stable_docker_image file was also
incorrectly named.

Test plan:
PASS: Build centos images for notificationservice-base and
notificationservice-base-v2
PASS Build debian images for notificationservice-base and
notificationservice-base-v2

Closes-bug: 2004428

Signed-off-by: Cole Walker <cole.walker@windriver.com>
Change-Id: I17984044888e4cf5e8985376e28f17e143341472
This commit is contained in:
Cole Walker 2023-01-31 15:50:42 -05:00
parent 93778b296e
commit be93e2251b
4 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,4 @@
notificationservice-base
notificationservice-base-v2
locationservice-base
notificationclient-base

View File

@ -0,0 +1,4 @@
BUILDER=docker
LABEL=notificationservice-base-v2
DOCKER_CONTEXT=../docker
DOCKER_FILE=./Dockerfile

View File

@ -1,4 +0,0 @@
BUILDER=docker
LABEL=notificationservice-base
DOCKER_CONTEXT=../docker
DOCKER_FILE=./Dockerfile

View File

@ -1,2 +1,4 @@
BUILDER=docker
LABEL=notificationservice-base
LABEL=notificationservice-base
DOCKER_CONTEXT=../docker
DOCKER_FILE=./Dockerfile