Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #141 from seemethere/fix_xenial
Browse files Browse the repository at this point in the history
Build this on xenial instead
Upstream-commit: fbc1757
Component: packaging
  • Loading branch information
seemethere authored Aug 16, 2018
2 parents 1cdc07f + cfdb136 commit 6fee85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/packaging/deb/ubuntu-xenial/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 6fee85f

Please sign in to comment.