packer-qemu/docker-compose.yml

14 lines
300 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
volumes:
- "./assets:/packer/"