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
During the building process of each package. the SDK should perform the following tasks for each service that includes the EXTRA_OPTS flag:
Check that the service also includes the FLAGS env (ideally, we should check that these flags are not present in the entrypoint.sh, but this might be more complex).
Check that the package includes check_extra_opts.sh and that it follows the exact expected format
Check that the last line of the entrypoint.sh follows the format `./command check_extra_opts(FLAGS, EXTRA_OPTS)
The text was updated successfully, but these errors were encountered:
This issue is tightly related to dappnode/DAppNode#549
During the building process of each package. the SDK should perform the following tasks for each service that includes the
EXTRA_OPTS
flag:FLAGS
env (ideally, we should check that these flags are not present in theentrypoint.sh
, but this might be more complex).check_extra_opts.sh
and that it follows the exact expected formatentrypoint.sh
follows the format `./command check_extra_opts(FLAGS, EXTRA_OPTS)The text was updated successfully, but these errors were encountered: