podman-compose/tests/integration/build_fail/docker-compose.yml

15 lines
312 B
YAML

version: "3"
services:
test:
build: ./context
image: build-fail-img
test_no_dockerfile:
build:
context: ./context_no_file
image: busybox
test_no_custom_dockerfile:
build:
context: ./context_no_file
dockerfile: Dockerfile-alt
image: busybox