mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-08 03:24:41 +02:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
fb9e518a86
commit
e07ca3c24e
atom
certbot
crio
gitiles
keepassxc
plexpy
powershell
vagrant
znc
zookeeper/3.5
@ -43,7 +43,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 ATOM_VERSION 1.26.0
|
ENV ATOM_VERSION 1.26.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
@ -27,7 +27,7 @@ RUN apk --no-cache add \
|
|||||||
|
|
||||||
RUN pip install acme
|
RUN pip install acme
|
||||||
|
|
||||||
ENV CERTBOT_VERSION 0.23.0
|
ENV CERTBOT_VERSION 0.24.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
git \
|
git \
|
||||||
|
@ -26,7 +26,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 CRIO_VERSION v1.9.11
|
ENV CRIO_VERSION v1.9.12
|
||||||
ENV GO_VERSION 1.9.4
|
ENV GO_VERSION 1.9.4
|
||||||
ENV PLUGINS_VERSION v0.7.1
|
ENV PLUGINS_VERSION v0.7.1
|
||||||
ENV RUNC_VERSION v0.1.1
|
ENV RUNC_VERSION v0.1.1
|
||||||
|
@ -9,7 +9,7 @@ RUN apk add --no-cache \
|
|||||||
openjdk8
|
openjdk8
|
||||||
|
|
||||||
# https://github.com/bazelbuild/bazel/releases
|
# https://github.com/bazelbuild/bazel/releases
|
||||||
ENV BAZEL_VERSION 0.12.0
|
ENV BAZEL_VERSION 0.13.0
|
||||||
# https://gerrit.googlesource.com/gitiles/
|
# https://gerrit.googlesource.com/gitiles/
|
||||||
ENV GITILES_VERSION v0.2-1
|
ENV GITILES_VERSION v0.2-1
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV KEEPASSXC_VERSION 2.3.1
|
ENV KEEPASSXC_VERSION 2.3.3
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
automake \
|
automake \
|
||||||
|
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
|||||||
python
|
python
|
||||||
|
|
||||||
# Get the source
|
# Get the source
|
||||||
ENV PLEXPY_VERSION v2.0.28
|
ENV PLEXPY_VERSION v2.1.4
|
||||||
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 \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
|
||||||
|
|
||||||
ENV POWERSHELL_VERSION 6.1.0-preview.1
|
ENV POWERSHELL_VERSION 6.1.0-preview.2
|
||||||
|
|
||||||
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 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.0.4
|
ENV VAGRANT_VERSION 2.1.1
|
||||||
|
|
||||||
# download the source
|
# download the source
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
|
@ -22,7 +22,7 @@ RUN adduser -u 1001 -D user \
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
ENV ZNC_VERSION 1.6.6
|
ENV ZNC_VERSION 1.7.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM java:8-alpine
|
FROM java:8-alpine
|
||||||
|
|
||||||
ENV ZOOKEEPER_VERSION 3.5.3-beta
|
ENV ZOOKEEPER_VERSION 3.5.4-rc0
|
||||||
ENV PATH $PATH:/opt/zookeeper/bin/
|
ENV PATH $PATH:/opt/zookeeper/bin/
|
||||||
|
|
||||||
# the start files for zookeeper use bash
|
# the start files for zookeeper use bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user