feat: revert to bash files module (#125)

https://github.com/blue-build/cli/issues/118#issuecomment-1992536977
as mentioned here reverting to the bash files module simplifies the
build process (and allows for better usage of `ostree container
commit`). It also means there are less overall layers and (ideally) a
smaller image as a result. Tested locally and template generation seems
to work just fine
This commit is contained in:
gerblesh 2024-03-16 22:07:52 -07:00 committed by GitHub
parent 90d2d52ebc
commit 0e3d6eba9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,6 @@
{%- if let Some(type) = module.module_type %}
{%- if type == "containerfile" %}
{%- include "modules/containerfile/containerfile.j2" %}
{%- else if type == "files" %}
{%- include "modules/files/files.j2" %}
{%- else %}
RUN \
--mount=type=tmpfs,target=/var \