#Introduction to Devops Resources:
##Chapter 1
2015 State of DevOps Report https://puppet.com/resources/white-paper/2015-state-of-devops-report
Knight Capital https://en.wikipedia.org/wiki/Knight_Capital_Group
#Introduction to Devops Resources:
##Chapter 1
2015 State of DevOps Report https://puppet.com/resources/white-paper/2015-state-of-devops-report
Knight Capital https://en.wikipedia.org/wiki/Knight_Capital_Group
| provider "aws" { | |
| region = "${var.region}" | |
| profile = "${var.profile}" | |
| allowed_account_ids = ["${var.aws_account_id}"] | |
| } | |
| data "aws_availability_zones" "available" {} | |
| data "aws_ami" "amazon_linux" { | |
| most_recent = true |
| Config.jobs.each { _job -> | |
| switch (_job.type) { | |
| case 'job': | |
| job(namePrefix + _job.name) { | |
| logRotator(CarbonApiProps.num_days_to_keep, CarbonApiProps.num_builds_to_keep, | |
| CarbonApiProps.num_artifacts_days, CarbonApiProps.num_artifacts) | |
| throttleConcurrentBuilds { | |
| categories([carbonThrottleCategory]) | |
| } | |
| if (serverName && _job.remoteCommand) { |
| Configuration JenkinsSlave { | |
| param ( | |
| [string[]]$NodeName | |
| ) | |
| Import-DscResource -Module PSDesiredStateConfiguration | |
| Import-DscResource -Module xPSDesiredStateConfiguration | |
| Node $AllNodes.Nodename { |
This proposal captures the potential use of an ASP.NET specific Docker image that builds on what microsoft/dotnet already provides.
We could build 2 images:
###microsoft/aspnet: This image would be optimised for you to load your already compiled ASP.NET applications into.
microsoft/dotnet:1.0.0-core, just a runtime and OS pre-reqs.| # Version key/value should be on his own line | |
| PACKAGE_VERSION=$(cat package.json \ | |
| | grep version \ | |
| | head -1 \ | |
| | awk -F: '{ print $2 }' \ | |
| | sed 's/[",]//g' \ | |
| | tr -d '[[:space:]]') | |
| echo $PACKAGE_VERSION |
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |
Campus-Guest password is Elc0Campus