update versions

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle 2019-03-08 10:31:44 -05:00
parent e5c4403f80
commit 1ff7b210cc
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
22 changed files with 22 additions and 22 deletions

View file

@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
# 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 \
&& ( \
cd /usr/src/bcc \

View file

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

View file

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& 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

View file

@ -9,7 +9,7 @@ RUN apk --no-cache add \
git \
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

View file

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

View file

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \
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

View file

@ -1,7 +1,7 @@
FROM python:2-alpine
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 \
&& apk add --no-cache --virtual .build-deps \

View file

@ -13,7 +13,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV IRSSI_VERSION 1.1.1
ENV IRSSI_VERSION 1.2.0
# https://otr.cypherpunks.ca/index.php#downloads
ENV LIB_OTR_VERSION 4.1.1
# https://github.com/cryptodotis/irssi-otr/releases

View file

@ -88,7 +88,7 @@ get_latest_unifi() {
compare() {
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
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"

View file

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

View file

@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \
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" \
&& gzip -dv "/tmp/now.gz" \

View file

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV OSQUERY_VERSION 3.2.6
ENV OSQUERY_VERSION 3.3.2
RUN buildDeps=' \
curl \

View file

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

View file

@ -1,7 +1,7 @@
FROM debian:stretch-slim
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 \
ca-certificates \

View file

@ -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 v0.2.0.1217
ENV RADARR_VERSION v0.2.0.1293
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 \
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \

View file

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.15.8
ENV NGINX_VERSION 1.15.9
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases

View file

@ -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.9.29"
ENV UNIFI_VERSION "5.10.19"
# install unifi
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 \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.2.2
ENV VAGRANT_VERSION 2.2.4
# download the source
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \

View file

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

View file

@ -19,7 +19,7 @@ RUN apk add --no-cache \
libmnl-dev
# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20181218
ENV WIREGUARD_VERSION 0.0.20190227
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View file

@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
ENV LANG C.UTF-8
ENV ZNC_VERSION 1.7.1
ENV ZNC_VERSION 1.7.2
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View file

@ -1,6 +1,6 @@
FROM java:8-alpine
ENV ZOOKEEPER_VERSION 3.5.4-beta
ENV ZOOKEEPER_VERSION 3.5.4
ENV PATH $PATH:/opt/zookeeper/bin/
# the start files for zookeeper use bash