Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .teamcity/Dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/_Self/MainProject.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 5 additions & 3 deletions docs/developing/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading