The files contained in the container demonstration for the Enterprise Server base image are as follows:
bld.bat | Batch file to automate the process of building
Enterprise Server images.
For full details on the parameters you can specify to bld.bat see Running the Container Demonstration for the Enterprise Server Base Image. |
bld.env | Configuration file defining various environment variables that are used while building the images. The environment variables define details such as the names of installable files and strings to be used for different parts of the image names. |
bld_hotfix_env.bat | Batch file called by bld.bat to include a Patch Update when building the base image for Enterprise Server. |
bld_image_info.bat | Batch file called by bld.bat to display information about the version of Enterprise Server included in an image. |
convsetx.ps1 | PowerShell script file used by Dockerfile.x86 and Dockerfile.x64 to configure the COBOL environment to make it specific to 32-bit or 64-bit applications. |
Dockerfile | Dockerfile used to build the base
image.
For a detailed look at the commands used in this file, see Dockerfiles in the Container Demonstration for the Enterprise Server Base Image. |
Dockerfile.x64 |
Dockerfile used to build the
image based on the
image.
This is a very simple Dockerfile that uses the convsetx.ps1 PowerShell script file to customize the COBOL environment for use with 64-bit applications. |
Dockerfile.x86 | Similar to Dockerfile.x64 but builds the image for use with 32-bit COBOL applications. |
es_90.exe | The installable executable file for Enterprise Server. |
prodver.env | Configuration file containing a setting that specifies the version of Enterprise Server that this container demonstration is supplied with. |
README*.* | Files for HTML and plain text documents containing instructions on how to build the Enterprise Server base images. |