mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
* test: Add an e2e test for build&push * test: Add image cleanup * test: Switch to assert.NoError
15 lines
346 B
YAML
15 lines
346 B
YAML
services:
|
|
service-no-build:
|
|
image: portainer/pause:3.9
|
|
|
|
service-first:
|
|
image: 127.0.0.1:${TEST_REGISTRY_PORT}/service-first
|
|
build:
|
|
context: service-first-dir/
|
|
|
|
service-second:
|
|
image: 127.0.0.1:${TEST_REGISTRY_PORT}/service-second:version2
|
|
build:
|
|
context: service-second-dir/
|
|
dockerfile: Dockerfile.alt
|