Browse Source

Update

tags/v0.0.49^0
Peter Vivell 6 years ago
parent
commit
c754499db1
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      drone.yml

+ 6
- 6
drone.yml View File

25
     username: { from_secret: reg-user }
25
     username: { from_secret: reg-user }
26
     password: { from_secret: reg-pass }
26
     password: { from_secret: reg-pass }
27
     repo: reg.unino.de/develop/debian-${DRONE_REPO_NAMESPACE}-${DRONE_REPO_NAME}
27
     repo: reg.unino.de/develop/debian-${DRONE_REPO_NAMESPACE}-${DRONE_REPO_NAME}
28
-    #mirror: registry-1.docker.io/library/debian:stable-slim
29
-    bip: 172.17.0.1/16 # only effective when bridge not yet existing
28
+    #mirror: registry-1.docker.io
29
+    bip: 172.17.0.1/16 # set bridge if non-existent
30
     context: /drone # defaults to root of git repo
30
     context: /drone # defaults to root of git repo
31
-    #custom_dns: 127.0.0.11 # defaults to google dns 
31
+    #custom_dns: 127.0.0.11 # defaults to 8.8.8.8 and 8.8.4.4 
32
     storage_driver: overlay2 # aufs, overlay or vfs
32
     storage_driver: overlay2 # aufs, overlay or vfs
33
     #debug: true
33
     #debug: true
34
     #launch_debug: true
34
     #launch_debug: true
35
     target: builder # Dockerfile build target e.g. builder, debug, production
35
     target: builder # Dockerfile build target e.g. builder, debug, production
36
     dockerfile: Dockerfile
36
     dockerfile: Dockerfile
37
-    auto_tag: true
38
-    auto_tag_suffix: -linux-amd64
37
+    auto_tag: false
38
+    auto_tag_suffix: linux-amd64
39
     force_tag: true
39
     force_tag: true
40
     tags: [ latest, builder ]
40
     tags: [ latest, builder ]
41
-    build_args:
41
+    build_args: # custom args for docker build, e.g. additional BUILD_DEPS
42
       - BUILD_DEPS=libhidapi-dev libssl-dev zip
42
       - BUILD_DEPS=libhidapi-dev libssl-dev zip
43
 
43
 
44
 
44
 

Loading…
Cancel
Save