compose/pkg/e2e/fixtures/compose-pull/image-present-locally/compose.yaml

10 lines
165 B
YAML

services:
simple:
image: alpine:3.13.12
pull_policy: missing
command: top
latest:
image: alpine:latest
pull_policy: missing
command: top