Hi,
Is it possible to run aws/codebuild/windows-base locally? I can't find any documentation on it.
I would be helpful to know what tools are installed on what paths to aid in creating a working buildspec.yml.
Cheers
@ssippe - Unfortunately, no. CodeBuild local is only supported on Linux_x86 today. We also don't have the Windows Dockerfile available on this GitHub repo yet.
It would be really helpful if I could just look at the dockerfile to figure
out what resources are available. Can you show that?
On Wed., 25 Mar. 2020, 02:43 Subin Mathew, notifications@github.com wrote:
@ssippe https://github.com/ssippe - Unfortunately, no. CodeBuild local
is only supported on Linux_x86 today. We also don't have the Windows
Dockerfile available on this GitHub repo yet.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/aws/aws-codebuild-docker-images/issues/328#issuecomment-603357234,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAONHNJE6JYBOOWAEZYJTGLRJDPJVANCNFSM4LSFITDA
.
I'm not sure I can use CodeBuild for building my .net framework application. If the following improvements were made, it would work fine.
Suggested Improvements:
Cheers
I would also love to have this feature.
Anything to make it easier to build legacy .Net Framework apps would be appreciated! I am trying to migrate some builds to AWS codebuild and it would help to know what is available in the windows images.
Need this as well
This would REALLY be a time saver. Having instructions on how to setup docker to access the registry where the CodeBuild images are hosted would be great (I assume its just in a private AWS ECR registry at the moment). As @ssippe mentioned, even then Dockerfile would be helpful to understand what is included in the image.
We would also benefit from having access to the windows code build image or Dockerfile, as we would like to extend the image to contain additional required build resources.
I also agree with this, having more insight into what's in the codebuild image or docker file would be good.