File tree Expand file tree Collapse file tree
renku_data_services/session
renku_pack_builder/manifests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414BUILD_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 "
2020BUILD_MOUNT_DIRECTORY : Final [PurePosixPath ] = PurePosixPath ("/home/renku/work" )
2121BUILD_WORKING_DIRECTORY : Final [PurePosixPath ] = BUILD_MOUNT_DIRECTORY
2222BUILD_UID : Final [int ] = 1000
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments