MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
768 stars 438 forks source link

MariaDB 11.1 (preview) #502

Closed rentalhost closed 1 year ago

rentalhost commented 1 year ago

Are preview versions supported?

grooverdan commented 1 year ago

Because we don't do official signed distro packages on the preview releases (like Ubuntu packages) on which the Docker Official Image is made we don't do a Official Docker Image on preview releases either.

However there is a OCI image available on quay.io/mariadb-foundation/mariadb-devel:11.1-preview that has the same specification Docker Official Images.

Unsigned packages do exist on *-autobake builders on our CI system for the preview-11.1-preview branch if interested.

grooverdan commented 1 year ago

Feedback most welcome, including bug reports.

rentalhost commented 1 year ago

Nice! It worked better than I thought.

On my github workflow, I just set image:

    services:
      mariadb:
        image: quay.io/mariadb-foundation/mariadb-devel:11.1
grooverdan commented 1 year ago

If you running a CI system on github for testing, quay.io/mariadb-foundation/mariadb-devel:X.Y are kept up to date, along with quay.io/mariadb-foundation/mariadb-devel:earliest, quay.io/mariadb-foundation/mariadb-devel:latest (as stable version), and quay.io/mariadb-foundation/mariadb-devel:verylatest (as beta onwards, so after the alpha preview release). Bug reports on these most welcome too. Its always nicer to get a bug report pre-release :-)