.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d4e943eabb
commit
88daf62b89
|
@ -136,14 +136,17 @@ local util = import 'lib/util.libsonnet';
|
|||
//"docker stack rm squid",
|
||||
//"sleep 60",
|
||||
// "docker volume rm squid_squid-cache",
|
||||
//'export SQUID_IMAGE=$${LOCAL_DOCKER_REGISTRY}squid',
|
||||
'export SQUID_IMAGE=$${LOCAL_DOCKER_REGISTRY}squid',
|
||||
//'docker login $${LOCAL_DOCKER_REGISTRY} --username client --password "$${LOCAL_REGISTRY_PASSWORD}"',
|
||||
//'docker pull $${SQUID_IMAGE}',
|
||||
'docker pull $${SQUID_IMAGE}',
|
||||
"docker stack deploy -c docker-compose.yml squid",
|
||||
]
|
||||
}
|
||||
},
|
||||
),
|
||||
],
|
||||
image_pull_secrets: [
|
||||
'dockerconfigjson'
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -97,6 +97,8 @@ steps:
|
|||
- set -e
|
||||
- cd /stack/squid/myCA
|
||||
- cd ..
|
||||
- export SQUID_IMAGE=$${LOCAL_DOCKER_REGISTRY}squid
|
||||
- docker pull $${SQUID_IMAGE}
|
||||
- docker stack deploy -c docker-compose.yml squid
|
||||
username:
|
||||
from_secret: ssh-user
|
||||
|
@ -127,4 +129,7 @@ volumes:
|
|||
host:
|
||||
path: /etc/docker/certs.d
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue