Skip to content

Commit

Permalink
Merge pull request OpenVisualCloud#784 from xwu2git/master
Browse files Browse the repository at this point in the history
upgrade to v21.6
  • Loading branch information
xwu2git authored Jul 31, 2021
2 parents 39f11be + 50deee0 commit 1cfedb4
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion analytics/common/VCAC-A/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py app_destination.py app_source.py gstreamer_app_destination.py gstreamer_app_source.py model_manager.py pipeline.py pipeline_manager.py pipeline.py schema.py vaserving.py; do curl -sSf -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
COPY *.py /home/

FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3.1
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.6

RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq && apt-get install -qq python3-gst-1.0 python3-jsonschema python3-psutil && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion analytics/common/Xeon/gst/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
RUN mkdir -p /home/vaserving/common/utils && touch /home/vaserving/__init__.py /home/vaserving/common/__init__.py /home/vaserving/common/utils/__init__.py && for x in common/utils/logging.py common/settings.py arguments.py ffmpeg_pipeline.py gstreamer_pipeline.py app_destination.py app_source.py gstreamer_app_destination.py gstreamer_app_source.py model_manager.py pipeline.py pipeline_manager.py pipeline.py schema.py vaserving.py; do curl -sSf -o /home/vaserving/$x -L ${VA_SERVING_REPO}/${VA_SERVING_TAG}/vaserving/$x; done
COPY *.py /home/

FROM openvisualcloud/xeon-ubuntu1804-analytics-gst:21.3.1
FROM openvisualcloud/xeon-ubuntu1804-analytics-gst:21.6

RUN apt-get update -qq && apt-get install -qq python3-gst-1.0 python3-jsonschema python3-psutil && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-nginx:21.3.1
FROM openvisualcloud/xeon-centos7-media-nginx:21.6

RUN yum install -y -q epel-release && yum install -y -q python36-tornado python36-requests python36-ply && rm -rf /var/cache/yum/*

Expand Down
2 changes: 1 addition & 1 deletion gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-nginx:21.3.1
FROM openvisualcloud/xeon-centos7-media-nginx:21.6

RUN yum install -y -q epel-release && yum install -y -q python36-tornado python36-requests python36-ply python36-psutil && rm -rf /var/cache/yum/*

Expand Down
2 changes: 1 addition & 1 deletion maintenance/smart-upload/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.3.1
FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.6
RUN yum install -y -q epel-release && yum install -y -q python36-requests python36-ply python36-psutil && rm -rf /var/cache/yum/* curl

COPY --from=smtc_common /home/*.py /home/
Expand Down
2 changes: 1 addition & 1 deletion sensor/discovery-ipcam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.3.1
FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.6

RUN yum install -y -q epel-release && yum -y -q install python36-ply python36-requests python36-setuptools && rm -rf /var/cache/yum/*

Expand Down
2 changes: 1 addition & 1 deletion sensor/discovery-rtmp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.3.1
FROM openvisualcloud/xeon-centos7-media-ffmpeg:21.6

RUN yum install -y -q epel-release && yum -y -q install python36-ply python36-requests python36-setuptools && rm -rf /var/cache/yum/*

Expand Down
2 changes: 1 addition & 1 deletion sensor/simulation/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DIR=$(dirname $(readlink -f "$0"))
IFS="," read -r -a SCENARIOS <<< "${2:-traffic}"

FFMPEG_IMAGE="openvisualcloud/xeon-centos7-media-ffmpeg:21.3.1"
FFMPEG_IMAGE="openvisualcloud/xeon-centos7-media-ffmpeg:21.6"
CLIPS_traffic=($(grep _traffic "$DIR"/streamlist.txt))
CLIPS_stadium=($(grep -v _traffic "$DIR"/streamlist.txt))

Expand Down
2 changes: 1 addition & 1 deletion sensor/srs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-ubuntu1804-media-srs:21.3.1
FROM openvisualcloud/xeon-ubuntu1804-media-srs:21.6

RUN mkdir -p /usr/local/srs/objs/ffmpeg/bin/ && cp /usr/local/bin/ffmpeg /usr/local/srs/objs/ffmpeg/bin/ffmpeg

Expand Down
2 changes: 1 addition & 1 deletion sensor/webrtc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-ubuntu1804-service-owt:21.3.1
FROM openvisualcloud/xeon-ubuntu1804-service-owt:21.6

RUN apt-get update -q && apt-get install -y -q nginx python3-tornado python3-requests python3-ply && rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion storage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM openvisualcloud/xeon-centos7-media-nginx:21.3.1
FROM openvisualcloud/xeon-centos7-media-nginx:21.6

RUN yum install -y -q epel-release && yum install -y -q python36-tornado python36-requests python36-ply python36-psutil && rm -rf /var/cache/yum/*

Expand Down
2 changes: 1 addition & 1 deletion storage/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def quit_service(signum, sigframe):
})

while not stop.is_set():
print("Searching...",flush=True)
print("Cleaning...",flush=True)
for index in indexes:
if stop.is_set(): break

Expand Down

0 comments on commit 1cfedb4

Please sign in to comment.