9 lines
193 B
YAML
9 lines
193 B
YAML
pipeline:
|
|
build:
|
|
image: docker
|
|
environment:
|
|
- DOCKER_HOST=unix:///var/run/docker.sock
|
|
commands:
|
|
- docker build -t localhost:5000/library:latest .
|
|
- docker ps
|