Build multi-arch images by default
This commit is contained in:
parent
0f20548386
commit
d250b97b43
18 changed files with 226 additions and 206 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM quay.io/kubernetes-ingress-controller/e2e:v05262020-209405940c6 AS BASE
|
||||
FROM quay.io/kubernetes-ingress-controller/e2e:v05312020-2a72fd981 AS BASE
|
||||
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.12
|
||||
|
||||
RUN apk add -U --no-cache \
|
||||
ca-certificates \
|
||||
|
|
@ -10,11 +10,10 @@ RUN apk add -U --no-cache \
|
|||
libc6-compat \
|
||||
openssl
|
||||
|
||||
RUN curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||
|
||||
COPY --from=BASE /go/bin/ginkgo /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/kubectl /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/cfssl /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/helm /usr/local/bin/
|
||||
COPY --from=BASE /usr/local/bin/cfssljson /usr/local/bin/
|
||||
|
||||
COPY . /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue