fix: Remove /var tmpfs

This commit is contained in:
Gerald Pinder 2024-04-16 13:13:37 -04:00
parent 1b32275a33
commit 2c1d1b9473

View file

@ -17,7 +17,6 @@ RUN --mount=type=bind,from=stage-bins,src=/bins,dst=/tmp/bins \
{%- include "modules/containerfile/containerfile.j2" %}
{%- else %}
RUN \
--mount=type=tmpfs,target=/var \
{%- if files_dir_exists %}
--mount=type=bind,from=stage-files,src=/files,dst=/tmp/files,rw \
{%- else %}