Merge pull request #29 from seegno/enhancement/bitcoind-0-14-1

Add support for bitcoind@0.14.1
This commit is contained in:
Rui Marinho 2017-06-21 02:14:39 +01:00 committed by GitHub
commit 043604da71
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ RUN curl -o /usr/local/bin/gosu -fSL https://github.com/tianon/gosu/releases/dow
&& rm /usr/local/bin/gosu.asc \
&& chmod +x /usr/local/bin/gosu
ENV BITCOIN_VERSION=0.14.0
ENV BITCOIN_VERSION=0.14.1
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin \
PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH

View File

@ -7,7 +7,7 @@ RUN adduser -S bitcoin
ENV BERKELEYDB_VERSION=db-4.8.30.NC
ENV BERKELEYDB_PREFIX=/opt/${BERKELEYDB_VERSION}
ENV BITCOIN_VERSION=0.14.0
ENV BITCOIN_VERSION=0.14.1
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
ENV PATH=${BITCOIN_PREFIX}/bin:$PATH

View File

@ -4,8 +4,8 @@ A bitcoind docker image.
[![seegno/bitcoind][docker-pulls-image]][docker-hub-url] [![seegno/bitcoind][docker-stars-image]][docker-hub-url] [![seegno/bitcoind][docker-size-image]][docker-hub-url] [![seegno/bitcoind][docker-layers-image]][docker-hub-url]
## Supported tags and respective `Dockerfile` links
- `0.14.0`, `0.14`, `latest` ([0.14/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.14/Dockerfile))
- `0.14.0-alpine`, `0.14-alpine` ([0.14/alpine/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.14/alpine/Dockerfile))
- `0.14.1`, `0.14`, `latest` ([0.14/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.14/Dockerfile))
- `0.14.1-alpine`, `0.14-alpine` ([0.14/alpine/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.14/alpine/Dockerfile))
- `0.13.2-alpine`, `0.13-alpine` ([0.13/alpine/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.13/alpine/Dockerfile))
- `0.13.2`, `0.13` ([0.13/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.13/Dockerfile))
- `0.12.1-alpine`, `0.12-alpine` ([0.12/alpine/Dockerfile](https://github.com/seegno/docker-bitcoind/blob/master/0.12/alpine/Dockerfile))