-
Notifications
You must be signed in to change notification settings - Fork 41
Update docker build links #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Currently the general container registry link redirects to files from 2022. This PR updates to the package location of builds for napari and napri-xpra.
Lol, i think the published date is when we started publishing packages. 🤯 |
Builds are available in the [GitHub Container Registry](https://github.com/orgs/napari/packages). | ||
Builds are available in the GitHub Container Registry: | ||
- [napari](https://github.com/napari/napari/pkgs/container/napari) | ||
- [napari-xpra](https://github.com/napari/napari/pkgs/container/napari-xpra) | ||
|
||
A dockerfile is added to napari root to allow build of a docker image using official napari release. | ||
It contains two targets built on top of Ubuntu 20.04: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It contains two targets built on top of Ubuntu 20.04: | |
It contains two targets built on top of the official Python 3.11 slim-bookworm image: |
I'm not sure this is important. Maybe we just delete it so it's not something that needs to be maintained?
Similarly, below it should say:
napari
: The result of `python -m pip install pip install "napari[all]", including all the ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I can go ahead and review the rest of the doc. I just put the PR together when I saw the links 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updating this is on my todo list 👀 (along with updating the xpra container), so I'd not worry about the whole document. But I just noticed those two lines as being out-dated. We could just remove them.
Currently the general container registry link redirects to files from 2022. This PR updates to the package location of builds for napari and napri-xpra.