We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bd2bf commit 0e6eb33Copy full SHA for 0e6eb33
rules/functions
@@ -197,7 +197,6 @@ define generate_manifest
197
$(eval export tmpfs=$($(1).gz_CONTAINER_TMPFS))
198
$(eval export config_cli_plugin=$($(1).gz_CLI_CONFIG_PLUGIN))
199
$(eval export show_cli_plugin=$($(1).gz_CLI_SHOW_PLUGIN))
200
- j2 $($*.gz_PATH)/Dockerfile$(2).j2 > $($(1).gz_PATH)/Dockerfile$(2)
201
j2 --customize scripts/j2cli/json_filter.py files/build_templates/manifest.json.j2 > $($(1).gz_PATH)/manifest.common.json
202
if [ -f $($*.gz_PATH)/manifest.part.json.j2 ]; then
203
j2 --customize scripts/j2cli/json_filter.py $($(1).gz_PATH)/manifest.part.json.j2 > $($(1).gz_PATH)/manifest.part.json
0 commit comments