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@github.com>
This commit is contained in:
parent
e5c4403f80
commit
1ff7b210cc
|
@ -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.7.0
|
ENV BCC_VERSION v0.9.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 \
|
||||||
|
|
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.29.1
|
ENV CERTBOT_VERSION 0.32.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
|
|
@ -14,7 +14,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.4.0-rc1
|
ENV CONSUL_VERSION v1.4.3
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/consul
|
RUN go get github.com/hashicorp/consul
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN apk --no-cache add \
|
||||||
git \
|
git \
|
||||||
make
|
make
|
||||||
|
|
||||||
ENV COREDNS_VERSION v1.3.0
|
ENV COREDNS_VERSION v1.4.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.63.0
|
ENV CURL_VERSION 7.64.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.1
|
ENV FLEET_VERSION 2.0.2
|
||||||
|
|
||||||
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 228.0.0
|
ENV CLOUD_SDK_DOCKER_VERSION 237.0.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV IRSSI_VERSION 1.1.1
|
ENV IRSSI_VERSION 1.2.0
|
||||||
# https://otr.cypherpunks.ca/index.php#downloads
|
# https://otr.cypherpunks.ca/index.php#downloads
|
||||||
ENV LIB_OTR_VERSION 4.1.1
|
ENV LIB_OTR_VERSION 4.1.1
|
||||||
# https://github.com/cryptodotis/irssi-otr/releases
|
# https://github.com/cryptodotis/irssi-otr/releases
|
||||||
|
|
|
@ -88,7 +88,7 @@ get_latest_unifi() {
|
||||||
|
|
||||||
compare() {
|
compare() {
|
||||||
local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
|
local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
|
||||||
ignore_dirs=( "bazel" "mc" "rstudio" )
|
ignore_dirs=( "bazel" "mc" "rstudio" "zookeeper/3.5" )
|
||||||
|
|
||||||
if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then
|
if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then
|
||||||
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"
|
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"
|
||||||
|
|
|
@ -19,7 +19,7 @@ RUN apk add --no-cache \
|
||||||
yarn \
|
yarn \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV NOMAD_VERSION v0.8.7-rc1
|
ENV NOMAD_VERSION v0.9.0-beta3
|
||||||
|
|
||||||
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 12.1.14
|
ENV NOW_VERSION 14.0.3
|
||||||
|
|
||||||
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" \
|
||||||
|
|
|
@ -6,7 +6,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 OSQUERY_VERSION 3.2.6
|
ENV OSQUERY_VERSION 3.3.2
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
curl \
|
curl \
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
||||||
make \
|
make \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV PACKER_VERSION v1.3.3
|
ENV PACKER_VERSION v1.3.5
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/packer
|
RUN go get github.com/hashicorp/packer
|
||||||
|
|
||||||
|
|
|
@ -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.1
|
ENV POWERSHELL_VERSION 6.1.3
|
||||||
|
|
||||||
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 v0.2.0.1217
|
ENV RADARR_VERSION v0.2.0.1293
|
||||||
RUN mkdir -p /opt/radarr \
|
RUN mkdir -p /opt/radarr \
|
||||||
&& wget "https://github.com/Radarr/Radarr/releases/download/${RADARR_VERSION}/Radarr.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
|
&& wget "https://github.com/Radarr/Radarr/releases/download/${RADARR_VERSION}/Radarr.${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,7 +4,7 @@ RUN apk add --no-cache \
|
||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.15.8
|
ENV NGINX_VERSION 1.15.9
|
||||||
# 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
|
||||||
|
|
|
@ -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.9.29"
|
ENV UNIFI_VERSION "5.10.19"
|
||||||
|
|
||||||
# install unifi
|
# install unifi
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
@ -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.2
|
ENV VAGRANT_VERSION 2.2.4
|
||||||
|
|
||||||
# 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 \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
yarn \
|
yarn \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV VAULT_VERSION v1.0.1
|
ENV VAULT_VERSION v1.1.0-beta2
|
||||||
|
|
||||||
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.20181218
|
ENV WIREGUARD_VERSION 0.0.20190227
|
||||||
|
|
||||||
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.1
|
ENV ZNC_VERSION 1.7.2
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ENV ZOOKEEPER_VERSION 3.5.4-beta
|
ENV ZOOKEEPER_VERSION 3.5.4
|
||||||
ENV PATH $PATH:/opt/zookeeper/bin/
|
ENV PATH $PATH:/opt/zookeeper/bin/
|
||||||
|
|
||||||
# the start files for zookeeper use bash
|
# the start files for zookeeper use bash
|
||||||
|
|
Loading…
Reference in New Issue
Block a user