clean container image
/ build-image (push) Successful in 1m5s

This commit is contained in:
Márcio Fernandes
2026-07-18 11:15:50 +00:00
parent 0a71e0c2ba
commit dc740a119a
3 changed files with 27 additions and 24 deletions
+14 -7
View File
@@ -1,15 +1,22 @@
name: pbsclient-dev
services:
app:
shell:
build:
dockerfile: docker/Dockerfile
context: ../
command: ${COMMAND}
dockerfile: Dockerfile
context: ../docker
entrypoint: bash -c
command: "echo hello && tail -f /dev/null"
environment:
- APP_ENV=${APP_ENV}
- PBS_PASSWORD=${PBS_PASSWORD}
- PBS_REPOSITORY=${PBS_REPOSITORY}
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
- MODE=${MODE}
cli:
build:
dockerfile: Dockerfile
context: ../docker
environment:
- PBS_PASSWORD=${PBS_PASSWORD}
- PBS_REPOSITORY=${PBS_REPOSITORY}
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
command: "snapshot list"