File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88env :
99 IMAGE_NAME : webots
1010 CLOUD_IMAGE_NAME : webots.cloud
11- DEFAULT_WEBOTS_VERSION : R2023b
11+ DEFAULT_WEBOTS_VERSION : R2025a
1212
1313jobs :
1414 dockerhub-publication :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG BASE_IMAGE=nvidia/cuda:11.8.0-base-ubuntu22.04
22FROM ${BASE_IMAGE} AS downloader
33
44# Determine Webots version to be used and set default argument
5- ARG WEBOTS_VERSION=R2023b
5+ ARG WEBOTS_VERSION=R2025a
66ARG WEBOTS_PACKAGE_PREFIX=
77
88# Disable dpkg/gdebi interactive dialogs
Original file line number Diff line number Diff line change 1- FROM cyberbotics/webots.cloud:R2023b-ubuntu22 .04
1+ FROM cyberbotics/webots.cloud:R2025a-ubuntu24 .04
22RUN apt-get update && apt-get install -y python3-pip && rm -rf /var/lib/apt/lists/ && pip install --no-cache-dir ikpy
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ ARG BASE_IMAGE=cyberbotics/webots:latest
22FROM $BASE_IMAGE AS downloader
33
44# Determine Webots version to be used and set default argument
5- ARG WEBOTS_VERSION=R2023b
5+ ARG WEBOTS_VERSION=R2025a
66
77RUN apt update && apt install --yes unzip && \
88 wget https://github.com/cyberbotics/webots/releases/download/$WEBOTS_VERSION/assets-$WEBOTS_VERSION.zip && \
99 mkdir assets && cp assets-$WEBOTS_VERSION.zip assets/ && \
1010 cd assets && unzip assets-$WEBOTS_VERSION.zip && rm assets-$WEBOTS_VERSION.zip
1111
1212FROM $BASE_IMAGE
13- ARG WEBOTS_VERSION=R2023b
13+ ARG WEBOTS_VERSION=R2025a
1414
15- COPY Webots-R2023b .conf /root/.config/Cyberbotics/Webots-$WEBOTS_VERSION.conf
15+ COPY Webots-R2025a .conf /root/.config/Cyberbotics/Webots-$WEBOTS_VERSION.conf
1616COPY --from=downloader /usr/local/assets /root/.cache/Cyberbotics/Webots/assets/
You can’t perform that action at this time.
0 commit comments