Add MTU propagation docker-shim also to rootless dind runner images

Related to #1201
This commit is contained in:
Yusuke Kuoka
2022-09-21 02:42:22 +00:00
parent e7a21cfc53
commit e5bb130fda
3 changed files with 15 additions and 2 deletions

View File

@@ -103,6 +103,10 @@ COPY entrypoint.sh logger.bash startup.sh update-status /usr/bin/
COPY supervisor/ /etc/supervisor/conf.d/
RUN chmod +x /usr/bin/startup.sh /usr/bin/entrypoint.sh
# Copy the docker shim which propagates the docker MTU to underlying networks
# to replace the docker binary in the PATH.
COPY docker-shim.sh /usr/local/bin/docker
# Configure hooks folder structure.
COPY hooks /etc/arc/hooks/