Skip to content
Snippets Groups Projects

Resolve "Bump docker version for IA support applications"

Merged Luc Hermitte requested to merge 179-bump-docker-version-for-ia-support-applications into develop
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
# =========================================================================
# Program: S1Processor
#
# Copyright 2017-2024 (c) CNES. All rights reserved.
# Copyright 2017-2025 (c) CNES. All rights reserved.
#
# This file is part of S1Tiling project
# https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling
@@ -10,7 +10,7 @@
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -32,7 +32,7 @@ variables:
# PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
# See Issue#86: https://gitlab.orfeo-toolbox.org/s1-tiling/s1tiling/-/issues/86
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: 0
S1TD_VERSION: "1.3.10" # S1Tiling Dockers version
S1TD_VERSION: "1.3.11" # S1Tiling Dockers version
OTB9_VERSION: "9.0.0"
OS: "ubuntu"
Loading