Przeglądaj źródła

Update

tags/0.0.47^0
Peter Vivell 6 lat temu
rodzic
commit
e92f58e344
2 zmienionych plików z 2 dodań i 4 usunięć
  1. 0
    2
      Dockerfile
  2. 2
    2
      drone.yml

+ 0
- 2
Dockerfile Wyświetl plik

@@ -5,8 +5,6 @@ FROM debian:stable-slim as builder
5 5
 # ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
6 6
 # ENV HOME /
7 7
 
8
-RUN cat /etc/resolv.conf 
9
-
10 8
 # Prepare build dependencies and clean up
11 9
 ARG BUILD_DEPS
12 10
 RUN apt-get -q update && \

+ 2
- 2
drone.yml Wyświetl plik

@@ -26,9 +26,9 @@ steps:
26 26
     password: { from_secret: reg-pass }
27 27
     repo: reg.unino.de/develop/debian-${DRONE_REPO_NAMESPACE}-${DRONE_REPO_NAME}
28 28
     #mirror: registry-1.docker.io/library/debian:stable-slim
29
-    bip: 172.17.0.1/16
29
+    bip: 172.17.0.1/16 # only effective when bridge not yet existing
30 30
     context: /drone # defaults to root of git repo
31
-    #custom_dns: 127.0.0.11
31
+    #custom_dns: 127.0.0.11 # defaults to google dns 
32 32
     storage_driver: overlay2 # aufs, overlay or vfs
33 33
     #debug: true
34 34
     #launch_debug: true

Ładowanie…
Anuluj
Zapisz