update versions

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-14 23:13:42 -07:00
parent b14a426eb0
commit 2a1ddf2e34
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
17 changed files with 74 additions and 68 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.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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \

View File

@ -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

View File

@ -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 \

View File

@ -2,7 +2,7 @@ FROM ubuntu:bionic
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# 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 \

View File

@ -11,7 +11,7 @@
FROM alpine:latest
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
ENV KEEPASSXC_VERSION 2.5.1
ENV KEEPASSXC_VERSION 2.5.4
RUN buildDeps=' \
automake \

View File

@ -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
@ -146,7 +151,8 @@ kdlucas/byte-unixbench
mitchellh/vagrant
hashicorp/vault
containrrr/watchtower
wireguard/wireguard
wireguard/wireguard-tools
wireguard/wireguard-linux-compat
znc/znc
apache/zookeeper
tianon/gosu

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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