Compare commits

10 Commits

Author SHA1 Message Date
91793f616e Changed to debian
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:46:40 +02:00
b2432dc594 Removed volumes
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:45:18 +02:00
d3107e52aa Trying to push
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:43:58 +02:00
0d5a715c23 Testing docker push
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:41:30 +02:00
6a3cbfa937 Added back git
All checks were successful
continuous-integration/drone the build was successful
2021-08-31 01:38:41 +02:00
56b41df5ff removed docker as dependency
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:38:16 +02:00
9106fc6a68 fix install command
All checks were successful
continuous-integration/drone the build was successful
2021-08-31 01:29:03 +02:00
77383a1a6b changing to alpine
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:27:07 +02:00
e32f5ac6c8 Added git extension to url
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:22:39 +02:00
7d86fc267b Dockerfile as filename
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:21:12 +02:00

View File

@@ -1,8 +1,12 @@
pipeline:
pull:
image: docker:latest
build:
image: debian:latest
commands:
- docker build https://github.com/Saiyato/snapserver_docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- apt-get update && apt-get install -y docker git
- docker build https://github.com/Saiyato/snapserver_docker.git
- docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64
- docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64
- docker push infeeeee/snapserver_docker_ci:amd64
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock