1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-13 07:32:46 +02:00

update latest versions

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2018-12-18 10:51:49 -05:00
parent 7a39c14a5b
commit 459ee74b64
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
11 changed files with 11 additions and 11 deletions
certbot
coredns
curl
gcloud
nomad
now
packer
plexpy
terraform
vault
wireguard/install

@ -27,7 +27,7 @@ RUN apk --no-cache add \
RUN pip install acme RUN pip install acme
ENV CERTBOT_VERSION 0.28.0 ENV CERTBOT_VERSION 0.29.1
RUN buildDeps=' \ RUN buildDeps=' \
git \ git \

@ -9,7 +9,7 @@ RUN apk --no-cache add \
git \ git \
make make
ENV COREDNS_VERSION v1.2.6 ENV COREDNS_VERSION v1.3.0
RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \ nghttp2 \
openssl openssl
ENV CURL_VERSION 7.62.0 ENV CURL_VERSION 7.63.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

@ -1,7 +1,7 @@
FROM python:2-alpine FROM python:2-alpine
ENV PATH $PATH:/usr/src/google-cloud-sdk/bin ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 226.0.0 ENV CLOUD_SDK_DOCKER_VERSION 228.0.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

@ -19,7 +19,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV NOMAD_VERSION v0.8.6 ENV NOMAD_VERSION v0.8.7-rc1
RUN go get github.com/hashicorp/nomad RUN go get github.com/hashicorp/nomad

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \ curl \
gzip gzip
ENV NOW_VERSION 13.0.0-canary.16 ENV NOW_VERSION 13.0.0-canary.30
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \ RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \ && gzip -dv "/tmp/now.gz" \

@ -12,7 +12,7 @@ RUN apk add --no-cache \
make \ make \
zip zip
ENV PACKER_VERSION v1.3.2 ENV PACKER_VERSION v1.3.3
RUN go get github.com/hashicorp/packer RUN go get github.com/hashicorp/packer

@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip py-pip
# Get the source # Get the source
ENV PLEXPY_VERSION v2.1.25 ENV PLEXPY_VERSION v2.1.26
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

@ -11,7 +11,7 @@ RUN apk add --no-cache \
make \ make \
zip zip
ENV TERRAFORM_VERSION v0.11.10 ENV TERRAFORM_VERSION v0.11.11
RUN go get github.com/hashicorp/terraform || true RUN go get github.com/hashicorp/terraform || true

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV VAULT_VERSION v1.0.0-rc1 ENV VAULT_VERSION v1.0.1
RUN go get github.com/hashicorp/vault RUN go get github.com/hashicorp/vault

@ -19,7 +19,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.20181119 ENV WIREGUARD_VERSION 0.0.20181218
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \