Manuel
Manuel
There are several tags that we simply won’t support, like a `x` or `x.y.-alpha` tag. There should however be an `alpha` and `beta` tag, just like they exist on npm,...
> If the latest option of flavor is on auto, it may handle this properly, but I don't know how it behaves when alpha and beta are appended to the...
If the `latest` label should be the the latest stable release, I am not sure there is any point in keeping the `latest` tag. Because the `latest` tag cannot be...
It seems that npm also uses the `latest` tag as in "latest stable", regardless of major version changes. We are also promoting this on the parse server npm bades in...
Alright, let's add the `latest` tag to docker then.
I think we can close this; `latest` tag is used for docker images that are built based on releases from the `release` branch, i.e. for us it means "latest stable"....
Got it. It looks like we have everything covered except for the `alpha` and `beta` tags, which I agree would be nice to have. Other labels like `x.y-beta` are not...
Docker images need to be created manually (using the GH workflow) when releasing hotfixes. The workflows seemed to run fine, so this needs some more investigation why the images apparently...
I went through the recent releases and made sure they have corresponding images on docker hub. If there is a release missing, please let me know and I'll manually push...
You are only referring to the coverage, right?