yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
242 stars 72 forks source link

How to correctly use the tag ":v0.0.0" #12

Closed CleverMindDev closed 5 years ago

CleverMindDev commented 6 years ago

By checking the documentation

Tags :latest, :amd64 latest branch based on amd64 :master master branch usually inline with latest :v0.0.0 version number related to mariadb version :armhf, :arm32v7 Armv7 based on latest tag but arm architecture

I am trying to specify the tag ":vX.X.X" as described in the documentation to build the correct image for the desired mariadb version.

For example I am using in the Dockerfile:

FROM yobasystems/alpine-mariadb:v10.2.15
...etc...

However it fails.

The only working tags are the ones described here

Am I doing something wrong ?

dominictayloruk commented 6 years ago

No it's just the auto tagging doesn't work on the quay.io and dockerhub automated builds.

Also if the versions become stale, old or unsupported or contain vulnerabilities then I usually delete them. Maybe I will tag the last two versions and maybe also implement a :stable tag.

KingRial commented 5 years ago

It would be nice to be able to use at least a ":stable" tag.

For example, right now the current "latest" image has a big issue: https://github.com/yobasystems/alpine-mariadb/issues/24

And there is no way to use easily previous stable images

dominictayloruk commented 5 years ago

Next on the list. Manifest creation for auto arch version tag coming soon.

dominictayloruk commented 5 years ago

Think this is sorted.

Both :stable and :10.3.16 are available now. Going forward with new versions they should be tagged and the old ones left for historical reasons unless there are multiple security vulnerabilities, in which case i'll delete the tags.