Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-12-05 16:42:35 -08:00
parent 3ad63dd061
commit 57d70d8faf
No known key found for this signature in database
GPG Key ID: E34EC3D4E4953C4A
16 changed files with 17 additions and 17 deletions

View File

@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Build libbcc # Build libbcc
ENV BCC_VERSION v0.10.0 ENV BCC_VERSION v0.11.0
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \ RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
&& ( \ && ( \
cd /usr/src/bcc \ cd /usr/src/bcc \

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Build bpftrace # Build bpftrace
ENV BPFTRACE_VERSION v0.9.2 ENV BPFTRACE_VERSION v0.9.3
RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \ RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \
&& ( \ && ( \
cd /usr/src/bpftrace \ cd /usr/src/bpftrace \

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
libc-dev libc-dev
ENV CFSSL_VERSION 1.3.4 ENV CFSSL_VERSION 1.4.1
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

View File

@ -29,7 +29,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 CONSUL_VERSION v1.6.1 ENV CONSUL_VERSION v1.6.2
RUN go get github.com/hashicorp/consul || true RUN go get github.com/hashicorp/consul || true

View File

@ -10,7 +10,7 @@ RUN apk --no-cache add \
git \ git \
make make
ENV COREDNS_VERSION v1.6.3 ENV COREDNS_VERSION v1.6.5
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

View File

@ -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 262.0.0 ENV CLOUD_SDK_DOCKER_VERSION 272.0.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -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.4.3 ENV KEEPASSXC_VERSION 2.5.1
RUN buildDeps=' \ RUN buildDeps=' \
automake \ automake \

View File

@ -29,7 +29,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.5 ENV NOMAD_VERSION v0.10.2
RUN go get github.com/hashicorp/nomad RUN go get github.com/hashicorp/nomad

View File

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

View File

@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip py-pip
# Get the source # Get the source
ENV PLEXPY_VERSION v2.1.34 ENV PLEXPY_VERSION v2.1.38
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 \

View File

@ -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.1358 ENV RADARR_VERSION 0.2.0.1450
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 \

View File

@ -10,9 +10,9 @@ 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.15 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.3
# https://github.com/maxmind/libmaxminddb/releases # https://github.com/maxmind/libmaxminddb/releases
ENV LIBMAXMINDDB_VERSION 1.3.2 ENV LIBMAXMINDDB_VERSION 1.4.2
# Tell nginx's build system where to find LuaJIT 2.1: # Tell nginx's build system where to find LuaJIT 2.1:
ENV LUAJIT_LIB=/usr/lib/ ENV LUAJIT_LIB=/usr/lib/

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
musl-dev \ musl-dev \
zip zip
ENV TERRAFORM_VERSION v0.12.8 ENV TERRAFORM_VERSION v0.12.17
RUN go get github.com/hashicorp/terraform || true RUN go get github.com/hashicorp/terraform || true

View File

@ -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.11.46" ENV UNIFI_VERSION "5.12.35"
# install unifi # install unifi
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -19,7 +19,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 VAGRANT_VERSION 2.2.5 ENV VAGRANT_VERSION 2.2.6
# download the source # download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \ RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \

View File

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