Remove CentOS/OpenSUSE build support

StarlingX stopped supporting CentOS builds in the after release 7.0.
This update will strip CentOS from our code base.  It will also remove
references to the failed OpenSUSE feature as well.

Story: 2011110
Task: 49960
Change-Id: I067c3758328567e44094a6638a5a591a96990acf
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2024-04-26 11:41:14 -04:00
parent c6b56f4544
commit 0af78200db
4 changed files with 0 additions and 35 deletions

View File

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

View File

@ -1,23 +0,0 @@
ARG BASE
FROM ${BASE}
ARG STX_REPO_FILE=/etc/yum.repos.d/stx.repo
ENV KUBE_LATEST_VERSION="v1.23.1"
RUN set -ex ;\
yum install --disablerepo=* \
$(grep '^name=' ${STX_REPO_FILE} | awk -F '=' '{printf "--enablerepo=" $2 " "}') \
-y \
gcc python3-devel python3-pip \
&& pip3 install --upgrade pip \
&& pip3 install --user pecan \
&& pip3 install oslo-config \
&& pip3 install oslo-messaging \
&& pip3 install WSME
WORKDIR /opt/
COPY ./ptptrackingfunction /opt/ptptrackingfunction
RUN cd /opt/ptptrackingfunction && python3 setup.py develop
CMD ["bash"]

View File

@ -1,4 +0,0 @@
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