Skip to content

Commit

Permalink
tools: bump to October release (2024.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
phsauter committed Dec 4, 2024
1 parent 3085edb commit 846ce38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: '3'

services:
pulp-docker:
image: hpretl/iic-osic-tools:2024.09
image: hpretl/iic-osic-tools:2024.10
environment:
- UID=${UID}
- GID=${GID}
Expand Down
2 changes: 1 addition & 1 deletion start_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Authors:
# - Philippe Sauter <[email protected]>

IMG=hpretl/iic-osic-tools:2024.09
IMG=hpretl/iic-osic-tools:2024.10

docker pull $IMG

Expand Down
2 changes: 1 addition & 1 deletion start_vnc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if not exist "%DESIGNS%" %ECHO_IF_DRY_RUN% mkdir "%DESIGNS%"

IF "%DOCKER_USER%"=="" SET DOCKER_USER=hpretl
IF "%DOCKER_IMAGE%"=="" SET DOCKER_IMAGE=iic-osic-tools
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2024.09
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2024.10

IF "%CONTAINER_USER%"=="" SET CONTAINER_USER=1000
IF "%CONTAINER_GROUP%"=="" SET CONTAINER_GROUP=1000
Expand Down
2 changes: 1 addition & 1 deletion start_vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ -z ${DOCKER_IMAGE+z} ]; then
fi

if [ -z ${DOCKER_TAG+z} ]; then
DOCKER_TAG="2024.09"
DOCKER_TAG="2024.10"
fi

if [ -z ${CONTAINER_NAME+z} ]; then
Expand Down

0 comments on commit 846ce38

Please sign in to comment.