From 717f24eeb99bec6198c56758a15642fb37eea5ac Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 02:54:18 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 684dcfe..da9df15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,30 @@ kind: pipeline type: docker -name: default +name: test platform: arch: amd64 os: linux steps: - - name: config + - name: test-config image: docker/compose:1.29.2 commands: - cp .env.example .env - - docker-compose config \ No newline at end of file + - docker-compose config + +--- +kind: pipeline +type: ssh +name: publish + +server: + host: 10.10.14.176 + user: root + password: dsidel123! + +steps: + - name: publish + commands: + - pwd + - ls From 4777d06d1044db99c0ca3e5460721b6af8345607 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 03:01:43 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index da9df15..a793cc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,17 +14,17 @@ steps: - docker-compose config --- -kind: pipeline -type: ssh -name: publish +# kind: pipeline +# type: ssh +# name: publish -server: - host: 10.10.14.176 - user: root - password: dsidel123! +# server: +# host: 10.10.14.176 +# user: root +# password: dsidel123! -steps: - - name: publish - commands: - - pwd - - ls +# steps: +# - name: publish +# commands: +# - pwd +# - ls From 587b95e95632b6c5cf320a6dd483e2c54a767c6c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 03:02:28 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a793cc6..b5e7e04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,6 @@ steps: - cp .env.example .env - docker-compose config ---- # kind: pipeline # type: ssh # name: publish @@ -27,4 +26,4 @@ steps: # - name: publish # commands: # - pwd -# - ls +# - ls \ No newline at end of file From 55cdf6b19e38ff34f0273722ec84896e62aec375 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 03:05:36 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9cfe0b7..7b5590a 100644 --- a/README.md +++ b/README.md @@ -20,20 +20,12 @@ networks: "http://hub-mirror.c.163.com", "https://docker.mirrors.ustc.edu.cn" ], - "insecure-registries": ["172.20.32.1:5000"], - "debug": false, - "experimental": false, - "features": { - "buildkit": true - }, - "builder": { - "gc": { - "enabled": true, - "defaultKeepStorage": "20GB" - } - } + "insecure-registries": ["10.10.14.176:5000"] } ``` +systemctl daemon-reload +systemctl restart docker +docker info ## 其他