forked from aztfmod/rover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
36 lines (33 loc) · 1.07 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
#
# make is calling the ./scripts/build_images.sh who calls docker-compose build
#
version: '3.7'
services:
rover_local:
image: rover
build:
context: .
dockerfile: Dockerfile
args:
- versionTerraform
- versionAzureCli
- versionKubectl
- versionGit
- versionTflint
- versionTflintazrs
- versionJq
- versionDockerCompose
- versionTfsec
- versionVault
- versionTerraformDocs
- versionAnsible
- versionPacker
- versionMssqlTools
- versionRover
rover_registry:
extends: rover_local
image: ${versionRover}