mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 11:33:33 +00:00
* wip: Build experiments * wip: overall structure for build/push * ref: Split method, add test fixture * feat: Basic push functionality * ref: Better structure and output * feat: Handle registry auth * feat: Integrate with deploy * ref: Split into files * fix: Modernize push options
15 lines
295 B
YAML
15 lines
295 B
YAML
services:
|
|
service-no-build:
|
|
image: portainer/pause:3.9
|
|
|
|
busybox-first:
|
|
image: localhost:5000/busybox-first
|
|
build:
|
|
context: busybox-first/
|
|
|
|
busybox-second:
|
|
image: localhost:5000/busybox-second
|
|
build:
|
|
context: busybox-second/
|
|
dockerfile: Dockerfile.alt
|