Created
June 6, 2020 21:48
-
-
Save ssmbct-netops/4051e32487fe2c158e7bf2d0ddcc5813 to your computer and use it in GitHub Desktop.
Cloud Adoption Framework Rover
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------------------------------------- | |
# 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