Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Would you like Renku to create an environment for you with the packages you need

If your code repository is public, you can have Renku build this image directly as part of your project! See [How to create an environment with custom packages installed](create-environment-with-custom-packages-installed).

If your code repository is private, follow the instructions below.
If your code repository is private, follow the instructions below or check out the [example repository](https://github.com/SwissDataScienceCenter/renku-custom-vscodium-image-template).

## Create a GitHub action to build a docker image

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ In the project page:
- `continuumio/anaconda3:2024.06-1`
- if the image is hosted on gitlab.renkulab.io:
- `registry.renkulab.io/laura.kinkead1/n2o-pathway-analysis:980f4a3`
- if you want to use a custom image built with Github Actions:
- `ghcr.io/<username>/<projectname>:sha-<hash>`
- You can follow the documentation how to [Use Your Own Docker Image For Renku Sessions](use-your-own-docker-image-for-renku-session)
- The image identifier should be in the format that works with `docker pull`
4. Depending on the image you’re using, you’ll need to fill in the **Advanced settings**. See the information below for how to fill it in:

Expand Down