Skip to content

Commit 94a0043

Browse files
committed
upgrade: Link dockerfile
1 parent 8f0d763 commit 94a0043

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/config_files.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ To see an example repository visit
233233
`nix binder example <https://github.com/binder-examples/nix>`_.
234234

235235

236+
.. _dockerfile:
237+
236238
``Dockerfile`` - Advanced environments
237239
======================================
238240

docs/source/howto/breaking_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this case you should see if your packages can be installed using a {ref}`Cond
1616

1717
Alternatively you can try installing the packages from source, using a {ref}`postBuild <postBuild>` script.
1818

19-
As a last resort you can install an older version of repo2docker locally, build your image, push it to a public container registry such as [Docker Hub](https://hub.docker.com/), [GitHub Container Registry](https://docs.github.com/en/packages/guides/about-github-container-registry) or [quay.io](https://quay.io/), and replace your repository's repo2docker configuration with a minimal `Dockerfile` containing just.
19+
As a last resort you can install an older version of repo2docker locally, build your image, push it to a public container registry such as [Docker Hub](https://hub.docker.com/), [GitHub Container Registry](https://docs.github.com/en/packages/guides/about-github-container-registry) or [quay.io](https://quay.io/), and replace your repository's repo2docker configuration with a minimal {ref}`Dockerfile <dockerfile>` containing just:
2020

2121
```dockerfile
2222
FROM <registry>/<username>/<image>:<tag>

0 commit comments

Comments
 (0)