Files
linuxkit/alpine/docker-compose.yml
Justin Cormack f907a57adc Stop using volume and compose to build initrd
This makes remote builds work, and simplifies build.

See #469

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-09-06 23:59:38 +01:00

45 lines
805 B
YAML

version: '2'
services:
efi:
cap_add:
- sys_admin
build:
context: .
dockerfile: Dockerfile.efi
network_mode: bridge
volumes:
- .:/mnt
bios:
build:
context: .
dockerfile: Dockerfile.bios
network_mode: bridge
volumes:
- .:/mnt
arm:
build:
context: .
dockerfile: Dockerfile.armhf
network_mode: bridge
azure:
privileged: true
build:
context: cloud
dockerfile: Dockerfile.azure
network_mode: bridge
environment:
AZURE_STG_ACCOUNT_KEY:
volumes:
- .:/mnt
- /dev:/dev
ami:
privileged: true
build:
context: cloud
dockerfile: Dockerfile.ami
network_mode: bridge
volumes:
- .:/mnt
- $HOME/.aws:/root/.aws:ro
- /dev:/dev