oci: ignore non existing containers on delete
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
fbc5e49a60
commit
2ddc062bbe
3 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ RUN mkdir -p /usr/src/criu \
|
|||
&& rm -rf /usr/src/criu
|
||||
|
||||
# Install runc
|
||||
ENV RUNC_COMMIT v1.0.0-rc3
|
||||
ENV RUNC_COMMIT 639454475cb9c8b861cc599f8bcd5c8c790ae402
|
||||
RUN set -x \
|
||||
&& export GOPATH="$(mktemp -d)" \
|
||||
&& git clone https://github.com/opencontainers/runc.git "$GOPATH/src/github.com/opencontainers/runc" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue