Skip to content

Commit c64dcdf

Browse files
committed
add more drone-arm plugins
1 parent ba66f24 commit c64dcdf

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ A collection of delicious docker recipes.
5555
## Automation
5656

5757
- [x] drone-rsync-arm
58+
- [x] drone-scp-arm
59+
- [x] drone-ssh-arm
60+
- [x] errbot :octocat:
61+
- [x] hubot :octocat:
5862
- [x] jenkins-arm :beetle:
5963

6064
## Daemon
@@ -65,12 +69,10 @@ A collection of delicious docker recipes.
6569
- [x] cadvisor
6670
- [x] casperjs :+1:
6771
- [x] collectd
68-
- [x] errbot :octocat:
6972
- [x] freeradius
7073
- [x] graphite
7174
- [x] h2o
7275
- [x] httpbin :+1:
73-
- [x] hubot :octocat:
7476
- [x] influxdb
7577
- [x] luigi
7678
- [x] mariadb

drone-scp-arm/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Dockerfile for drone-scp-arm
3+
#
4+
5+
FROM easypi/alpine-arm
6+
MAINTAINER EasyPi Software Foundation
7+
8+
RUN apk add --no-cache ca-certificates
9+
ADD drone-scp /bin
10+
11+
ENTRYPOINT ["drone-scp"]

drone-scp-arm/drone-scp

5.11 MB
Binary file not shown.

drone-ssh-arm/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Dockerfile for drone-ssh-arm
3+
#
4+
5+
FROM easypi/alpine-arm
6+
MAINTAINER EasyPi Software Foundation
7+
8+
RUN apk add --no-cache ca-certificates openssh-client
9+
ADD drone-ssh /bin
10+
11+
ENTRYPOINT ["drone-ssh"]

drone-ssh-arm/drone-ssh

5.04 MB
Binary file not shown.

0 commit comments

Comments
 (0)