fix: Remove tmpfs for /tmp (#123)

This commit is contained in:
Gerald Pinder 2024-03-17 00:38:18 -04:00 committed by GitHub
parent 8006af3ec9
commit 90d2d52ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,6 @@
{%- include "modules/files/files.j2" %} {%- include "modules/files/files.j2" %}
{%- else %} {%- else %}
RUN \ RUN \
--mount=type=tmpfs,target=/tmp \
--mount=type=tmpfs,target=/var \ --mount=type=tmpfs,target=/var \
--mount=type=bind,from=stage-config,src=/config,dst=/tmp/config,rw \ --mount=type=bind,from=stage-config,src=/config,dst=/tmp/config,rw \
{%- if let Some(source) = module.source %} {%- if let Some(source) = module.source %}