From 1fc071d102132bb79da35855bae66fc1cdbc4b9b Mon Sep 17 00:00:00 2001 From: JoerivanEngelen Date: Tue, 23 Jun 2026 17:46:10 +0200 Subject: [PATCH 1/3] Further specify docker docs --- docs/developing/docker.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/developing/docker.rst b/docs/developing/docker.rst index bd791732e..c319301f2 100644 --- a/docs/developing/docker.rst +++ b/docs/developing/docker.rst @@ -18,10 +18,12 @@ The dockerfile can be found at `.teamcity\\Dockerfile\\Dockerfile` and is displa How to build ------------ -A prerequisite of building the image is that you have `Docker Desktop`_ installed on your machine. -Once installed open a console and navigate to the folder where the dockerfile resides. -To build the image: +A prerequisite of building the image is that you have `Docker Desktop`_ +installed on your machine. Make sure you are using a Windows builder, click the +Docker tray icon (bottom right) and select "Switch to Windows containers". This +will allow you to build the image on your local machine. Once installed open a +console and navigate to the folder where the dockerfile resides. .. code-block:: console From 60482648cfc777213990cec84041824bf51b844d Mon Sep 17 00:00:00 2001 From: JoerivanEngelen Date: Tue, 30 Jun 2026 08:05:22 +0200 Subject: [PATCH 2/3] bump pixi version --- .teamcity/Dockerfile/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/Dockerfile/Dockerfile b/.teamcity/Dockerfile/Dockerfile index 8f384fc68..fa4ec8c51 100644 --- a/.teamcity/Dockerfile/Dockerfile +++ b/.teamcity/Dockerfile/Dockerfile @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/windows/server:ltsc2022 LABEL maintainer="sunny.titus@deltares.nl" -ARG PIXI_VERSION=v0.59.0 +ARG PIXI_VERSION=v0.69.0 ## Setup user USER "NT Authority\System" From 66ff326ff02d60e1cc79c3418abcfcdc8d281ed1 Mon Sep 17 00:00:00 2001 From: JoerivanEngelen Date: Tue, 30 Jun 2026 13:53:17 +0200 Subject: [PATCH 3/3] Bump version number of Dockerfile used --- .teamcity/_Self/MainProject.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/_Self/MainProject.kt b/.teamcity/_Self/MainProject.kt index 265dbc115..600e741c4 100644 --- a/.teamcity/_Self/MainProject.kt +++ b/.teamcity/_Self/MainProject.kt @@ -19,7 +19,7 @@ import jetbrains.buildServer.configs.kotlin.triggers.vcs object MainProject : Project({ params { param("DockerContainer", "containers.deltares.nl/hydrology_product_line_imod/windows-pixi") - param("DockerVersion", "v0.59.0") + param("DockerVersion", "v0.69.0") } buildType(Lint)