File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ Not recommend to use the `edge` version in python/Dockerfile of OpenDRR/opendrr-
4242## Creating ghcr.io/opendrr/python-env: latest production releases
4343
44441 . Create a new release tag,
45- e.g. a signed tag from the command-line by using ` git tag -s v1.2.2 ` ,
46- typing up a brief release notes, and ` git push origin v1.2.2 ` . (optional)
45+ e.g. a signed tag from the command-line by using ` git tag -s v1.2.3 ` ,
46+ typing up a brief release notes, and ` git push origin v1.2.3 ` . (optional)
47472 . Alternatively or additionally, [ draft a new release] ( https://github.com/OpenDRR/python-env/releases/new )
4848 through the GitHub web interface so the new release and release notes are immediately visible.
49493 . Visit < https://github.com/OpenDRR/python-env/pkgs/container/python-env >
50- and check under "Recent tagged image versions" that the a new image versioned ` latest ` ` 1.2.2 ` is published.
50+ and check under "Recent tagged image versions" that the a new image versioned ` latest ` ` 1.2.3 ` is published.
5151
5252To test locally:
5353
5454``` console
55- docker run -it --rm ghcr.io/opendrr/python-env:1.2.2
55+ docker run -it --rm ghcr.io/opendrr/python-env:1.2.3
5656```
5757
58- To test with OpenDRR/opendrr-api, edit the ` FROM ` line in python/Dockerfile accordingly, e.g. ` FROM ghcr.io/opendrr/python-env:1.2.2 ` .
58+ To test with OpenDRR/opendrr-api, edit the ` FROM ` line in python/Dockerfile accordingly, e.g. ` FROM ghcr.io/opendrr/python-env:1.2.3 ` .
You can’t perform that action at this time.
0 commit comments