Commit 1587ecf 1 parent a5c5072 commit 1587ecf Copy full SHA for 1587ecf
File tree 3 files changed +13
-14
lines changed
3 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 1
- FROM alpine:3.7
1
+ FROM alpine:3.9
2
2
RUN apk --no-cache add ca-certificates
3
- RUN apk update && apk add rsync
4
3
COPY rxtx /
5
4
WORKDIR /
6
5
ENTRYPOINT ["/rxtx" ]
Original file line number Diff line number Diff line change 1
- FROM arm32v6/alpine:3.7
1
+ FROM arm32v6/alpine:3.9
2
2
RUN apk --no-cache add ca-certificates
3
- RUN apk update && apk add rsync
4
3
COPY rxtx /
5
4
WORKDIR /
6
5
ENTRYPOINT ["/rxtx" ]
Original file line number Diff line number Diff line change @@ -46,21 +46,22 @@ dockers:
46
46
goos : linux
47
47
goarch : amd64
48
48
goarm : ' '
49
- binary : rxtx
50
- image : txn2/rxtx
49
+ binaries :
50
+ - rxtx
51
+ image_templates :
52
+ - ' txn2/rxtx:latest'
53
+ - ' txn2/rxtx:{{ .Version }}'
51
54
dockerfile : dockerfiles/amd64/Dockerfile
52
- tag_templates :
53
- - latest
54
- - " {{ .Version }}"
55
55
-
56
56
goos : linux
57
57
goarch : arm
58
58
goarm : 6
59
- binary : rxtx
60
- image : txn2/rxtx
59
+ binaries :
60
+ - rxtx
61
+ image_templates :
62
+ - ' txn2/rxtx:latest'
63
+ - ' txn2/rxtx:{{ .Version }}'
61
64
dockerfile : dockerfiles/arm32v6/Dockerfile
62
- tag_templates :
63
- - " arm32v6-{{ .Version }}"
64
65
65
66
brew :
66
67
name : rxtx
77
78
78
79
homepage : https://github.com/txn2/rxtx
79
80
80
- description : " Data queuing and transmission."
81
+ description : " Data queuing, batching and re- transmission."
You can’t perform that action at this time.
0 commit comments