mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
79819d4263
commit
e3b110208d
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.32.0
|
ENV CERTBOT_VERSION 0.34.2
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN apk --no-cache add \
|
||||||
libc-dev
|
libc-dev
|
||||||
|
|
||||||
|
|
||||||
ENV CFSSL_VERSION 1.3.2
|
ENV CFSSL_VERSION 1.3.3
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch "$CFSSL_VERSION" https://github.com/cloudflare/cfssl.git /go/src/github.com/cloudflare/cfssl
|
RUN git clone --depth 1 --branch "$CFSSL_VERSION" https://github.com/cloudflare/cfssl.git /go/src/github.com/cloudflare/cfssl
|
||||||
|
|
||||||
|
|
|
@ -5,17 +5,18 @@ ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
make
|
make
|
||||||
|
|
||||||
ENV COREDNS_VERSION v1.4.0
|
ENV COREDNS_VERSION v1.5.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
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/coredns/coredns
|
WORKDIR /go/src/github.com/coredns/coredns
|
||||||
|
|
||||||
RUN make CHECKS="godeps" \
|
RUN make all \
|
||||||
&& mv coredns /usr/bin/coredns
|
&& mv coredns /usr/bin/coredns
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
nghttp2 \
|
nghttp2 \
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
ENV CURL_VERSION 7.64.0
|
ENV CURL_VERSION 7.65.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
||||||
npm \
|
npm \
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
ENV FLEET_VERSION 2.0.2
|
ENV FLEET_VERSION 2.1.1
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet
|
RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet
|
||||||
|
|
||||||
|
|
|
@ -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 237.0.0
|
ENV CLOUD_SDK_DOCKER_VERSION 247.0.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV KEEPASSXC_VERSION 2.3.4
|
ENV KEEPASSXC_VERSION 2.4.1
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
automake \
|
automake \
|
||||||
|
@ -25,8 +25,10 @@ RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
libgcrypt-dev \
|
libgcrypt-dev \
|
||||||
libmicrohttpd-dev \
|
libmicrohttpd-dev \
|
||||||
|
libqrencode-dev \
|
||||||
make \
|
make \
|
||||||
qt5-qtbase-dev \
|
qt5-qtbase-dev \
|
||||||
|
qt5-qtsvg-dev \
|
||||||
qt5-qttools-dev \
|
qt5-qttools-dev \
|
||||||
' \
|
' \
|
||||||
set -x \
|
set -x \
|
||||||
|
|
|
@ -146,7 +146,7 @@ hashicorp/terraform
|
||||||
kdlucas/byte-unixbench
|
kdlucas/byte-unixbench
|
||||||
mitchellh/vagrant
|
mitchellh/vagrant
|
||||||
hashicorp/vault
|
hashicorp/vault
|
||||||
v2tec/watchtower
|
containrrr/watchtower
|
||||||
wireguard/wireguard
|
wireguard/wireguard
|
||||||
znc/znc
|
znc/znc
|
||||||
apache/zookeeper
|
apache/zookeeper
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.10 as builder
|
FROM golang:1.11 as builder
|
||||||
MAINTAINER Jessica Frazelle <jess@linux.com>
|
MAINTAINER Jessica Frazelle <jess@linux.com>
|
||||||
|
|
||||||
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
ENV PATH /go/bin:/usr/local/go/bin:$PATH
|
||||||
|
@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV NOMAD_VERSION v0.9.0-beta3
|
ENV NOMAD_VERSION v0.9.2-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 14.0.3
|
ENV NOW_VERSION 15.3.0
|
||||||
|
|
||||||
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 \
|
||||||
git \
|
git \
|
||||||
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
||||||
|
|
||||||
ENV NZBGET_VERSION 20.0
|
ENV NZBGET_VERSION 21.0
|
||||||
RUN wget "https://github.com/nzbget/nzbget/releases/download/v${NZBGET_VERSION}/nzbget-${NZBGET_VERSION}-bin-linux.run" -O /tmp/nzbget.run \
|
RUN wget "https://github.com/nzbget/nzbget/releases/download/v${NZBGET_VERSION}/nzbget-${NZBGET_VERSION}-bin-linux.run" -O /tmp/nzbget.run \
|
||||||
&& bash /tmp/nzbget.run --destdir /opt/nzbget \
|
&& bash /tmp/nzbget.run --destdir /opt/nzbget \
|
||||||
&& git clone --depth=1 "https://github.com/clinton-hall/nzbToMedia.git" /opt/nzbget/scripts/nzbToMedia \
|
&& git clone --depth=1 "https://github.com/clinton-hall/nzbToMedia.git" /opt/nzbget/scripts/nzbToMedia \
|
||||||
|
|
|
@ -8,7 +8,7 @@ RUN apk --no-cache add \
|
||||||
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 OAUTH2_PROXY_VERSION v3.1.0
|
ENV OAUTH2_PROXY_VERSION v3.2.0
|
||||||
|
|
||||||
RUN go get github.com/golang/dep/cmd/dep
|
RUN go get github.com/golang/dep/cmd/dep
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
||||||
make \
|
make \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV PACKER_VERSION v1.3.5
|
ENV PACKER_VERSION v1.4.1
|
||||||
|
|
||||||
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.26
|
ENV PLEXPY_VERSION v2.1.29
|
||||||
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 \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM debian:stretch-slim
|
FROM debian:stretch-slim
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.1.3
|
ENV POWERSHELL_VERSION 6.2.1
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
||||||
|
|
||||||
# https://github.com/Radarr/Radarr/releases
|
# https://github.com/Radarr/Radarr/releases
|
||||||
ENV RADARR_VERSION 0.2.0.1293
|
ENV RADARR_VERSION 0.2.0.1344
|
||||||
RUN mkdir -p /opt/radarr \
|
RUN mkdir -p /opt/radarr \
|
||||||
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
|
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
|
||||||
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \
|
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \
|
||||||
|
|
|
@ -4,11 +4,11 @@ RUN apk add --no-cache \
|
||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.15.9
|
ENV NGINX_VERSION 1.17.0
|
||||||
# https://github.com/simplresty/ngx_devel_kit/releases
|
# https://github.com/simplresty/ngx_devel_kit/releases
|
||||||
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
||||||
# https://github.com/openresty/lua-nginx-module/releases
|
# https://github.com/openresty/lua-nginx-module/releases
|
||||||
ENV LUA_NGINX_MODULE_VERSION v0.10.14rc3
|
ENV LUA_NGINX_MODULE_VERSION v0.10.15
|
||||||
# https://github.com/leev/ngx_http_geoip2_module/releases
|
# https://github.com/leev/ngx_http_geoip2_module/releases
|
||||||
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
|
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
|
||||||
# https://github.com/maxmind/libmaxminddb/releases
|
# https://github.com/maxmind/libmaxminddb/releases
|
||||||
|
|
|
@ -11,7 +11,7 @@ RUN apk add --no-cache \
|
||||||
make \
|
make \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV TERRAFORM_VERSION v0.11.11
|
ENV TERRAFORM_VERSION v0.12.0
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/terraform || true
|
RUN go get github.com/hashicorp/terraform || true
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
|
|
||||||
# unifi version
|
# unifi version
|
||||||
# From: https://www.ubnt.com/download/unifi/
|
# From: https://www.ubnt.com/download/unifi/
|
||||||
ENV UNIFI_VERSION "5.10.20"
|
ENV UNIFI_VERSION "5.10.23"
|
||||||
|
|
||||||
# install unifi
|
# install unifi
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
yarn \
|
yarn \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV VAULT_VERSION v1.1.0-beta2
|
ENV VAULT_VERSION v1.1.2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/vault
|
RUN go get github.com/hashicorp/vault
|
||||||
|
|
||||||
|
|
|
@ -10,16 +10,13 @@ RUN apk --no-cache add \
|
||||||
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 WATCHTOWER_VERSION v0.3.0
|
ENV WATCHTOWER_VERSION v0.3.5
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/v2tec/watchtower /go/src/github.com/v2tec/watchtower
|
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower
|
||||||
|
|
||||||
RUN go get github.com/Masterminds/glide
|
WORKDIR /go/src/github.com/containrrr/watchtower
|
||||||
|
|
||||||
WORKDIR /go/src/github.com/v2tec/watchtower
|
RUN GO111MODULE=on go build -o /usr/bin/watchtower
|
||||||
|
|
||||||
RUN glide install
|
|
||||||
RUN go build -o /usr/bin/watchtower
|
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
COPY --from=builder /usr/bin/watchtower /usr/bin/watchtower
|
COPY --from=builder /usr/bin/watchtower /usr/bin/watchtower
|
||||||
|
|
|
@ -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.20190227
|
ENV WIREGUARD_VERSION 0.0.20190406
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV ZNC_VERSION 1.7.2
|
ENV ZNC_VERSION 1.7.3
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user