Просмотр исходного кода

admin/linux/Dockerfile: Add comments

Olivier Goffart 8 лет назад
Родитель
Сommit
cfe9909560
2 измененных файлов с 5 добавлено и 1 удалено
  1. 2 1
      Jenkinsfile
  2. 3 0
      admin/linux/Dockerfile

+ 2 - 1
Jenkinsfile

@@ -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') {

+ 3 - 0
admin/linux/Dockerfile

@@ -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