Summary
During the developing of the issue #1486 we agreed on now showing anything related to extensions when the are not present. We don't want to affect the user experience, it could be somebody out there that is parsing the output of the inspect command.
Reproduction
Steps
- Make sure you have access to a builder without extensions.
- Run the command
pack builder inspect <builder-image>
- The output result will contain all the expected information but it will also include a section like:
Current behavior
Based on this PR the output template was modified to include:
When no extensions are found
Expected behavior
When there are no extensions, we don't want to show anything related to extensions in the output
Environment
pack info
This feature hasn't released yet, it is shown if the latest version of the main branch is built.
docker info
NA
Summary
During the developing of the issue #1486 we agreed on now showing anything related to extensions when the are not present. We don't want to affect the user experience, it could be somebody out there that is parsing the output of the
inspectcommand.Reproduction
Steps
pack builder inspect <builder-image>Current behavior
Based on this PR the output template was modified to include:
When no extensions are found
Expected behavior
When there are no extensions, we don't want to show anything related to extensions in the output
Environment
pack info
This feature hasn't released yet, it is shown if the latest version of the main branch is built.
docker info
NA