You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, we have build-image command with persist_checksum: true. If this command runs, it will generate env LETS_CHECKSUM_CHANGED and LETS_CHECKSUM.
It would be very convenient to pass this env vars to unpack-container as build-image is in it's depends so we could use those envs in root cmd.
env vars can be named by pattern LETS_<UPPERCASED_AND_UNDERSCORED_CMD_NAME>_CHECKSUM and so on.
The text was updated successfully, but these errors were encountered:
Example
In this example, we have
build-image
command with persist_checksum: true. If this command runs, it will generate env LETS_CHECKSUM_CHANGED and LETS_CHECKSUM.It would be very convenient to pass this env vars to
unpack-container
asbuild-image
is in it's depends so we could use those envs in root cmd.env vars can be named by pattern
LETS_<UPPERCASED_AND_UNDERSCORED_CMD_NAME>_CHECKSUM
and so on.The text was updated successfully, but these errors were encountered: