mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update versions
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
86552925c7
commit
6e9bae62f8
|
@ -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.8.0-beta1
|
ENV CONSUL_VERSION v1.8.0-beta2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/consul || true
|
RUN go get github.com/hashicorp/consul || true
|
||||||
|
|
||||||
|
|
|
@ -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 293.0.0
|
ENV CLOUD_SDK_DOCKER_VERSION 294.0.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
|
|
@ -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 v2.0.3
|
ENV MICRO_VERSION v2.0.4
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -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 POMERIUM_VERSION v0.8.0
|
ENV POMERIUM_VERSION v0.8.3
|
||||||
|
|
||||||
RUN go get github.com/pomerium/pomerium || true \
|
RUN go get github.com/pomerium/pomerium || true \
|
||||||
&& cd /go/src/github.com/pomerium/pomerium \
|
&& cd /go/src/github.com/pomerium/pomerium \
|
||||||
|
|
|
@ -57,7 +57,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://www.rstudio.com/products/rstudio/download/#download
|
# https://www.rstudio.com/products/rstudio/download/#download
|
||||||
ENV RSTUDIO_VERSION 1.2.5042
|
ENV RSTUDIO_VERSION 1.3.959
|
||||||
|
|
||||||
# Download the source
|
# Download the source
|
||||||
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \
|
RUN curl -sSL "https://download1.rstudio.org/desktop/bionic/amd64/rstudio-${RSTUDIO_VERSION}-amd64.deb" -o /tmp/rstudio-amd64.deb \
|
||||||
|
|
|
@ -4,7 +4,7 @@ RUN apk add --no-cache \
|
||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.18.0
|
ENV NGINX_VERSION 1.19.0
|
||||||
# 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
|
||||||
|
|
|
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ENV TERRAFORM_VERSION v0.12.25
|
ENV TERRAFORM_VERSION v0.12.26
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/terraform || true
|
RUN go get github.com/hashicorp/terraform || true
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,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 VAULT_VERSION v1.4.1
|
ENV VAULT_VERSION v1.4.2
|
||||||
|
|
||||||
RUN go get github.com/hashicorp/vault || true
|
RUN go get github.com/hashicorp/vault || true
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,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 WATCHTOWER_VERSION v0.3.11
|
ENV WATCHTOWER_VERSION v1.0.1
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower
|
RUN git clone --depth 1 --branch ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower /go/src/github.com/containrrr/watchtower
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ RUN apt update && apt -y install \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# https://git.zx2c4.com/wireguard-linux-compat/
|
# https://git.zx2c4.com/wireguard-linux-compat/
|
||||||
ENV WIREGUARD_VERSION v1.0.20200506
|
ENV WIREGUARD_VERSION v1.0.20200520
|
||||||
# https://git.zx2c4.com/wireguard-tools
|
# https://git.zx2c4.com/wireguard-tools
|
||||||
ENV WIREGUARD_TOOLS_VERSION v1.0.20200513
|
ENV WIREGUARD_TOOLS_VERSION v1.0.20200513
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user