-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Currently by using be-tools one can create BE application container image in many ways like:
- On a Windows machine or Mac or Linux
- On Windows machine using .bat scripts or shell scripts
- Using build tools like Docker or Buildah
- From BusinesEvents installer package zips or from local installation
After successful image creation there is no clue on how the image is created. Some times this information may be required for debugging purpose.
Hence, Capture the build environment snapshot details into a file named "build-log.txt" and make it available inside the container image so that it can referred easily when required. Snapshot details may include:
- Exact command used to create the image
- OS / Architecture info
- Details of the build tool used i.e. Docker / Buildah
- Supplied installer packages related info
Alternatives
No
Has the feature been requested before?
NA
If the feature request is approved, would you be willing to submit a PR?
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request