From 1ff7b210cc43cce077ca3bad7d6ac2cb65515efe Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 8 Mar 2019 10:31:44 -0500 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- bcc-tools/Dockerfile | 2 +- certbot/Dockerfile | 2 +- consul/Dockerfile | 2 +- coredns/Dockerfile | 2 +- curl/Dockerfile | 2 +- fleet/Dockerfile | 2 +- gcloud/Dockerfile | 2 +- irssi/Dockerfile | 2 +- latest-versions.sh | 2 +- nomad/Dockerfile | 2 +- now/Dockerfile | 2 +- osquery/Dockerfile | 2 +- packer/Dockerfile | 2 +- powershell/Dockerfile | 2 +- radarr/Dockerfile | 2 +- telize/Dockerfile | 2 +- unifi/Dockerfile | 2 +- vagrant/Dockerfile | 2 +- vault/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- znc/Dockerfile | 2 +- zookeeper/3.5/Dockerfile | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/bcc-tools/Dockerfile b/bcc-tools/Dockerfile index 33800a4..9a36306 100644 --- a/bcc-tools/Dockerfile +++ b/bcc-tools/Dockerfile @@ -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 \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 4f163fe..296cac2 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -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 \ diff --git a/consul/Dockerfile b/consul/Dockerfile index 11065d5..4384b42 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -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 diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 3a5caef..911605c 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -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 diff --git a/curl/Dockerfile b/curl/Dockerfile index e3eff6e..8d3f03a 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -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 \ diff --git a/fleet/Dockerfile b/fleet/Dockerfile index 615b698..ef62787 100644 --- a/fleet/Dockerfile +++ b/fleet/Dockerfile @@ -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 diff --git a/gcloud/Dockerfile b/gcloud/Dockerfile index 089f167..f9a5c4e 100644 --- a/gcloud/Dockerfile +++ b/gcloud/Dockerfile @@ -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 \ diff --git a/irssi/Dockerfile b/irssi/Dockerfile index 0d1be70..58cca99 100644 --- a/irssi/Dockerfile +++ b/irssi/Dockerfile @@ -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 diff --git a/latest-versions.sh b/latest-versions.sh index 419bec7..9de13eb 100755 --- a/latest-versions.sh +++ b/latest-versions.sh @@ -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}" diff --git a/nomad/Dockerfile b/nomad/Dockerfile index 7d329db..379112a 100644 --- a/nomad/Dockerfile +++ b/nomad/Dockerfile @@ -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 diff --git a/now/Dockerfile b/now/Dockerfile index e50209a..63063af 100644 --- a/now/Dockerfile +++ b/now/Dockerfile @@ -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" \ diff --git a/osquery/Dockerfile b/osquery/Dockerfile index f9d9805..d257fb5 100644 --- a/osquery/Dockerfile +++ b/osquery/Dockerfile @@ -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 \ diff --git a/packer/Dockerfile b/packer/Dockerfile index 36693c2..b1811c9 100644 --- a/packer/Dockerfile +++ b/packer/Dockerfile @@ -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 diff --git a/powershell/Dockerfile b/powershell/Dockerfile index ea383dd..6882722 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch-slim LABEL maintainer "Christian Koep " -ENV POWERSHELL_VERSION 6.1.1 +ENV POWERSHELL_VERSION 6.1.3 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/radarr/Dockerfile b/radarr/Dockerfile index d1d7de8..dba20f8 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -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 \ diff --git a/telize/Dockerfile b/telize/Dockerfile index 5007e58..3ecf734 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -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 diff --git a/unifi/Dockerfile b/unifi/Dockerfile index 19437f8..c4498a7 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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 \ diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 0cba2c5..89602d1 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -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 \ diff --git a/vault/Dockerfile b/vault/Dockerfile index ea776f4..9da71d8 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -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 diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 2c646f7..4008b73 100644 --- a/wireguard/install/Dockerfile +++ b/wireguard/install/Dockerfile @@ -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 \ diff --git a/znc/Dockerfile b/znc/Dockerfile index d676db8..91e5337 100644 --- a/znc/Dockerfile +++ b/znc/Dockerfile @@ -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 \ diff --git a/zookeeper/3.5/Dockerfile b/zookeeper/3.5/Dockerfile index 8212e36..a13fde4 100644 --- a/zookeeper/3.5/Dockerfile +++ b/zookeeper/3.5/Dockerfile @@ -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