Skip to content

Commit

Permalink
Revert "Update containerd to 1.4.0-beta.0"
Browse files Browse the repository at this point in the history
This reverts commit 7bcd610.

1.4.0-beta.0 fails with "containerd: symbol lookup error: containerd: undefined symbol: seccomp_api_set"
  • Loading branch information
tianon committed May 20, 2020
1 parent 04d259f commit b92a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerd/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -eux; \
runc --version

# https://github.com/containerd/containerd/releases
ENV CONTAINERD_VERSION 1.4.0-beta.0
ENV CONTAINERD_VERSION 1.3.4

RUN set -eux; \
wget -O containerd.tar.gz "https://github.com/containerd/containerd/releases/download/v${CONTAINERD_VERSION}/containerd-${CONTAINERD_VERSION}.linux-amd64.tar.gz" --progress=dot:giga; \
Expand Down

0 comments on commit b92a10a

Please sign in to comment.