mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
60208b7524
commit
3d2b81d43e
|
@ -9,7 +9,7 @@ RUN apk --no-cache add \
|
||||||
git \
|
git \
|
||||||
make
|
make
|
||||||
|
|
||||||
ENV COREDNS_VERSION v1.2.4
|
ENV COREDNS_VERSION v1.2.5
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
nghttp2 \
|
nghttp2 \
|
||||||
openssl
|
openssl
|
||||||
|
|
||||||
ENV CURL_VERSION 7.61.1
|
ENV CURL_VERSION 7.62.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -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 221.0.0
|
ENV CLOUD_SDK_DOCKER_VERSION 223.0.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -6,7 +6,7 @@ RUN apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
gzip
|
gzip
|
||||||
|
|
||||||
ENV NOW_VERSION 11.4.6
|
ENV NOW_VERSION 11.5.2
|
||||||
|
|
||||||
RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
|
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" \
|
&& gzip -dv "/tmp/now.gz" \
|
||||||
|
|
|
@ -6,7 +6,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 OSQUERY_VERSION 3.3.0
|
ENV OSQUERY_VERSION 3.3.1
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
curl \
|
curl \
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN apk add --no-cache \
|
||||||
make \
|
make \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV PACKER_VERSION v1.3.1
|
ENV PACKER_VERSION v1.3.2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/packer
|
RUN go get github.com/hashicorp/packer
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
||||||
py-pip
|
py-pip
|
||||||
|
|
||||||
# Get the source
|
# Get the source
|
||||||
ENV PLEXPY_VERSION v2.1.23-beta
|
ENV PLEXPY_VERSION v2.1.25
|
||||||
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
|
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /opt/plexpy \
|
cd /opt/plexpy \
|
||||||
|
|
|
@ -8,7 +8,7 @@ ENV NGINX_VERSION 1.15.5
|
||||||
# https://github.com/simplresty/ngx_devel_kit/releases
|
# https://github.com/simplresty/ngx_devel_kit/releases
|
||||||
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
|
||||||
# https://github.com/openresty/lua-nginx-module/releases
|
# https://github.com/openresty/lua-nginx-module/releases
|
||||||
ENV LUA_NGINX_MODULE_VERSION v0.10.13
|
ENV LUA_NGINX_MODULE_VERSION v0.10.14rc2
|
||||||
# https://github.com/leev/ngx_http_geoip2_module/releases
|
# https://github.com/leev/ngx_http_geoip2_module/releases
|
||||||
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
|
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.2
|
||||||
# https://github.com/maxmind/libmaxminddb/releases
|
# https://github.com/maxmind/libmaxminddb/releases
|
||||||
|
|
|
@ -11,7 +11,7 @@ RUN apk add --no-cache \
|
||||||
make \
|
make \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV TERRAFORM_VERSION v0.12.0-alpha1
|
ENV TERRAFORM_VERSION v0.11.10
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/terraform
|
RUN go get github.com/hashicorp/terraform
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
yarn \
|
yarn \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV VAULT_VERSION v0.11.3
|
ENV VAULT_VERSION v1.0.0-beta1
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/vault
|
RUN go get github.com/hashicorp/vault
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user