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
A image-builder tool act as a client and server. Server code support two running modes, signing images or parsing tags. Each scenario supported by the tool is executed alone in separate runs. Because modes are executed independent we should separate code responsible for this tasks and create separate tool for each scenario.
Reasons
By separating duties, each tool will be developed independent. They will be released independent. The scope of each change will be smaller.
Acceptance Criteria
Image builder client is developed as separate tool.
Image signer is developed as separate tool.
Tags parser is developed as separate tool.
The text was updated successfully, but these errors were encountered:
Description
A image-builder tool act as a client and server. Server code support two running modes, signing images or parsing tags. Each scenario supported by the tool is executed alone in separate runs. Because modes are executed independent we should separate code responsible for this tasks and create separate tool for each scenario.
Reasons
By separating duties, each tool will be developed independent. They will be released independent. The scope of each change will be smaller.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: