@@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build-plugin:
|
||||
image: docker
|
||||
commands:
|
||||
- cat Dockerfile | docker build -t goat-deploy-plugin -
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
@@ -0,0 +1,2 @@
|
||||
FROM debian:latest
|
||||
RUN apt-get update && apt-get -y install openssh-client
|
||||
Reference in New Issue
Block a user