You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/docker-compose.yml

17 lines
515 B

version: '2'
services:
build:
image: jetbrainsinfra/golang:1.10.4
volumes:
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere
command: ./build.sh
test:
image: jetbrainsinfra/golang:1.10.4
volumes:
- .:/go/src/github.com/jetbrains-infra/packer-builder-vsphere
working_dir: /go/src/github.com/jetbrains-infra/packer-builder-vsphere
# network_mode: "container:vpn"
command: ./test.sh