packer-qemu/docker-compose.yml

21 lines
448 B
YAML
Raw Normal View History

2020-02-09 14:30:03 +00:00
version: '3.7'
services:
gentoo_packer:
image: ${REGISTRY_URL}/${IMAGE_NAME}:${VERSION}
build:
context: ./packer
entrypoint: "bash -c"
command: "'while sleep 3600; do :; done'"
stdin_open: true
tty: true
2020-02-10 07:40:08 +00:00
privileged: true
2020-02-09 14:30:03 +00:00
volumes:
2020-02-10 07:40:08 +00:00
- "./packer/assets:/packer/"
network_mode: "host"
#ports:
# - "5959:5959"
# - "2222:2229"
# - "8888:10082"