DiamondLightSource / python3-pip-skeleton

Archived in favour of https://github.com/DiamondLightSource/python-copier-template
Apache License 2.0
4 stars 4 forks source link

Incorrect documentation for running containers #158

Open AlexanderWells-diamond opened 10 months ago

AlexanderWells-diamond commented 10 months ago

The documentation for running containers refers to a "main" tag on built images. The current code workflow has no way to generate such a tag - the only ones it does out of the box are "latest" and the version number for a tag. There is commented out code that can generate images with the "edge" tag, but that still isn't "main".

gilesknap commented 10 months ago

FYI `oci1 registries will also reject capitals in names so the container image URI needs to be lcased too.