Build this on xenial instead
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com> Upstream-commit: 587c5995b3283f49410fc8bb89f9d7dad67a6ab7 Component: packaging
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
ARG GO_IMAGE
|
||||
FROM ${GO_IMAGE} as golang
|
||||
|
||||
FROM ubuntu:trusty
|
||||
FROM ubuntu:xenial
|
||||
|
||||
RUN apt-get update && apt-get install -y curl devscripts equivs git
|
||||
|
||||
@ -22,7 +22,7 @@ RUN mkdir -p /go/src/github.com/crosbymichael && tar -xzf /sources/containerd-pr
|
||||
RUN ln -snf /go/src/github.com/docker/cli /root/build-deb/cli
|
||||
|
||||
ENV DISTRO ubuntu
|
||||
ENV SUITE trusty
|
||||
ENV SUITE xenial
|
||||
|
||||
COPY --from=golang /usr/local/go /usr/local/go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user