22 lines
552 B
YAML
22 lines
552 B
YAML
name: pbsclient-dev
|
|
services:
|
|
shell:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: ../docker
|
|
entrypoint: bash -c
|
|
command: "echo hello && tail -f /dev/null"
|
|
environment:
|
|
- PBS_PASSWORD=${PBS_PASSWORD}
|
|
- PBS_REPOSITORY=${PBS_REPOSITORY}
|
|
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
|
|
|
|
cli:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: ../docker
|
|
environment:
|
|
- PBS_PASSWORD=${PBS_PASSWORD}
|
|
- PBS_REPOSITORY=${PBS_REPOSITORY}
|
|
- PBS_FINGERPRINT=${PBS_FINGERPRINT}
|
|
command: "snapshot list" |