Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Docker Image for QT
Forum Updated to NodeBB v4.3 + New Features

Docker Image for QT

Scheduled Pinned Locked Moved Unsolved General and Desktop
12 Posts 8 Posters 20.0k Views 4 Watching
  • 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi,

    What docker image are you referring to ?
    What are you doing with it ?

    Interested in AI ? www.idiap.ch
    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

    U 1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #3

      Hi
      There is no official docker images.
      They are made by 3rd party individuals
      The current Qt is QT 5.11.1
      I think these are current
      https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/
      as mention here
      https://hub.docker.com/r/vookimedlo/ubuntu-qt/
      "For convenience, the latest Qt from official release repository is also available as a separate docker image.
      See images tagged with a 'latestDistroOfficial-*' tag."

      As far as I know , the Qt Company is not supplying any docker images for any of the official
      release.

      U 2 Replies Last reply
      4
      • SGaistS SGaist

        Hi,

        What docker image are you referring to ?
        What are you doing with it ?

        U Offline
        U Offline
        user2301
        wrote on last edited by
        #4

        @SGaist Hi, for compiling our tool basically we need the open source version of the Qt library from https://www.qt.io/download . I was searching for docker image of QT 5.10.1 or later versions so that we use that image for build. To dockerize the project build.

        1 Reply Last reply
        0
        • mrjjM mrjj

          Hi
          There is no official docker images.
          They are made by 3rd party individuals
          The current Qt is QT 5.11.1
          I think these are current
          https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/
          as mention here
          https://hub.docker.com/r/vookimedlo/ubuntu-qt/
          "For convenience, the latest Qt from official release repository is also available as a separate docker image.
          See images tagged with a 'latestDistroOfficial-*' tag."

          As far as I know , the Qt Company is not supplying any docker images for any of the official
          release.

          U Offline
          U Offline
          user2301
          wrote on last edited by
          #5

          @mrjj Okay thank you so much.

          1 Reply Last reply
          0
          • mrjjM mrjj

            Hi
            There is no official docker images.
            They are made by 3rd party individuals
            The current Qt is QT 5.11.1
            I think these are current
            https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/
            as mention here
            https://hub.docker.com/r/vookimedlo/ubuntu-qt/
            "For convenience, the latest Qt from official release repository is also available as a separate docker image.
            See images tagged with a 'latestDistroOfficial-*' tag."

            As far as I know , the Qt Company is not supplying any docker images for any of the official
            release.

            U Offline
            U Offline
            user2301
            wrote on last edited by
            #6

            @mrjj These https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/ , https://hub.docker.com/r/vookimedlo/ubuntu-qt/ could be run on windows containers?

            Pablo J. RoginaP mrjjM 2 Replies Last reply
            0
            • U user2301

              @mrjj These https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/ , https://hub.docker.com/r/vookimedlo/ubuntu-qt/ could be run on windows containers?

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on last edited by
              #7

              @user2301 you may want to contact the Docker images' author

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              2
              • U user2301

                @mrjj These https://hub.docker.com/r/vookimedlo/ubuntu-qt/tags/ , https://hub.docker.com/r/vookimedlo/ubuntu-qt/ could be run on windows containers?

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by mrjj
                #8

                @user2301
                Hi, the issue is that with docker directly on windows, its as far as i know still not possible
                to see any GUI. Which means if it would just run, it would only be command line and you not be able to see the compiled app Qt run unless you could get some linux based remote solution up and running.

                (i heard vnc did work but never tested it)

                However, it would be possible to use say use virtual box and run the Docker image in there have a hybrid.

                Please notice that im not expert in this area but at least last time i checked both
                Windows Server Core and Nano Server had disabled remote desktop and hence there was no straight way
                to use GUI based apps.

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  devjb
                  wrote on last edited by
                  #9

                  I offer qt builds in docker as well. I build various versions, feel free to try them:

                  https://github.com/darkmattercoder/qt-build

                  1 Reply Last reply
                  5
                  • L Offline
                    L Offline
                    Luc4
                    wrote on last edited by Luc4
                    #10

                    Old thread, but it appears immediately when looking for the topic. The available solutions seemed to be a bit outdated, so I wrote my own for Qt 5 and 6 Linux amd64/arm64 and Android. For those looking for this, list of available images here: https://bugfreeblog.duckdns.org/docker-qt-tags. Source: https://github.com/carlonluca/docker-qt.

                    1 Reply Last reply
                    1
                    • ThirdStrandT Offline
                      ThirdStrandT Offline
                      ThirdStrand
                      wrote on last edited by
                      #11

                      Another up to date source is:

                      https://hub.docker.com/r/stateoftheartio/qt6

                      I then added extra modules I needed such as MQTT and GRPC and committed my
                      container to a new image.

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        adikol
                        wrote on last edited by
                        #12

                        https://felgo.com/ Try this if what you want is just a black box Qt environment.

                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved