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
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
The text was updated successfully, but these errors were encountered:
Context
Currently by using
be-tools
one can create BE application container image in many ways like: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:
Alternatives
No
Has the feature been requested before?
NA
If the feature request is approved, would you be willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: