Skip to content

Commit

Permalink
fix: Remove tmpfs for /tmp (blue-build#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder authored Mar 17, 2024
1 parent 8006af3 commit 90d2d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/templates/modules/modules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,6 @@
{%- include "modules/files/files.j2" %}
{%- else %}
RUN \
--mount=type=tmpfs,target=/tmp \
--mount=type=tmpfs,target=/var \
--mount=type=bind,from=stage-config,src=/config,dst=/tmp/config,rw \
{%- if let Some(source) = module.source %}
Expand Down

0 comments on commit 90d2d52

Please sign in to comment.