concourse / concourse-docker

Offical concourse/concourse Docker image.
Apache License 2.0
241 stars 153 forks source link

Add containerd namespace and run iptables #56

Closed muntac closed 4 years ago

muntac commented 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.

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

muntac commented 4 years ago

@cirocosta sorry for being so late in getting back to this. I made the change you requested, and am going to merge.