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/* && rm -rf /var/lib/apt/lists/*
# Build libbcc # 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 \ 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 \

View File

@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Build bpftrace # 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 \ RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \
&& ( \ && ( \
cd /usr/src/bpftrace \ cd /usr/src/bpftrace \

View File

@ -7,7 +7,7 @@ RUN apk --no-cache add \
libressl \ libressl \
python3 python3
ENV CERTBOT_VERSION 1.0.0 ENV CERTBOT_VERSION 1.4.0
RUN buildDeps=' \ RUN buildDeps=' \
build-base \ build-base \

View File

@ -10,7 +10,7 @@ ENV GOPATH /go
RUN go get github.com/quay/clair/cmd/clair || true 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 WORKDIR /go/src/github.com/quay/clair

View File

@ -29,7 +29,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.6.2 ENV CONSUL_VERSION v1.8.0-beta1
RUN go get github.com/hashicorp/consul || true RUN go get github.com/hashicorp/consul || true

View File

@ -10,7 +10,7 @@ RUN apk --no-cache add \
git \ git \
make 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 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 \ nghttp2 \
openssl openssl
ENV CURL_VERSION 7.67.0 ENV CURL_VERSION 7.70.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
npm \ npm \
yarn 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 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 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 272.0.0 ENV CLOUD_SDK_DOCKER_VERSION 292.0.0
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

View File

@ -2,7 +2,7 @@ FROM ubuntu:bionic
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# https://gerrit.googlesource.com/gitiles/ # https://gerrit.googlesource.com/gitiles/
ENV GITILES_VERSION v0.3 ENV GITILES_VERSION v0.4
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
apt-transport-https \ apt-transport-https \

View File

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

View File

@ -49,7 +49,7 @@ get_latest() {
dir="zookeeper/3.5" dir="zookeeper/3.5"
elif [[ "$dir" == "oauth2_proxy" ]]; then elif [[ "$dir" == "oauth2_proxy" ]]; then
dir="oauth2-proxy" dir="oauth2-proxy"
elif [[ "$dir" == "wireguard" ]]; then elif [[ "$dir" == "wireguard-linux-compat" ]]; then
dir="wireguard/install" dir="wireguard/install"
fi fi
@ -60,6 +60,11 @@ get_latest() {
udir=${udir//-/_} udir=${udir//-/_}
udir=${udir%/*} udir=${udir%/*}
if [[ "$dir" == "wireguard-tools" ]]; then
dir="wireguard/install"
udir="WIREGUARD_TOOLS_VERSION"
fi
local current local current
if [[ ! -d "$dir" ]]; then if [[ ! -d "$dir" ]]; then
# If the directory does not exist, then grep all for it # If the directory does not exist, then grep all for it
@ -146,7 +151,8 @@ kdlucas/byte-unixbench
mitchellh/vagrant mitchellh/vagrant
hashicorp/vault hashicorp/vault
containrrr/watchtower containrrr/watchtower
wireguard/wireguard wireguard/wireguard-tools
wireguard/wireguard-linux-compat
znc/znc znc/znc
apache/zookeeper apache/zookeeper
tianon/gosu tianon/gosu

View File

@ -9,7 +9,7 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go 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 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 && chown -R mitmproxy:mitmproxy /home/mitmproxy
# Download the binaries. # 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 RUN curl -sSL "https://snapshots.mitmproxy.org/${MITMPROXY_VERSION}/mitmproxy-${MITMPROXY_VERSION}-linux.tar.gz" | tar -vxzC /usr/local/bin
VOLUME /home/mitmproxy/.mitmproxy VOLUME /home/mitmproxy/.mitmproxy

View File

@ -29,7 +29,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 NOMAD_VERSION v0.10.2 ENV NOMAD_VERSION v0.11.2
RUN go get github.com/hashicorp/nomad 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 PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go 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 RUN go get github.com/golang/dep/cmd/dep

View File

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