FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    How can I pull the latest docker image

    Scheduled Pinned Locked Moved
    Q&A
    docker docker-compose update image
    3
    4
    17.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • danD
      dan
      last edited by

      I used the docker compose instructions, but can't figure out how to pull the latest version. I'm stuck on the older version. What's the best way to proceed?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      • danD
        dan
        last edited by

        The docker compose references the latest tag, but that tag is not dynamic, it is only the latest at a point in time.

        To ensure you have the most recent latest tag - you can always run this command: docker pull fusionauth/fusionauth-app:latest

        This is a common point of confusion, and there are lots of opinions on it as you might imagine. For your reading pleasure:

        https://vsupalov.com/docker-latest-tag/
        https://blog.container-solutions.com/docker-latest-confusion

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • A
          aswetnatex
          last edited by

          How can I pull the latest docker image

          A 1 Reply Last reply Reply Quote 0
          • A
            Alex Patterson @aswetnatex
            last edited by

            @aswetnatex

            docker pull fusionauth/fusionauth-app:latest
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post