Files
docker-cli/e2e/stack/testdata/full-stack.yml
Paweł Gronowski ec5504a83f test/e2e: Use "frozen" tag to reference test images
This makes it possible to update the image loaded for e2e tests without
modifying all tests that use them.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-04-27 10:57:57 +02:00

10 lines
152 B
YAML

version: '3.3'
services:
one:
image: registry:5000/alpine:frozen
command: top
two:
image: registry:5000/alpine:frozen
command: top