You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every RUN or COPY line in a Dockerfile ends up creating another docker layer. For apptainer that isn't a very big deal because it collapses all the layers when it downloads from dockerhub, but for docker and podman that requires another overlayfs level which will affect runtime performance. I think the OSG docker containers should be converted to use a single RUN command, so the only layers are from inherited containers.
The text was updated successfully, but these errors were encountered:
matyasselmeci
added a commit
to matyasselmeci/docker-osg-build
that referenced
this issue
Sep 22, 2023
Every RUN or COPY line in a Dockerfile ends up creating another docker layer. For apptainer that isn't a very big deal because it collapses all the layers when it downloads from dockerhub, but for docker and podman that requires another overlayfs level which will affect runtime performance. I think the OSG docker containers should be converted to use a single RUN command, so the only layers are from inherited containers.
The text was updated successfully, but these errors were encountered: