Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2c2512

Browse filesBrowse files
authored
Fix repo2docker version (empa-scientific-it#139)
It seems that a recent update to Mamba is causing a problem when building the Docker image from the repo via repo2docker. See jupyterhub/mybinder.org-deploy#2714. This PR fixes the version of `repo2docker` to the last one that didn't have this problem, and the image is built correctly.
1 parent b59b378 commit a2c2512
Copy full SHA for a2c2512

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎.github/workflows/build-docker-image.yml

Copy file name to clipboardExpand all lines: .github/workflows/build-docker-image.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
2828
DOCKER_REGISTRY: ghcr.io
2929
IMAGE_NAME: ${{ github.repository }}
30+
FORCE_REPO2DOCKER_VERSION: jupyter-repo2docker==2023.06.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.