@@ -12,8 +12,9 @@
// unlikely that a specific generator only breaks with a specific
// compiler.
-
+// Constructed from the DockerFile in admin/linux/DockerFile
def linux = docker.image('dominikschmidt/docker-owncloud-client-linux:latest')
+// Constructed from the DockerFile in admin/win/docker/DockerFile
def win32 = docker.image('dominikschmidt/docker-owncloud-client-win32-cross:latest')
node('CLIENT') {
@@ -1,3 +1,6 @@
+# This DockerFile is used to create the image used for Jenkins, the CI system (see Jenkinsfile)
+# It is not meant to be used to create the production packages.
+
# Distro with Qt 5.6
FROM ubuntu:yakkety