Skip to content

Commit

Permalink
Tweak release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Nov 17, 2023
1 parent 8fd6e2c commit 0894b56
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,8 @@ Tagged Docker images will be pushed to Dockerhub.

docker run -ti dolfinx/dolfinx:v0.5.0

Do *not* update the `stable` tag using `docker pull` and `docker push`. Instead,
install the `regclient` utility https://github.com/regclient/regclient using the
provided binaries. `regclient` can properly handle copying multi-architecture images.

regctl registry login docker.io
regctl image copy dolfinx/dolfinx:<tag> dolfinx/dolfinx:stable
regctl image copy dolfinx/lab:<tag> dolfinx/lab:stable
regctl image copy dolfinx/dev-env:<tag> dolfinx/dev-env:stable
regctl image copy dolfinx/dolfinx-onbuild:<tag> dolfinx/dolfinx-onbuild:stable
Use the Update stable Docker tag workflow to update/link `:stable` to e.g.
`v0.5.0`.

### pypa

Expand Down

0 comments on commit 0894b56

Please sign in to comment.