Skip to content

Commit

Permalink
docs: fix outdated reference to ubuntu:bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Aug 8, 2023
1 parent e586b26 commit c53971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/howto/base_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are **no guarantees that repositories will behave the same way as other re
For example these are two scenarios that would make your repositories non-reproducible:

- **Your base image is different from `Ubuntu:jammy`.**
If you change the base image in a way that is different from repo2docker's default (the Ubuntu `bionic` image), then repositories that **you** build with repo2docker may be significantly different from those that **other** instances of repo2docker build (e.g., those from [`mybinder.org`](https://mybinder.org)).
If you change the base image in a way that is different from repo2docker's default (the Ubuntu `jammy` image), then repositories that **you** build with repo2docker may be significantly different from those that **other** instances of repo2docker build (e.g., those from [`mybinder.org`](https://mybinder.org)).
- **Your base image changes over time.**
If you choose a base image that changes its composition over time (e.g., an image provided by some other community), then it may cause repositories build with your base image to change in unpredictable ways.
We recommend choosing a base image that you know to be stable and trustworthy.

0 comments on commit c53971b

Please sign in to comment.