We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007f542 commit 3aad444Copy full SHA for 3aad444
readthedocs/settings/base.py
@@ -537,6 +537,7 @@ def TEMPLATES(self):
537
# Mapping of build.os options to docker image.
538
'os': {
539
'ubuntu-20.04': f'{DOCKER_DEFAULT_IMAGE}:ubuntu-20.04',
540
+ 'ubuntu-22.04': f'{DOCKER_DEFAULT_IMAGE}:ubuntu-22.04',
541
},
542
# Mapping of build.tools options to specific versions.
543
'tools': {
scripts/compile_version_upload_s3.sh
@@ -89,7 +89,7 @@ set -x # Echo commands
89
90
# Define variables
91
SLEEP=350 # Container timeout
92
-OS="ubuntu-20.04" # Docker image name
+OS="${OS:-ubuntu-22.04}" # Docker image name
93
TOOL=$1
94
VERSION=$2
95
0 commit comments