diff --git a/bcc-tools/Dockerfile b/bcc-tools/Dockerfile index ea90cd0..25fbdb5 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.11.0 +ENV BCC_VERSION v0.14.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/bpftrace/Dockerfile b/bpftrace/Dockerfile index 3bbcbe8..f18b614 100644 --- a/bpftrace/Dockerfile +++ b/bpftrace/Dockerfile @@ -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.3 +ENV BPFTRACE_VERSION v0.10.0 RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \ && ( \ cd /usr/src/bpftrace \ diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 9453b68..77e080a 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -7,7 +7,7 @@ RUN apk --no-cache add \ libressl \ python3 -ENV CERTBOT_VERSION 1.0.0 +ENV CERTBOT_VERSION 1.4.0 RUN buildDeps=' \ build-base \ diff --git a/clair/Dockerfile b/clair/Dockerfile index 979b91e..3f15c99 100644 --- a/clair/Dockerfile +++ b/clair/Dockerfile @@ -10,7 +10,7 @@ ENV GOPATH /go RUN go get github.com/quay/clair/cmd/clair || true -ENV CLAIR_VERSION v2.1.1 +ENV CLAIR_VERSION v2.1.3 WORKDIR /go/src/github.com/quay/clair diff --git a/consul/Dockerfile b/consul/Dockerfile index 342c9b4..8afe87a 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -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.2 +ENV CONSUL_VERSION v1.8.0-beta1 RUN go get github.com/hashicorp/consul || true diff --git a/coredns/Dockerfile b/coredns/Dockerfile index 266d972..452e4c6 100644 --- a/coredns/Dockerfile +++ b/coredns/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add \ git \ make -ENV COREDNS_VERSION v1.6.5 +ENV COREDNS_VERSION v1.6.9 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 d821421..c999f37 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.67.0 +ENV CURL_VERSION 7.70.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/fleet/Dockerfile b/fleet/Dockerfile index ad2d4bb..97e3bd8 100644 --- a/fleet/Dockerfile +++ b/fleet/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ npm \ yarn -ENV FLEET_VERSION 2.4.0 +ENV FLEET_VERSION 2.6.0 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 57bcf70..f36a2f2 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 272.0.0 +ENV CLOUD_SDK_DOCKER_VERSION 292.0.0 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/gitiles/Dockerfile b/gitiles/Dockerfile index 0579fa4..f192936 100644 --- a/gitiles/Dockerfile +++ b/gitiles/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:bionic LABEL maintainer "Jessie Frazelle " # https://gerrit.googlesource.com/gitiles/ -ENV GITILES_VERSION v0.3 +ENV GITILES_VERSION v0.4 RUN apt-get update && apt-get install -y \ apt-transport-https \ diff --git a/keepassxc/Dockerfile b/keepassxc/Dockerfile index d932abc..9d9e78a 100644 --- a/keepassxc/Dockerfile +++ b/keepassxc/Dockerfile @@ -11,7 +11,7 @@ FROM alpine:latest LABEL maintainer "Christian Koep " -ENV KEEPASSXC_VERSION 2.5.1 +ENV KEEPASSXC_VERSION 2.5.4 RUN buildDeps=' \ automake \ diff --git a/latest-versions.sh b/latest-versions.sh index 2ff5ebb..f032cf5 100755 --- a/latest-versions.sh +++ b/latest-versions.sh @@ -49,7 +49,7 @@ get_latest() { dir="zookeeper/3.5" elif [[ "$dir" == "oauth2_proxy" ]]; then dir="oauth2-proxy" - elif [[ "$dir" == "wireguard" ]]; then + elif [[ "$dir" == "wireguard-linux-compat" ]]; then dir="wireguard/install" fi @@ -60,6 +60,11 @@ get_latest() { udir=${udir//-/_} udir=${udir%/*} + if [[ "$dir" == "wireguard-tools" ]]; then + dir="wireguard/install" + udir="WIREGUARD_TOOLS_VERSION" + fi + local current if [[ ! -d "$dir" ]]; then # If the directory does not exist, then grep all for it @@ -100,60 +105,61 @@ compare() { } projects=( -iovisor/bcc -iovisor/bpftrace -browsh-org/browsh -certbot/certbot -cloudflare/cfssl -quay/clair -hashicorp/consul -coredns/coredns -CouchPotato/CouchPotatoServer -curl/curl -kolide/fleet -GoogleCloudPlatform/cloud-sdk-docker -google/gitiles -google/guetzli -irssi/irssi -cryptodotis/irssi-otr -keepassxreboot/keepassxc -robertdavidgraham/masscan -MidnightCommander/mc -zyedidia/micro -mitmproxy/mitmproxy -hashicorp/nomad -nzbget/nzbget -pusher/oauth2_proxy -facebook/osquery -hashicorp/packer -Tautulli/Tautulli -perkeep/perkeep -pomerium/pomerium -powershell/powershell -Radarr/Radarr -cesanta/docker_auth -ricochet-im/ricochet -reverse-shell/routersploit -rstudio/rstudio -tarsnap/tarsnap -nginx/nginx -simplresty/ngx_devel_kit -openresty/lua-nginx-module -leev/ngx_http_geoip2_module -maxmind/libmaxminddb -hashicorp/terraform -kdlucas/byte-unixbench -mitchellh/vagrant -hashicorp/vault -containrrr/watchtower -wireguard/wireguard -znc/znc -apache/zookeeper -tianon/gosu + iovisor/bcc + iovisor/bpftrace + browsh-org/browsh + certbot/certbot + cloudflare/cfssl + quay/clair + hashicorp/consul + coredns/coredns + CouchPotato/CouchPotatoServer + curl/curl + kolide/fleet + GoogleCloudPlatform/cloud-sdk-docker + google/gitiles + google/guetzli + irssi/irssi + cryptodotis/irssi-otr + keepassxreboot/keepassxc + robertdavidgraham/masscan + MidnightCommander/mc + zyedidia/micro + mitmproxy/mitmproxy + hashicorp/nomad + nzbget/nzbget + pusher/oauth2_proxy + facebook/osquery + hashicorp/packer + Tautulli/Tautulli + perkeep/perkeep + pomerium/pomerium + powershell/powershell + Radarr/Radarr + cesanta/docker_auth + ricochet-im/ricochet + reverse-shell/routersploit + rstudio/rstudio + tarsnap/tarsnap + nginx/nginx + simplresty/ngx_devel_kit + openresty/lua-nginx-module + leev/ngx_http_geoip2_module + maxmind/libmaxminddb + hashicorp/terraform + kdlucas/byte-unixbench + mitchellh/vagrant + hashicorp/vault + containrrr/watchtower + wireguard/wireguard-tools + wireguard/wireguard-linux-compat + znc/znc + apache/zookeeper + tianon/gosu ) other_projects=( -unifi + unifi ) bad_versions=() diff --git a/micro/Dockerfile b/micro/Dockerfile index f43127a..82aa404 100644 --- a/micro/Dockerfile +++ b/micro/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go -ENV MICRO_VERSION v1.4.1 +ENV MICRO_VERSION v2.0.3 RUN git clone --depth 1 --branch "$MICRO_VERSION" https://github.com/zyedidia/micro /go/src/github.com/zyedidia/micro diff --git a/mitmproxy/Dockerfile b/mitmproxy/Dockerfile index 0aa99a7..f5150a2 100644 --- a/mitmproxy/Dockerfile +++ b/mitmproxy/Dockerfile @@ -16,7 +16,7 @@ RUN groupadd -r mitmproxy && useradd -r -g mitmproxy mitmproxy \ && chown -R mitmproxy:mitmproxy /home/mitmproxy # Download the binaries. -ENV MITMPROXY_VERSION 4.0.4 +ENV MITMPROXY_VERSION 5.1.1 RUN curl -sSL "https://snapshots.mitmproxy.org/${MITMPROXY_VERSION}/mitmproxy-${MITMPROXY_VERSION}-linux.tar.gz" | tar -vxzC /usr/local/bin VOLUME /home/mitmproxy/.mitmproxy diff --git a/nomad/Dockerfile b/nomad/Dockerfile index 781ddb8..73281d1 100644 --- a/nomad/Dockerfile +++ b/nomad/Dockerfile @@ -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.10.2 +ENV NOMAD_VERSION v0.11.2 RUN go get github.com/hashicorp/nomad diff --git a/oauth2-proxy/Dockerfile b/oauth2-proxy/Dockerfile index fd6cd7f..6d983ad 100644 --- a/oauth2-proxy/Dockerfile +++ b/oauth2-proxy/Dockerfile @@ -8,7 +8,7 @@ RUN apk --no-cache add \ ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV GOPATH /go -ENV OAUTH2_PROXY_VERSION v4.0.0 +ENV OAUTH2_PROXY_VERSION v5.1.1 RUN go get github.com/golang/dep/cmd/dep diff --git a/packer/Dockerfile b/packer/Dockerfile index b9cea4a..d2bb9da 100644 --- a/packer/Dockerfile +++ b/packer/Dockerfile @@ -12,7 +12,7 @@ RUN apk add --no-cache \ make \ zip -ENV PACKER_VERSION v1.4.4 +ENV PACKER_VERSION v1.5.5 RUN go get github.com/hashicorp/packer