Fixed
Details
Assignee
Maciej TomczukMaciej TomczukReporter
Kristian AmlieKristian AmlieStory Points
13Remaining Story Points
3Priority
(None)Days in progress
16Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Maciej Tomczuk
Maciej TomczukReporter
Kristian Amlie
Kristian AmlieStory Points
13
Remaining Story Points
3
Priority
Days in progress
16
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created June 4, 2019 at 9:26 AM
Updated June 25, 2024 at 11:55 AM
Resolved July 17, 2022 at 8:59 PM
Acceptance criteria:
Mender-artifact must be able to write an artifact with zero payloads
It must also be able to read this artifact
It must be tested with the client to make sure it can also read and install it correctly
This can be a manual test for now. It will be tested automatically later on with the test in and MEN-5594.
The
artifact_depends
andartifact_provides
headers in the artifact formation specification must be changed to accept free form string pairs, just like the version intype-info
.Remember to update the spec as well, not just the code!
There must be command line options to fill these headers, just like there is a
--depends
and--provides
option when writing a payload (like in thewrite module-image
help page). If you are unsure about this one, best to discuss the flags with the client team.The motivation for having zero payloads is to install a bootstrap artifact with only
artifact_provides
andartifact_name
headers.