CodeBuild Windows 容器内容
CodeBuild Windows Container Contents
AWS 提供精选的环境图像:
> aws codebuild list-curated-environment-images --region us-west-2
...
"name": "aws/codebuild/windows-base:1.0",
...
"name": "aws/codebuild/standard:1.0",
...
UBUNTU 图像的内容可以从 git repo 中确定,但是 repo 中没有关于 WINDOWS_SERVER 图像的内容。
我们在哪里可以找到有关 WINDOWS_SERVER 平台图片内容的信息?
不幸的是,Windows 构建映像的 Dockerfile 不是 public。您可以检查 运行 容器以寻找线索或检查已安装的内容。
AWS 提供精选的环境图像:
> aws codebuild list-curated-environment-images --region us-west-2
...
"name": "aws/codebuild/windows-base:1.0",
...
"name": "aws/codebuild/standard:1.0",
...
UBUNTU 图像的内容可以从 git repo 中确定,但是 repo 中没有关于 WINDOWS_SERVER 图像的内容。
我们在哪里可以找到有关 WINDOWS_SERVER 平台图片内容的信息?
不幸的是,Windows 构建映像的 Dockerfile 不是 public。您可以检查 运行 容器以寻找线索或检查已安装的内容。