mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Update containerd
My patch has been merged so may as well use upstream. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
618c86fcc9
commit
c73f9b3e6b
@ -9,10 +9,10 @@ RUN \
|
||||
linux-headers \
|
||||
make \
|
||||
&& true
|
||||
ENV CONTAINERD_COMMIT=ffe684b017252262431e157741406d4e1fb22831
|
||||
ENV CONTAINERD_COMMIT=25a161bf5d4483bd0bea9e38b0e8fe3ecb17b53e
|
||||
RUN mkdir -p $GOPATH/src/github.com/containerd && \
|
||||
cd $GOPATH/src/github.com/containerd && \
|
||||
git clone https://github.com/justincormack/containerd.git
|
||||
git clone https://github.com/containerd/containerd.git
|
||||
WORKDIR $GOPATH/src/github.com/containerd/containerd
|
||||
RUN git checkout $CONTAINERD_COMMIT
|
||||
RUN make binaries GO_GCFLAGS="-buildmode pie --ldflags '-extldflags \"-fno-PIC -static\"'"
|
||||
|
Loading…
Reference in New Issue
Block a user