diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-01 21:48:32 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-02 10:05:44 +0200 |
commit | e1e45a4ae324a1f9894ab9dd173d894644ff47b5 (patch) | |
tree | a5dc55c031a8a6640ebceb74691f0cc7868c58b2 /docker/core/Dockerfile | |
parent | 00ec114c0f387630dfa060bcd613baa10fd627c1 (diff) |
Update Kubernetes to v1.11.2
Change-Id: If674867a7dc488c64fc3f0cda530560b5d306416
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core/Dockerfile')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index 1c699c34..16a0a078 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -6,7 +6,7 @@ ARG OPNFV_TAG=master RUN apk --no-cache add --update python py-pip bash git grep && \ git clone --depth 1 https://gerrit.opnfv.org/gerrit/functest-kubernetes /src/functest-kubernetes && \ - (cd /src/functest-kubernetes && git fetch --tags origin $BRANCH && git checkout FETCH_HEAD) && \ + (cd /src/functest-kubernetes && git fetch --depth 1 --tags origin $BRANCH && git checkout FETCH_HEAD) && \ pip install \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$OPNFV_TAG \ -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG \ |