Open CedarMist opened 1 year ago
We could in addition tag based on the PARATIME_VERSION
field specified in the Dockerfile? So we would get things like sapphire-dev:0.6.1-testnet
in addition to the above automatic tags in case someone wants to test a specific runtime version.
So, to summarise:
Extract PARATIME_VERSION
from container and add an additional tag. These won't be pruned as they're not prefixed with latest-
.
Will see how to get the PARATIME_VERSION param, and add to #420 if it's a quick addition.
SUMMARY
The sapphire-dev container
latest
tag will pull an image with whatever the most recent commits are.If I'm targeting sapphire-dev:latest do I expect to get the latest stable version.
Is it worth the hassle to maintain tagged releases of the docker container for each test & stable release. Maybe another branch for
latest-test
which is equivalent tolatest
when it becomes stable.Suggested tags: