mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
parent
3ad63dd061
commit
57d70d8faf
|
@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 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 \
|
||||
&& ( \
|
||||
cd /usr/src/bcc \
|
||||
|
|
|
@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 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 \
|
||||
&& ( \
|
||||
cd /usr/src/bpftrace \
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN apk --no-cache add \
|
|||
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
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& 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
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ RUN apk --no-cache add \
|
|||
git \
|
||||
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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM python:2-alpine
|
||||
|
||||
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 \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
FROM alpine:latest
|
||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||
|
||||
ENV KEEPASSXC_VERSION 2.4.3
|
||||
ENV KEEPASSXC_VERSION 2.5.1
|
||||
|
||||
RUN buildDeps=' \
|
||||
automake \
|
||||
|
|
|
@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& 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
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
|||
make \
|
||||
zip
|
||||
|
||||
ENV PACKER_VERSION v1.4.3
|
||||
ENV PACKER_VERSION v1.4.4
|
||||
|
||||
RUN go get github.com/hashicorp/packer
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
|||
py-pip
|
||||
|
||||
# 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 \
|
||||
&& ( \
|
||||
cd /opt/plexpy \
|
||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
||||
|
||||
# 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 \
|
||||
&& 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 \
|
||||
|
|
|
@ -10,9 +10,9 @@ ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
|||
# https://github.com/openresty/lua-nginx-module/releases
|
||||
ENV LUA_NGINX_MODULE_VERSION v0.10.15
|
||||
# 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
|
||||
ENV LIBMAXMINDDB_VERSION 1.3.2
|
||||
ENV LIBMAXMINDDB_VERSION 1.4.2
|
||||
|
||||
# Tell nginx's build system where to find LuaJIT 2.1:
|
||||
ENV LUAJIT_LIB=/usr/lib/
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||
musl-dev \
|
||||
zip
|
||||
|
||||
ENV TERRAFORM_VERSION v0.12.8
|
||||
ENV TERRAFORM_VERSION v0.12.17
|
||||
|
||||
RUN go get github.com/hashicorp/terraform || true
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \
|
|||
|
||||
# unifi version
|
||||
# From: https://www.ubnt.com/download/unifi/
|
||||
ENV UNIFI_VERSION "5.11.46"
|
||||
ENV UNIFI_VERSION "5.12.35"
|
||||
|
||||
# install unifi
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV VAGRANT_VERSION 2.2.5
|
||||
ENV VAGRANT_VERSION 2.2.6
|
||||
|
||||
# download the source
|
||||
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \
|
||||
|
|
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||
libmnl-dev
|
||||
|
||||
# https://git.zx2c4.com/WireGuard/refs/
|
||||
ENV WIREGUARD_VERSION 0.0.20190913
|
||||
ENV WIREGUARD_VERSION 0.0.20191205
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
|
|
Loading…
Reference in New Issue
Block a user