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 some cases we need only the build_info of a container, and do not need to build the whole container. It would be nice to have a separate CLI option for the creation of the build_info only.
Acceptance Criteria
Implement a CLI options which creates the build_info only.
Add an integration test for this feature.
Implementation hint
Each flavor define in its build_steps.py one or more AnalyzeTask's which represent the build steps
The following link shows how we find and instantiate the AnalyzeTask's for a flavor
Background
In some cases we need only the build_info of a container, and do not need to build the whole container. It would be nice to have a separate CLI option for the creation of the build_info only.
Acceptance Criteria
Implementation hint
script-languages-container-tool/exasol_script_languages_container_tool/lib/tasks/build/docker_flavor_build_base.py
Line 15 in 46a7477
The text was updated successfully, but these errors were encountered: