This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
analytics/common/VCAC-A/gst Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG VA_SERVING_TAG="v0.4.1-beta"
88RUN 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
99COPY *.py /home/
1010
11- FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:20.10
11+ FROM openvisualcloud/vcaca-ubuntu1804-analytics-gst:21.3
1212
1313RUN 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments