Closed muntac closed 4 years ago
We ran into the need for this when working on https://github.com/concourse/concourse/issues/4993. The build-rc image job in https://ci.concourse-ci.org/teams/main/pipelines/concourse is now packaging a binary with containerd support.
build-rc image
Since this Dockerfile serves as the base image these containerd defaults should be here. iptables is used by cni.
iptables
concourse/concourse#4993
Signed-off-by: Aidan Oldershaw aoldershaw@pivotal.io Co-authored-by: Muntasir Chowdhury mchowdhury@pivotal.io
@cirocosta sorry for being so late in getting back to this. I made the change you requested, and am going to merge.
We ran into the need for this when working on https://github.com/concourse/concourse/issues/4993. The
build-rc image
job in https://ci.concourse-ci.org/teams/main/pipelines/concourse is now packaging a binary with containerd support.Since this Dockerfile serves as the base image these containerd defaults should be here.
iptables
is used by cni.concourse/concourse#4993
Signed-off-by: Aidan Oldershaw aoldershaw@pivotal.io Co-authored-by: Muntasir Chowdhury mchowdhury@pivotal.io