Skip to content

Instantly share code, notes, and snippets.

@ssmbct-netops
Created June 6, 2020 21:48
Show Gist options
  • Save ssmbct-netops/4051e32487fe2c158e7bf2d0ddcc5813 to your computer and use it in GitHub Desktop.
Save ssmbct-netops/4051e32487fe2c158e7bf2d0ddcc5813 to your computer and use it in GitHub Desktop.
Cloud Adoption Framework Rover
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
version: '3.7'
services:
rover:
container_name: rover
build:
context: .
dockerfile: Dockerfile
args:
- versionTerraform
- versionAzureCli
- versionKubectl
- versionGit
- versionTflint
- versionJq
- versionDockerCompose
- versionLaunchpadOpensource
- versionAzureCafTerraform
- versionRover
volumes:
- ..:/tf
# Overrides default command so things don't shut down after the process ends.
command: /bin/sh -c "while sleep 1000; do :; done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment