Enterprise Developer ベース イメージのコンテナー デモンストレーションのファイル

Enterprise Developer ベース イメージのコンテナー デモンストレーションに含まれるファイルは次のとおりです。

bld.bat Enterprise Developer イメージの作成プロセスを自動化するバッチ ファイル。

bld.bat に指定できるパラメーターの詳細については、「Enterprise Developer ベース イメージのコンテナー デモンストレーションの実行」を参照してください。

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 Enterprise Developer のベース イメージの作成時に Patch Update を含めるために bld.bat で呼び出されるバッチ ファイル。
bld_image_info.bat イメージに含まれる Enterprise Developer のバージョンに関する情報を表示するために bld.bat で呼び出されるバッチ ファイル。
convsetx.ps1 COBOL 環境を 32 ビット アプリケーション用または 64 ビット アプリケーション用に構成するために Dockerfile.x86 および Dockerfile.x64 で使用される PowerShell スクリプト ファイル。
Dockerfile AdoptOpenJDK の OpenJDK を使用して Java のサポートを提供するベースの microfocus/edbuildtools:win_6.0 および microfocus/edbuildtools-build:win_6.0 イメージの作成に使用される Dockerfile。

このファイルで使用されるコマンドの詳細については、「Dockerfiles in the Container Demonstration for the Enterprise Developer Base Image」を参照してください。

Dockerfile.oraclejava Additional Dockerfile to produce a version of the Enterprise Developer base image that uses the Oracle JDK to provide Java support. Enterprise Developer does not include the files that provide this support, so you must obtain these files yourself and ensure that you are licensed to use them.
Dockerfile.nojava Additional Dockerfile to produce a base image for Enterprise Developer that does not include Java support. You might want to use this if your system already includes a number of different versions of Java and you don't want to introduce another version unnecessarily.
Dockerfile.x64 microfocus/edbuildtools:win_6.0 イメージおよび microfocus/edbuildtools-build:win_6.0 イメージに基づく microfocus/edbuildtools:win_6.0_x64 イメージおよび microfocus/edbuildtools-build:win_6.0_x64 イメージの作成に使用される Dockerfile。

これは、convsetx.ps1 PowerShell スクリプト ファイルを使用して 64 ビット アプリケーション用に COBOL 環境をカスタマイズする非常にシンプルな Dockerfile です。

Dockerfile.x86 Dockerfile.x64 に似ていますが、32 ビット COBOL アプリケーション用の microfocus/edbuildtools:win_6.0_x86 イメージおよび microfocus/edbuildtools-build:win_6.0_x86 イメージを作成します。
edbt_60.exe Windows 用の Enterprise Developer ビルド ツール のインストール可能な実行可能ファイル。
getAdoptOpenJDK.ps1 必要なファイルのダウンロード、ファイルの解凍、Java のサポートを有効にするための環境の設定など、AdoptOpenJDK の OpenJDK に関連するさまざまな操作を実行するために Dockerfile で使用される PowerShell スクリプト ファイル。
prodver.env このコンテナー デモンストレーションが付属する Enterprise Developer のバージョンを示す設定を含む構成ファイル。
README*.* Enterprise Developer ベース イメージの作成方法に関する説明を含む HTML およびプレーン テキストのドキュメントのファイル。