Giter Club home page Giter Club logo

Comments (3)

ldez avatar ldez commented on May 25, 2024 1

mimolette references the minor version.

A minor version can require some migration, I'm not sure that a v2 can be an improvement.

from traefik.

ldez avatar ldez commented on May 25, 2024

Hello,

traefik:latest is a floating tag, you should pull the tag explicitly because docker-compose will not do it automatically.

As you already have the image traefik:latest locally, Docker detects it, and then it will not try to download it again, so you need to explicitly pull the image to update the reference.

$ docker pull traefik:latest                
latest: Pulling from library/traefik
4abcf2066143: Already exists 
43642c84faa0: Already exists 
34770c1f816c: Pull complete 
e2ea386b2b17: Pull complete 
Digest: sha256:c6f6001dd1fc09fb0ae47ad2198102c40a8d9586c02d6040d561fd4fb7e91f45
Status: Downloaded newer image for traefik:latest
docker.io/library/traefik:latest

$ docker run --rm -it traefik:latest version
Version:      2.11.2
Codename:     mimolette
Go version:   go1.22.2
Built:        2024-04-11T15:38:45Z
OS/Arch:      linux/amd64

You can also do docker-compose pull.


Note: I recommend not using traefik:latest because when the v3.0 happens this tag will reference the v3 and not the v2.
I recommend using v2.11 or mimolette (they are also floating tags).

from traefik.

cdemi avatar cdemi commented on May 25, 2024

By any chance is there a v2 tag? Or would that be mimolette? Basically is mimolette referring to the major version or minor version?

from traefik.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.