This repository contains Qt 4 embedded (32 bit) on linux host with Qt Virtual Framebuffer.
117
Note: The image was pushed manually due to the 2 hour build time out for automated builds.
This repository contains Dockerfile for Qt 4 embedded on linux host with Qt Virtual Framebuffer.
Install Docker.
Download image from public Docker Hub Registry:
docker pull frankwolf/32bit-qt4-embedded:4.8.6
docker build --build-arg QT_VERSION=4.8.6 -t frankwolf/32bit-qt4-embedded:4.8.6 .
docker build --build-arg QT_VERSION=4.6.3 --build-arg QT_CONFIGURE_OPTIONS="-opensource -embedded x86 -little-endian -nomake demos -nomake examples -nomake docs -nomake tests -nomake tools -nomake translations -no-cups -no-webkit -no-script -no-scripttools -no-javascript-jit -no-multimedia -no-svg -no-neon -no-opengl -no-phonon -no-phonon-backend -no-qt3support -no-freetype -confirm-license -stl -exceptions -qvfb -qt-gfx-vnc -no-largefile -xmlpatterns" -t frankwolf/32bit-qt4-embedded:4.6.3 .
With Qt Virtual Framebuffer:
docker run -it --rm -v /<path_to_data>:/data -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY -e QVFB="-width 800 -height 480" frankwolf/32-bit-qt4-embedded:4.8.6
Without Qt Virtual Framebuffer:
docker run -it --rm -v /<path_to_data>:/data frankwolf/32-qt4-embedded:4.8.6
Content type
Image
Digest
Size
1.4 GB
Last updated
over 9 years ago
docker pull frankwolf/32bit-qt4-embedded:4.8.6