Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 31, 2019
1 parent 3f41986 commit 03c295b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion coredns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk --no-cache add \
git \
make

ENV COREDNS_VERSION v1.5.2
ENV COREDNS_VERSION v1.6.2

RUN git clone --depth 1 --branch ${COREDNS_VERSION} https://github.com/coredns/coredns /go/src/github.com/coredns/coredns

Expand Down
4 changes: 3 additions & 1 deletion fleet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ RUN apk add --no-cache \
npm \
yarn

ENV FLEET_VERSION 2.2.0
ENV FLEET_VERSION 2.3.0

RUN git clone --depth 1 --branch "${FLEET_VERSION}" https://github.com/kolide/fleet.git /go/src/github.com/kolide/fleet

WORKDIR /go/src/github.com/kolide/fleet

ENV GO111MODULE on

RUN make deps generate

RUN CGO_ENABLED=0 go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o /usr/bin/fleet ./cmd/fleet
Expand Down
2 changes: 1 addition & 1 deletion gcloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:2-alpine

ENV PATH $PATH:/usr/src/google-cloud-sdk/bin
ENV CLOUD_SDK_DOCKER_VERSION 255.0.0
ENV CLOUD_SDK_DOCKER_VERSION 260.0.0

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down
2 changes: 1 addition & 1 deletion irssi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN adduser -u 1001 -D user \

ENV LANG C.UTF-8

ENV IRSSI_VERSION 1.2.1
ENV IRSSI_VERSION 1.2.2
# https://otr.cypherpunks.ca/index.php#downloads
ENV LIB_OTR_VERSION 4.1.1
# https://github.com/cryptodotis/irssi-otr/releases
Expand Down
2 changes: 1 addition & 1 deletion nomad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

ENV NOMAD_VERSION v0.9.4-rc1
ENV NOMAD_VERSION v0.9.5

RUN go get github.com/hashicorp/nomad

Expand Down
3 changes: 1 addition & 2 deletions oauth2-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ RUN apk --no-cache add \
ENV PATH /go/bin:/usr/local/go/bin:$PATH
ENV GOPATH /go

ENV OAUTH2_PROXY_VERSION v3.2.0
ENV OAUTH2_PROXY_VERSION v4.0.0

RUN go get github.com/golang/dep/cmd/dep

RUN go get github.com/pusher/oauth2_proxy || true \
&& cd /go/src/github.com/pusher/oauth2_proxy \
&& git checkout "${OAUTH2_PROXY_VERSION}" \
&& dep ensure --vendor-only \
&& go build . \
&& mv oauth2_proxy /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion packer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache \
make \
zip

ENV PACKER_VERSION v1.4.2
ENV PACKER_VERSION v1.4.3

RUN go get github.com/hashicorp/packer

Expand Down
2 changes: 1 addition & 1 deletion plexpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip

# Get the source
ENV PLEXPY_VERSION v2.1.32
ENV PLEXPY_VERSION v2.1.33
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \
Expand Down
2 changes: 1 addition & 1 deletion spotify/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
dirmngr \
gnupg \
--no-install-recommends \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90 \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45 \
&& echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list \
&& apt-get update && apt-get install -y \
alsa-utils \
Expand Down
2 changes: 1 addition & 1 deletion telize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit

ENV NGINX_VERSION 1.17.2
ENV NGINX_VERSION 1.17.3
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases
Expand Down
2 changes: 1 addition & 1 deletion terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk add --no-cache \
musl-dev \
zip

ENV TERRAFORM_VERSION v0.12.5
ENV TERRAFORM_VERSION v0.12.7

RUN go get github.com/hashicorp/terraform || true

Expand Down
2 changes: 1 addition & 1 deletion unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y \

# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.10.25"
ENV UNIFI_VERSION "5.10.26"

# install unifi
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip

ENV VAULT_VERSION v1.2.0-rc1
ENV VAULT_VERSION v1.2.2

RUN go get github.com/hashicorp/vault

Expand Down
1 change: 1 addition & 0 deletions zoom-us/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN apt-get update && apt-get install -y \
libxcb-image0 \
libxcb-keysyms1 \
libxcb-xtest0 \
libxtst6 \
libnss3 \
libxss1 \
sudo \
Expand Down

0 comments on commit 03c295b

Please sign in to comment.