Skip to content

Commit bebab26

Browse files
authored
Issue #1339 Update pixi to v0.39.2 (#1340)
Fixes #1339 # Description This PR updates pixi to version v0.39.2. An error in the documentation regarding the docker tag has been corrected # Checklist <!--- Before requesting review, please go through this checklist: --> - [ ] Links to correct issue - [ ] Update changelog, if changes affect users - [ ] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [ ] Unit tests were added - [ ] **If feature added**: Added/extended example
1 parent 279a76e commit bebab26

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.teamcity/Dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FROM mcr.microsoft.com/windows/server:ltsc2022
44
LABEL maintainer="sunny.titus@deltares.nl"
55

6-
ARG PIXI_VERSION=v0.34.0
6+
ARG PIXI_VERSION=v0.39.2
77

88
## Setup user
99
USER "NT Authority\System"

.teamcity/_Self/MainProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import jetbrains.buildServer.configs.kotlin.triggers.vcs
1717
object MainProject : Project({
1818
params {
1919
param("DockerContainer", "containers.deltares.nl/hydrology_product_line_imod/windows-pixi")
20-
param("DockerVersion", "v0.34.0")
20+
param("DockerVersion", "v0.39.2")
2121
}
2222

2323
buildType(Lint)

docs/developing/docker.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To build the image:
2626
.. code-block:: console
2727
2828
docker context use desktop-windows
29-
docker build -t windows-pixi:34.0 . -m 2GB
29+
docker build -t windows-pixi:v0.34.0 . -m 2GB
3030
3131
The image tag is not randomly chosen. It matches the Pixi version shipped with the image. So make sure the tag equals the version inside the dockerfile.
3232

@@ -54,8 +54,8 @@ After you connected to the registry you can tag and push your image:
5454

5555
.. code-block:: console
5656
57-
docker tag windows-pixi:34.0 containers.deltares.nl/hydrology_product_line_imod/windows-pixi:34.0
58-
docker push containers.deltares.nl/hydrology_product_line_imod/windows-pixi:34.0
57+
docker tag windows-pixi:v0.34.0 containers.deltares.nl/hydrology_product_line_imod/windows-pixi:v0.34.0
58+
docker push containers.deltares.nl/hydrology_product_line_imod/windows-pixi:v0.34.0
5959
6060
Again, make sure the tags match the ``PIXI_VERSION`` inside the dockerfile.
6161

0 commit comments

Comments
 (0)