18 Commits

Author SHA1 Message Date
b5e99a2cb2 install git
Some checks failed
continuous-integration/drone the build failed
2021-08-31 03:22:05 +02:00
d68e700799 dind
Some checks failed
continuous-integration/drone the build failed
2021-08-31 03:17:49 +02:00
21b44cd17d added privileged
Some checks failed
continuous-integration/drone the build failed
2021-08-31 02:08:41 +02:00
37537d321a I din't know what I'm doing
Some checks failed
continuous-integration/drone the build failed
2021-08-31 02:06:46 +02:00
ff3d6985e2 Merge branch 'master' of https://git.gyetvaipeter.hu/infeeeee/snapserver_docker_ci
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:51:55 +02:00
5cb313d5ca Changed to debian 2021-08-31 01:51:33 +02:00
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
3112312922 Added docker volume
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:14:44 +02:00
7579e3a536 Changing image
Some checks failed
continuous-integration/drone the build failed
2021-08-31 01:08:31 +02:00

View File

@@ -1,6 +1,13 @@
pipeline: pipeline:
pull: build:
image: amd64/alpine:latest # image: amd64/alpine:latest
image: docker:dind
commands: commands:
- docker build https://github.com/Saiyato/snapserver_docker - apk -U add 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
privileged: true