fix: Put export script in own image

HEREDOC support for podman doesn't work exactly 1-1 with Dockerfiles. This fix gives the export script its own image that we mount.
This commit is contained in:
Gerald Pinder 2024-03-27 00:08:58 -04:00
parent ae9c3ef83a
commit 19c93ce742
9 changed files with 29 additions and 28 deletions

View file

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1
{%- include "stages.j2" %}
FROM {{ recipe.base_image }}:{{ recipe.image_version }}