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>
10 lines
152 B
YAML
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
|