Merge branch 'remove-opentracker' into 'master'
Remove opentracker Closes #22 See merge request fablab/labsync!64
This commit is contained in:
commit
9ebab8df96
3 changed files with 0 additions and 15 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,5 @@
|
|||
PACKER_VERSION ?= 1.5.1
|
||||
ANSIBLE_VERSION ?= 2.9.2
|
||||
ANNOUNCE ?= http://10.2.2.1:6969/announce
|
||||
WEBSEED ?= http://10.2.2.1
|
||||
|
||||
CI_COMMIT_REF_SLUG ?= $(shell git name-rev --name-only HEAD)
|
||||
|
|
@ -68,7 +67,6 @@ images/debian-buster.squashfs: images
|
|||
-v "${PWD}:${PWD}" \
|
||||
-w "${PWD}" \
|
||||
-e "IMAGES=${PWD}/images" \
|
||||
-e "ANNOUNCE=$(ANNOUNCE)" \
|
||||
-e "WEBSEED=$(WEBSEED)" \
|
||||
-e "COMPRESSION_LEVEL=$(COMPRESSION_LEVEL)" \
|
||||
$(ci_environment) \
|
||||
|
|
@ -81,7 +79,6 @@ images/debian-buster.torrent: images
|
|||
--rm \
|
||||
-v "${PWD}:${PWD}" \
|
||||
-w "${PWD}" \
|
||||
-e "ANNOUNCE=$(ANNOUNCE)" \
|
||||
-e "WEBSEED=$(WEBSEED)" \
|
||||
"$(DOCKER_IMAGE_BUILDER)" \
|
||||
scripts/torrent.sh \
|
||||
|
|
@ -93,7 +90,6 @@ ansible:
|
|||
--rm \
|
||||
-v "${PWD}/packer/ansible:/ansible" \
|
||||
-u `id -u`:`id -g` \
|
||||
-e "ANNOUNCE=$(ANNOUNCE)" \
|
||||
-e "WEBSEED=$(WEBSEED)" \
|
||||
-v "${SSH_AUTH_SOCK}:/var/run/ssh_auth_sock" \
|
||||
-e "SSH_AUTH_SOCK=/var/run/ssh_auth_sock" \
|
||||
|
|
|
|||
|
|
@ -7,9 +7,3 @@ services:
|
|||
- 10.2.2.1:80:80
|
||||
volumes:
|
||||
- ./images:/usr/share/nginx/html:ro
|
||||
|
||||
opentracker:
|
||||
build: opentracker
|
||||
image: opentracker:alpine
|
||||
ports:
|
||||
- 10.2.2.1:6969:6969
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache opentracker
|
||||
|
||||
ENTRYPOINT ["/usr/bin/opentracker"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue