added privileged
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-08-31 02:08:41 +02:00
parent 37537d321a
commit 21b44cd17d

View File

@@ -1,12 +1,13 @@
pipeline: pipeline:
build: build:
image: amd64/alpine:latest # image: amd64/alpine:latest
image: plugins/docker
commands: commands:
- apk -U add docker git # - apk -U add docker git
- docker build https://github.com/Saiyato/snapserver_docker.git - docker build https://github.com/Saiyato/snapserver_docker.git
- docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64 - docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64
- docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64 - docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64
- docker push infeeeee/snapserver_docker_ci:amd64 - docker push infeeeee/snapserver_docker_ci:amd64
# volumes: # volumes:
# - /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
privileged: true