Qt5
Dockerfile for creating images for Qt5 images.
The images created will be based on Debian. The Qt5 and gcc version used will be based on the debian version. For example, "buster" will have qt5 5.11.3 and g++ 8.3.0.
Properties
This image's image name and tag for use as another image's tag.
The base distribution of this image.
The command used to compile source files into an executable form.
The Dockerfile DSL that the image should be generated from.
The mounting policy for this image.
The command used to run executables of the specific language.
Functions
Builds an image based on dockerfileSpec, and returns the resulting image ID.
Returns a proxy handle of the image.
Retrieves the image as defined by dockerfileSpec, or null
if such an image does not exist.
The tag of the image.
Installs a software package into the distribution.
Sets the necessary environment variables for the image.
Updates all packages in the distribution.