update versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-07-31 21:42:07 -04:00
parent 6238c28e2f
commit 2f7103dc7d
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
7 changed files with 11 additions and 16 deletions

View File

@ -8,7 +8,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV CONSUL_VERSION v0.8.5 ENV CONSUL_VERSION v0.9.0
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

@ -1,19 +1,12 @@
FROM debian:sid FROM debian:sid
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
gnupg \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
RUN echo "deb [arch=amd64,arm64,ppc64el] http://emdebian.org/tools/debian/ unstable main" > /etc/apt/sources.list.d/crosstools.list
RUN curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -
RUN dpkg --add-architecture arm64 \ RUN dpkg --add-architecture arm64 \
&& dpkg --add-architecture ppc64el \ && dpkg --add-architecture ppc64el \
&& apt-get update && apt-get install -y \ && apt-get update && apt-get install -y \
ca-certificates \
curl \
gnupg \
crossbuild-essential-arm64 \ crossbuild-essential-arm64 \
crossbuild-essential-ppc64el \ crossbuild-essential-ppc64el \
git \ git \

View File

@ -4,7 +4,7 @@ LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go ENV GOPATH /go
ENV MICRO_VERSION v1.2.0 ENV MICRO_VERSION v1.3.0
RUN buildDeps=' \ RUN buildDeps=' \
go \ go \

View File

@ -6,7 +6,7 @@ RUN apk add --no-cache \
gnupg \ gnupg \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV TARSNAP_VERSION 1.0.38 ENV TARSNAP_VERSION 1.0.39
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -2,6 +2,8 @@
# #
# docker run -v /tmp/.X11-unix:/tmp/.X11-unix \ # docker run -v /tmp/.X11-unix:/tmp/.X11-unix \
# -v /dev/snd:/dev/snd \ # -v /dev/snd:/dev/snd \
# -v /dev/shm:/dev/shm \
# -v /etc/machine-id:/etc/machine-id:ro \
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha # jess/tor-browser:alpha
# #
@ -29,7 +31,7 @@ RUN useradd --create-home --home-dir $HOME user \
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# https://www.torproject.org/projects/torbrowser.html.en # https://www.torproject.org/projects/torbrowser.html.en
ENV TOR_VERSION 7.5a1 ENV TOR_VERSION 7.5a2
ENV TOR_FINGERPRINT 0x4E2C6E8793298290 ENV TOR_FINGERPRINT 0x4E2C6E8793298290
# download tor and check signature # download tor and check signature

View File

@ -7,7 +7,7 @@ ENV GOPATH /go
RUN apk --no-cache add \ RUN apk --no-cache add \
ca-certificates ca-certificates
ENV VAULT_VERSION v0.7.3 ENV VAULT_VERSION v0.8.0-beta1
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \

View File

@ -17,7 +17,7 @@ RUN apk add --no-cache \
libmnl-dev libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/ # https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20170706 ENV WIREGUARD_VERSION 0.0.20170726
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \