Docker: Bump to OCIO v2.1.0

This commit is contained in:
Simran Spiller
2021-09-29 01:33:20 +02:00
parent c7bcf4ecad
commit 24530a310f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ ARG ASWF_PKG_ORG=aswftesting
ARG CI_COMMON_VERSION=2 ARG CI_COMMON_VERSION=2
ARG VFXPLATFORM_VERSION=2021 ARG VFXPLATFORM_VERSION=2021
# OCIO repo branch or tag name # OCIO repo branch or tag name
ARG OCIO_VERSION=v2.0.0 ARG OCIO_VERSION=v2.1.0
# Latest configs ~3 GB because of ACES 1.0.x. # Latest configs ~3 GB because of ACES 1.0.x.
# Upstream only copies nuke-default, therefore we also use the older configs. # Upstream only copies nuke-default, therefore we also use the older configs.
ARG OCIO_CONFIGS_VERSION=1.0_r2 ARG OCIO_CONFIGS_VERSION=1.0_r2
+1 -1
View File
@@ -12,7 +12,7 @@ ARG OLIVE_ORG=olivevideoeditor
ARG ASWF_PKG_ORG=aswftesting ARG ASWF_PKG_ORG=aswftesting
ARG CI_COMMON_VERSION=2 ARG CI_COMMON_VERSION=2
ARG VFXPLATFORM_VERSION=2021 ARG VFXPLATFORM_VERSION=2021
ARG OCIO_VERSION=2.0.0 ARG OCIO_VERSION=2.1.0
ARG FFMPEG_VERSION=4.2.4 ARG FFMPEG_VERSION=4.2.4
FROM ${ASWF_PKG_ORG}/ci-package-qt:${VFXPLATFORM_VERSION} as ci-package-qt FROM ${ASWF_PKG_ORG}/ci-package-qt:${VFXPLATFORM_VERSION} as ci-package-qt