It updates to the latest Alpine release [1]
[1] https://www.alpinelinux.org/posts/Alpine-3.9.0-released.html
Change-Id: I4afbc1d4830647f11509a02df5820ce7d33541ae
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-FROM golang:alpine3.8
+FROM golang:alpine3.9
ARG BRANCH=master
ARG OPENSTACK_TAG=master
COPY thirdparty-requirements.txt thirdparty-requirements.txt
RUN apk --no-cache add --update make py-pip bash git go \
grep rsync linux-headers musl-dev findutils \
- libffi libssl1.0 libjpeg-turbo && \
+ libffi openssl libjpeg-turbo && \
apk --no-cache add --virtual .build-deps --update \
python-dev libffi-dev openssl-dev libjpeg-turbo-dev && \
pip install \
RUN apk --no-cache add --update make py-pip bash git \
grep rsync linux-headers musl-dev findutils \
- libffi libssl1.0 libjpeg-turbo && \
+ libffi openssl libjpeg-turbo && \
apk --no-cache add --virtual .build-deps --update \
gcc python-dev libffi-dev openssl-dev libjpeg-turbo-dev && \
git init /src/k8s.io/kubernetes && \