From 24530a310f214952f05ba86d0c10971d0fa80831 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Wed, 29 Sep 2021 01:33:20 +0200 Subject: [PATCH] Docker: Bump to OCIO v2.1.0 --- docker/ci-ocio/Dockerfile | 2 +- docker/ci-olive/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ci-ocio/Dockerfile b/docker/ci-ocio/Dockerfile index df8abef3c..9aa60d565 100644 --- a/docker/ci-ocio/Dockerfile +++ b/docker/ci-ocio/Dockerfile @@ -9,7 +9,7 @@ ARG ASWF_PKG_ORG=aswftesting ARG CI_COMMON_VERSION=2 ARG VFXPLATFORM_VERSION=2021 # 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. # Upstream only copies nuke-default, therefore we also use the older configs. ARG OCIO_CONFIGS_VERSION=1.0_r2 diff --git a/docker/ci-olive/Dockerfile b/docker/ci-olive/Dockerfile index a129f40a7..db87ffd00 100644 --- a/docker/ci-olive/Dockerfile +++ b/docker/ci-olive/Dockerfile @@ -12,7 +12,7 @@ ARG OLIVE_ORG=olivevideoeditor ARG ASWF_PKG_ORG=aswftesting ARG CI_COMMON_VERSION=2 ARG VFXPLATFORM_VERSION=2021 -ARG OCIO_VERSION=2.0.0 +ARG OCIO_VERSION=2.1.0 ARG FFMPEG_VERSION=4.2.4 FROM ${ASWF_PKG_ORG}/ci-package-qt:${VFXPLATFORM_VERSION} as ci-package-qt