Merge branch 'v1.3'
This commit is contained in:
commit
73e10c96cc
14 changed files with 303 additions and 41 deletions
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
sudo -E apt-get -yq update
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-engine=${DOCKER_VERSION}*
|
||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install docker-ce=${DOCKER_VERSION}*
|
||||
docker version
|
||||
|
||||
pip install --user -r requirements.txt
|
||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
export REPO='containous/traefik'
|
||||
|
||||
export DOCKER_VERSION=1.12.6
|
||||
export DOCKER_VERSION=17.03.0
|
||||
|
||||
if VERSION=$(git describe --exact-match --abbrev=0 --tags);
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue