diff options
author | Jingzhao Ni <jingzhao.ni@arm.com> | 2018-08-17 16:58:58 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-17 13:43:28 +0200 |
commit | a540530c66dbd78b83554e22064728c7c03801ea (patch) | |
tree | 67f36b00644eaad75a4cb6bea78b524f297b7d73 /docker/core | |
parent | 816438f37e1a47bb3408c89d982c3fc37f893b64 (diff) |
Add some build option in build.sh for supporting arm arch
In build.sh, add some build options for arm arch.
It also updates constraints to OpenStack Queens.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I3cc6c10e2e52c281e2324d8b42b721383be30c0b
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/core')
-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 f07f4da3..d48980de 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.7 ARG BRANCH=master -ARG OPENSTACK_TAG=stable/pike +ARG OPENSTACK_TAG=stable/queens ARG OPNFV_TAG=master RUN apk --no-cache add --update python py-pip bash git grep && \ |