Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: use tags #263

Closed
alexislefebvre opened this issue Nov 29, 2021 · 0 comments
Closed

docker: use tags #263

alexislefebvre opened this issue Nov 29, 2021 · 0 comments

Comments

@alexislefebvre
Copy link
Contributor

alexislefebvre commented Nov 29, 2021

In the examples, the Docker images don't specify a version:

If mariadb publish a new release that break backward compatibility (e.g. a new major release), people may have issues when pulling new versions.

I suggest to specify tags like this:

services:
  db:
    image: mariadb:10.7
    # …

  app:
    image: matomo:4.5-apache

So that users will have to update these numbers to get new major releases of these images.

@alexislefebvre alexislefebvre changed the title docker-compose: use tags docker: use tags Nov 29, 2021
@J0WI J0WI closed this as completed Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants