Skip to content

Commit 65ad548

Browse files
authored
fix: upgrade buildpacks to 0.0.6 (#882)
This fixes a bug with not having proper shell completion and .bashrc sourcing.
1 parent 9475cf1 commit 65ad548

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

components/renku_data_services/session/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
BUILD_OUTPUT_IMAGE_NAME: Final[str] = "renku-build"
1515
"""The container image name created from Renku builds."""
1616

17-
BUILD_BUILDER_IMAGE: Final[str] = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.5"
17+
BUILD_BUILDER_IMAGE: Final[str] = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.6"
1818

19-
BUILD_RUN_IMAGE: Final[str] = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.5"
19+
BUILD_RUN_IMAGE: Final[str] = "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6"
2020
BUILD_MOUNT_DIRECTORY: Final[PurePosixPath] = PurePosixPath("/home/renku/work")
2121
BUILD_WORKING_DIRECTORY: Final[PurePosixPath] = BUILD_MOUNT_DIRECTORY
2222
BUILD_UID: Final[int] = 1000

components/renku_pack_builder/manifests/buildstrategy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ spec:
1010
default: "0.12"
1111
- name: run-image
1212
description: The image to use as the base for all session images built with this strategy
13-
default: "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.5"
13+
default: "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/base-image:0.0.6"
1414
- name: builder-image
1515
description: The buildpack builder image to use
16-
default: "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.5"
16+
default: "ghcr.io/swissdatasciencecenter/renku-frontend-buildpacks/selector:0.0.6"
1717
- name: frontend
1818
description: Which frontend should be used in the image. Either "jupyterlab" or "vscodium".
1919
default: vscodium

0 commit comments

Comments
 (0)