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
c15f85686b
commit
b14a426eb0
|
@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& curl -sSL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - \
|
&& curl -sSL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - \
|
||||||
&& echo 'deb https://apt.kitware.com/ubuntu/ bionic main' > /etc/apt/sources.list.d/cmake.list
|
&& echo 'deb https://apt.kitware.com/ubuntu/ bionic main' > /etc/apt/sources.list.d/cmake.list
|
||||||
|
|
||||||
ENV OSQUERY_VERSION 4.0.2
|
ENV OSQUERY_VERSION 4.3.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bison \
|
bison \
|
||||||
|
|
|
@ -15,7 +15,7 @@ RUN apk add --no-cache \
|
||||||
py-pip
|
py-pip
|
||||||
|
|
||||||
# Get the source
|
# Get the source
|
||||||
ENV PLEXPY_VERSION v2.1.38
|
ENV PLEXPY_VERSION v2.2.3
|
||||||
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 \
|
||||||
|
|
|
@ -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.5.2
|
ENV POMERIUM_VERSION v0.8.0
|
||||||
|
|
||||||
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 \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM debian:stretch-slim
|
FROM debian:stretch-slim
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.2.3
|
ENV POWERSHELL_VERSION 7.0.1
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
|
||||||
|
|
||||||
# https://github.com/Radarr/Radarr/releases
|
# https://github.com/Radarr/Radarr/releases
|
||||||
ENV RADARR_VERSION 0.2.0.1450
|
ENV RADARR_VERSION 0.2.0.1480
|
||||||
RUN mkdir -p /opt/radarr \
|
RUN mkdir -p /opt/radarr \
|
||||||
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
|
&& wget "https://github.com/Radarr/Radarr/releases/download/v${RADARR_VERSION}/Radarr.develop.${RADARR_VERSION}.linux.tar.gz" -O /tmp/radarr.tar.gz \
|
||||||
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \
|
&& tar -xzvf /tmp/radarr.tar.gz -C /opt/radarr --strip-components 1 \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||||
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 DOCKER_AUTH_VERSION 1.3.1
|
ENV DOCKER_AUTH_VERSION 1.5.0
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch ${DOCKER_AUTH_VERSION} https://github.com/cesanta/docker_auth /go/src/github.com/cesanta/docker_auth
|
RUN git clone --depth 1 --branch ${DOCKER_AUTH_VERSION} https://github.com/cesanta/docker_auth /go/src/github.com/cesanta/docker_auth
|
||||||
|
|
||||||
|
|
|
@ -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.5019
|
ENV RSTUDIO_VERSION 1.2.5042
|
||||||
|
|
||||||
# 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,11 +4,11 @@ RUN apk add --no-cache \
|
||||||
lua5.1-cjson \
|
lua5.1-cjson \
|
||||||
luajit
|
luajit
|
||||||
|
|
||||||
ENV NGINX_VERSION 1.17.6
|
ENV NGINX_VERSION 1.18.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
|
||||||
ENV LUA_NGINX_MODULE_VERSION v0.10.15
|
ENV LUA_NGINX_MODULE_VERSION v0.10.16rc5
|
||||||
# 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.3
|
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.3
|
||||||
# https://github.com/maxmind/libmaxminddb/releases
|
# https://github.com/maxmind/libmaxminddb/releases
|
||||||
|
|
|
@ -19,7 +19,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 VAGRANT_VERSION 2.2.6
|
ENV VAGRANT_VERSION 2.2.9
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \
|
RUN curl -sSL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o /tmp/vagrant-amd64.deb \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user