File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ A collection of delicious docker recipes.
282
282
- [x] wurstmeister/kafka
283
283
- [x] netdata/netdata
284
284
- [x] nextcloud
285
+ - [x] sonatype/nexus3
285
286
- [x] jazzdd/phpvirtualbox
286
287
- [x] jenkins
287
288
- [x] jupyter/notebook
Original file line number Diff line number Diff line change 5
5
FROM debian:stretch
6
6
MAINTAINER EasyPi Software Foundation
7
7
8
- ENV I2PD_VERSION=2.26 .0
8
+ ENV I2PD_VERSION=2.27 .0
9
9
ENV I2PD_ARCH=amd64
10
10
ENV I2PD_DIST=stretch
11
11
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb
Original file line number Diff line number Diff line change 5
5
FROM arm32v7/debian:stretch
6
6
MAINTAINER EasyPi Software Foundation
7
7
8
- ENV I2PD_VERSION=2.26 .0
8
+ ENV I2PD_VERSION=2.27 .0
9
9
ENV I2PD_ARCH=armhf
10
10
ENV I2PD_DIST=stretch
11
11
ENV I2PD_URL=https://github.com/PurpleI2P/i2pd/releases/download/${I2PD_VERSION}/i2pd_${I2PD_VERSION}-1${I2PD_DIST}1_${I2PD_ARCH}.deb
You can’t perform that action at this time.
0 commit comments