pipeline: build: image: docker environment: - DOCKER_HOST=unix:///var/run/docker.sock commands: - docker build -t localhost:5000/library:latest . - docker ps