commit
3c0c0740c1
1
.dockerignore
Normal file
1
.dockerignore
Normal file
@ -0,0 +1 @@
|
||||
.drone.yml
|
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
pipeline:
|
||||
publish:
|
||||
image: plugins/docker:17.10
|
||||
repo: andrey01/aria2c
|
||||
tag: latest
|
||||
dockerfile: Dockerfile
|
||||
secrets: [ docker_username, docker_password ]
|
||||
when:
|
||||
event: [push, tag]
|
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM alpine:3.7
|
||||
LABEL maintainer="andrey.arapov@nixaid.com"
|
||||
RUN apk add --update aria2
|
||||
WORKDIR /w
|
||||
ENTRYPOINT ["/usr/bin/aria2c"]
|
Loading…
Reference in New Issue
Block a user