Merge pull request #31 from seegno/enhancement/upgrade-base-images

Upgrade base images
This commit is contained in:
Rui Marinho 2017-06-27 02:54:38 +01:00 committed by GitHub
commit 87c9bb4a1e
8 changed files with 16 additions and 12 deletions

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -7,7 +7,7 @@ RUN useradd -r bitcoin
ENV GOSU_VERSION=1.9
RUN apt-get update -y \
&& apt-get install -y curl \
&& apt-get install -y curl gnupg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.6
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -63,6 +63,7 @@ RUN apk --no-cache --virtual build-dependendencies add autoconf \
boost-program_options \
libevent \
libzmq \
openssl \
su-exec
VOLUME ["/home/bitcoin/.bitcoin"]

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -7,7 +7,7 @@ RUN useradd -r bitcoin
ENV GOSU_VERSION=1.9
RUN apt-get update -y \
&& apt-get install -y curl \
&& apt-get install -y curl gnupg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.6
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -63,6 +63,7 @@ RUN apk --no-cache --virtual build-dependendencies add autoconf \
boost-program_options \
libevent \
libzmq \
openssl \
su-exec
VOLUME ["/home/bitcoin/.bitcoin"]

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -7,7 +7,7 @@ RUN useradd -r bitcoin
ENV GOSU_VERSION=1.9
RUN apt-get update -y \
&& apt-get install -y curl \
&& apt-get install -y curl gnupg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.6
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -63,6 +63,7 @@ RUN apk --no-cache --virtual build-dependendencies add autoconf \
boost-program_options \
libevent \
libzmq \
openssl \
su-exec
VOLUME ["/home/bitcoin/.bitcoin"]

View File

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch-slim
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -7,7 +7,7 @@ RUN useradd -r bitcoin
ENV GOSU_VERSION=1.9
RUN apt-get update -y \
&& apt-get install -y curl \
&& apt-get install -y curl gnupg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

View File

@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:3.6
MAINTAINER Rui Marinho <rui.marinho@seegno.com> (@ruimarinho)
@ -63,6 +63,7 @@ RUN apk --no-cache --virtual build-dependendencies add autoconf \
boost-program_options \
libevent \
libzmq \
openssl \
su-exec
VOLUME ["/home/bitcoin/.bitcoin"]