Code Monkey home page Code Monkey logo

circleci-server-windows-image-builder's Introduction

Example Packer Config For building Windows On CircleCI

This folder contains everything you will need to build a Windows image, with the CircleCI dsc resources, on CircleCI. For more information on setting up VM service, which includes specifying your new Windows image for your users, see our VM Service guide.

Setting up on CircleCI

Add your aws keys as env vars to the build in the CircleCI using:

  • AWS_ACCESS_KEY_ID
  • AWS_DEFAULT_REGION
  • AWS_SECRET_ACCESS_KEY

Update the owner in windows/visual-studio/packer.yaml if you configured the keys under a different account to the once your Circleci Server installation is under.

What the packer job in this build does

  • Sets up winrm.
  • Adds scripts for removing winrm when we are ready to clean up.
  • Copies over ImageHelpers and CircleDSCResources to the powershell module path.
  • Runs some configuration to get the machine ready to use DSC and clean up some defaults that are not helpful.
  • Runs DSC and restarts the machine a few times to let it continue through the configuration process.
  • Runs Pester tests to validate that the image is configured correctly. These tests are designed to ensure that all of the software is actually callable not just “installed”.
  • Reenables Windows Defender and runs the virus scanner.
  • Disables Windows Defender to improve performance.
  • Copies: test results, the choco logs, and the software.md (a list of everything we install and test for the presence of) off of the host.
  • Installs the SSH server and enables the cleanup script that runs on shutdown (check out the aws packer scripts for exactly how that works).
  • Creates a Windows AMI.

circleci-server-windows-image-builder's People

Contributors

appplemac avatar ericfode avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.