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

Commit

Permalink
Clone upstream runc
Browse files Browse the repository at this point in the history
In the future we will need to revert this commit as this commit is
needed to cope with the fact that docker didn't update the upstream
repositories yet.
  • Loading branch information
Renaud Gaubert committed Feb 11, 2019
1 parent 576e591 commit 03af0a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions runtime/Dockerfile.amzn
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN go get github.com/LK4D4/vndr
# runc
WORKDIR $GOPATH/src/github.com/opencontainers/runc

RUN git clone https://github.com/docker/runc.git . && \
git fetch https://github.com/opencontainers/runc.git
RUN git clone https://github.com/opencontainers/runc.git .

# packaging
ARG PKG_VERS
Expand Down
3 changes: 1 addition & 2 deletions runtime/Dockerfile.centos
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN go get github.com/LK4D4/vndr
# runc
WORKDIR $GOPATH/src/github.com/opencontainers/runc

RUN git clone https://github.com/docker/runc.git . && \
git fetch https://github.com/opencontainers/runc.git
RUN git clone https://github.com/opencontainers/runc.git .

# packaging
ARG PKG_VERS
Expand Down
3 changes: 1 addition & 2 deletions runtime/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ RUN go get github.com/LK4D4/vndr
# runc
WORKDIR $GOPATH/src/github.com/opencontainers/runc

RUN git clone https://github.com/docker/runc.git . && \
git fetch https://github.com/opencontainers/runc.git
RUN git clone https://github.com/opencontainers/runc.git .

# packaging
ARG PKG_VERS
Expand Down
3 changes: 1 addition & 2 deletions runtime/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ RUN go get github.com/LK4D4/vndr
# runc
WORKDIR $GOPATH/src/github.com/opencontainers/runc

RUN git clone https://github.com/docker/runc.git . && \
git fetch https://github.com/opencontainers/runc.git
RUN git clone https://github.com/opencontainers/runc.git .

# packaging
ARG PKG_VERS
Expand Down

0 comments on commit 03af0a8

Please sign in to comment.