Skip to content

Support CodeBuild local on Windows #328

@ssippe

Description

@ssippe

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

Activity

changed the title [-]running aws/codebuild/windows-base locally?[/-] [+]Support CodeBuild local on Windows[/+] on Mar 24, 2020
subinataws

subinataws commented on Mar 24, 2020

@subinataws
Contributor

@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.

added
CodeBuild-localTag to track issues and PRs for CodeBuild local Docker image
on Mar 24, 2020
ssippe

ssippe commented on Mar 24, 2020

@ssippe
Author
ssippe

ssippe commented on Mar 26, 2020

@ssippe
Author

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:

  • make the .net framework curated docker images are available
  • make the .net framework curated docker files available so you could figure out how the environment is configured.
  • Update the windows host version from the current 10.0.14393 so if you want to run your own docker image, you can the supported microsoft SDK containers. Anything that runs on 10.0.14393 is EOL.
  • Make codebuild local is unavailable

Cheers

adam-coster

adam-coster commented on Jun 19, 2020

@adam-coster

I would also love to have this feature.

jyeagle

jyeagle commented on Oct 20, 2020

@jyeagle

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.

finnairbadalov

finnairbadalov commented on Dec 21, 2020

@finnairbadalov

Need this as well

joebarbere

joebarbere commented on Dec 23, 2020

@joebarbere

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.

richarddowner

richarddowner commented on Jan 25, 2021

@richarddowner

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.

matthewko-acl

matthewko-acl commented on Jan 26, 2021

@matthewko-acl

I also agree with this, having more insight into what's in the codebuild image or docker file would be good.

denniswed

denniswed commented on Oct 14, 2021

@denniswed

any updates on windows support? i am having a heck of a time getting codebuild local work right on windows, even with GIT bash.

8 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @joebarbere@ssippe@devt@richarddowner@jyeagle

        Issue actions

          Support CodeBuild local on Windows · Issue #328 · aws/aws-codebuild-docker-images