Docker Image for QT
-
wrote on 10 Jul 2018, 11:00 last edited by
Hi, I am using Qt 5.10.1 for my project. Where can I find the official docker image for Qt 5.10.1? In docker hub there are few..but which is the latest and which one to choose?
-
Hi,
What docker image are you referring to ?
What are you doing with it ? -
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. -
wrote on 11 Jul 2018, 06:50 last edited by
@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.
-
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. -
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.wrote on 1 Aug 2018, 14:21 last edited by@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?
-
@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?
wrote on 1 Aug 2018, 17:16 last edited by -
@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?
Lifetime Qt Championwrote on 1 Aug 2018, 18:39 last edited by mrjj 8 Jan 2018, 18:39@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. -
wrote on 19 Apr 2019, 14:13 last edited by
I offer qt builds in docker as well. I build various versions, feel free to try them:
-
wrote on 1 Feb 2023, 18:38 last edited by Luc4 2 Jan 2023, 18:40
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.
-
wrote on 6 Nov 2023, 18:26 last edited by
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. -
wrote on 22 Feb 2024, 10:37 last edited by
https://felgo.com/ Try this if what you want is just a black box Qt environment.