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-
42
42
## Creating ghcr.io/opendrr/python-env: latest production releases
43
43
44
44
1 . 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)
47
47
2 . Alternatively or additionally, [ draft a new release] ( https://github.com/OpenDRR/python-env/releases/new )
48
48
through the GitHub web interface so the new release and release notes are immediately visible.
49
49
3 . 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.
51
51
52
52
To test locally:
53
53
54
54
``` 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
56
56
```
57
57
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