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

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

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

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

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

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

Dockerfile.oraclejava Additional Dockerfile to produce a version of the Visual COBOL base image that uses the Oracle JDK to provide Java support. Visual COBOL 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 Visual COBOL 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/vcbuildtools:win_6.0 イメージおよび microfocus/vcbuildtools-build:win_6.0 イメージに基づく microfocus/vcbuildtools:win_6.0_x64 イメージおよび microfocus/vcbuildtools-build:win_6.0_x64 イメージの作成に使用される Dockerfile。

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

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