Files
uncloud/test/e2e/fixtures/compose-build-basic/compose.yaml
T
Anton OvchinnikovandGitHub 971b21d6c1 feat: Implement basic build & push capabilities for services (#68)
* 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
2025-06-03 21:35:54 +02:00

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