Upgrade kurento-media-server Docker image from 7.1.1 to 7.2.0

v2
pabloFuente 2025-11-11 11:36:30 +01:00
parent 4776336629
commit 7207a1591c
9 changed files with 10 additions and 10 deletions

View File

@ -24,7 +24,7 @@ on:
KURENTO_MEDIA_SERVER_IMAGE: KURENTO_MEDIA_SERVER_IMAGE:
description: "Docker image of kurento-media-server" description: "Docker image of kurento-media-server"
required: true required: true
default: "kurento/kurento-media-server:7.1.1" default: "kurento/kurento-media-server:7.2.0"
DOCKER_RECORDING_VERSION: DOCKER_RECORDING_VERSION:
description: "Force version of openvidu/openvidu-recording container" description: "Force version of openvidu/openvidu-recording container"
required: true required: true
@ -52,7 +52,7 @@ jobs:
env: env:
TEST_IMAGE: ${{ inputs.TEST_IMAGE || 'openvidu/openvidu-test-e2e:24.04' }} TEST_IMAGE: ${{ inputs.TEST_IMAGE || 'openvidu/openvidu-test-e2e:24.04' }}
KURENTO_SNAPSHOTS_URL: ${{ secrets.KURENTO_SNAPSHOTS_URL }} KURENTO_SNAPSHOTS_URL: ${{ secrets.KURENTO_SNAPSHOTS_URL }}
KURENTO_MEDIA_SERVER_IMAGE: ${{ inputs.KURENTO_MEDIA_SERVER_IMAGE || 'kurento/kurento-media-server:7.1.1' }} KURENTO_MEDIA_SERVER_IMAGE: ${{ inputs.KURENTO_MEDIA_SERVER_IMAGE || 'kurento/kurento-media-server:7.2.0' }}
KURENTO_JAVA_COMMIT: ${{ inputs.KURENTO_JAVA_COMMIT || 'default' }} KURENTO_JAVA_COMMIT: ${{ inputs.KURENTO_JAVA_COMMIT || 'default' }}
DOCKER_RECORDING_VERSION: ${{ inputs.DOCKER_RECORDING_VERSION || 'default' }} DOCKER_RECORDING_VERSION: ${{ inputs.DOCKER_RECORDING_VERSION || 'default' }}
CHROME_VERSION: ${{ inputs.CHROME_VERSION || 'latest' }} CHROME_VERSION: ${{ inputs.CHROME_VERSION || 'latest' }}

View File

@ -176,7 +176,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
# -------------------------- # --------------------------
# Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server # Docker hub kurento media server: https://hub.docker.com/r/kurento/kurento-media-server
# Uncomment the next line and define this variable with KMS image that you want use # Uncomment the next line and define this variable with KMS image that you want use
# KMS_IMAGE=kurento/kurento-media-server:7.1.1 # KMS_IMAGE=kurento/kurento-media-server:7.2.0
# Kurento Media Server Level logs # Kurento Media Server Level logs
# ------------------------------- # -------------------------------

View File

@ -45,7 +45,7 @@ services:
max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}" max-size: "${DOCKER_LOGS_MAX_SIZE:-100M}"
kms: kms:
image: ${KMS_IMAGE:-kurento/kurento-media-server:7.1.1} image: ${KMS_IMAGE:-kurento/kurento-media-server:7.2.0}
restart: always restart: always
network_mode: host network_mode: host
ulimits: ulimits:

View File

@ -134,7 +134,7 @@ services:
core: -1 core: -1
environment: environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings - MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.1.1 - KMS_IMAGE=kurento/kurento-media-server:7.2.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0 - MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1 - METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1 - FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -379,7 +379,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use # Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless # By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS # you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.1.1 # KMS_IMAGE=kurento/kurento-media-server:7.2.0
# Uncomment the next line and define this variable to change # Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS # the verbosity level of the logs of KMS

View File

@ -22,7 +22,7 @@ services:
core: -1 core: -1
entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh'] entrypoint: ['/bin/sh', '-c', '/beats/copy_config_files.sh && /usr/local/bin/entrypoint.sh']
environment: environment:
- KMS_IMAGE=kurento/kurento-media-server:7.1.1 - KMS_IMAGE=kurento/kurento-media-server:7.2.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0 - MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1 - METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1 - FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -332,7 +332,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use # Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless # By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS # you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.1.1 # KMS_IMAGE=kurento/kurento-media-server:7.2.0
# Uncomment the next line and define this variable to change # Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS # the verbosity level of the logs of KMS

View File

@ -157,7 +157,7 @@ services:
core: -1 core: -1
environment: environment:
- MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings - MEDIA_NODE_CONTROLLER_RECORDINGS_PATH=/opt/openvidu/mncontroller/recordings
- KMS_IMAGE=kurento/kurento-media-server:7.1.1 - KMS_IMAGE=kurento/kurento-media-server:7.2.0
- MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0 - MEDIASOUP_IMAGE=openvidu/mediasoup-controller:2.31.0
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1 - METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.12.1
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1 - FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.12.1

View File

@ -375,7 +375,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable with KMS image that you want use # Uncomment the next line and define this variable with KMS image that you want use
# By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless # By default, KMS_IMAGE is defined in media nodes and it does not need to be specified unless
# you want to use a specific version of KMS # you want to use a specific version of KMS
# KMS_IMAGE=kurento/kurento-media-server:7.1.1 # KMS_IMAGE=kurento/kurento-media-server:7.2.0
# Uncomment the next line and define this variable to change # Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS # the verbosity level of the logs of KMS