Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit a102947

Browse files
authored
Merge pull request #763 from OpenVisualCloud/master
merge master
2 parents 8a0b80f + 9afa9a0 commit a102947

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

analytics/common/VCAC-A/gst/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
88
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
99
COPY *.py /home/
1010

11-
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:20.10
11+
FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3
1212

1313
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/*
1414

deployment/kubernetes/helm/smtc/templates/office-webrtc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
name: timezone
7575
readOnly: true
7676
securityContext:
77-
runAsUser: 103
77+
runAsUser: 106
7878
- name: mongodb
7979
image: {{ $.Values.registryPrefix }}smtc_sensor_webrtc:latest
8080
imagePullPolicy: IfNotPresent
@@ -84,7 +84,7 @@ spec:
8484
name: timezone
8585
readOnly: true
8686
securityContext:
87-
runAsUser: 102
87+
runAsUser: 105
8888
- name: webrtc
8989
image: {{ $.Values.registryPrefix }}smtc_sensor_webrtc:latest
9090
imagePullPolicy: IfNotPresent

deployment/kubernetes/yaml/office-webrtc.yaml.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ spec:
7474
name: timezone
7575
readOnly: true
7676
securityContext:
77-
runAsUser: 103
77+
runAsUser: 106
7878
- name: mongodb
7979
image: defn(`REGISTRY_PREFIX')smtc_sensor_webrtc:latest
8080
imagePullPolicy: IfNotPresent
@@ -84,7 +84,7 @@ spec:
8484
name: timezone
8585
readOnly: true
8686
securityContext:
87-
runAsUser: 102
87+
runAsUser: 105
8888
- name: webrtc
8989
image: defn(`REGISTRY_PREFIX')smtc_sensor_webrtc:latest
9090
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)