diff --git a/atom/Dockerfile b/atom/Dockerfile index a268057..46c3635 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Create the atom editor in a container # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/chromium/Dockerfile b/chromium/Dockerfile index 345ad37..eb70789 100644 --- a/chromium/Dockerfile +++ b/chromium/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Create chromium container with its dependencies # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/curl/Dockerfile b/curl/Dockerfile index 6534b52..d217488 100644 --- a/curl/Dockerfile +++ b/curl/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ nghttp2 \ openssl -ENV CURL_VERSION 7.50.1 +ENV CURL_VERSION 7.50.3 RUN set -x \ && apk add --no-cache --virtual .build-deps \ diff --git a/doctor/Dockerfile b/doctor/Dockerfile index e16025b..ef30fea 100644 --- a/doctor/Dockerfile +++ b/doctor/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Run text-based emacs doctor in a container # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/dunnet/Dockerfile b/dunnet/Dockerfile index 7c08809..d955b89 100644 --- a/dunnet/Dockerfile +++ b/dunnet/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Run text-based game dunnet in a container # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/evince/Dockerfile b/evince/Dockerfile index 9cdde16..3c4971e 100644 --- a/evince/Dockerfile +++ b/evince/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince) # AUTHOR: Christian Koep # USAGE: diff --git a/gparted/Dockerfile b/gparted/Dockerfile index f34ab15..845fe59 100644 --- a/gparted/Dockerfile +++ b/gparted/Dockerfile @@ -1,9 +1,8 @@ -# VERSION: 0.1 # DESCRIPTION: Create gparted container with its dependencies # AUTHOR: Jessica Frazelle # COMMENTS: # This file describes how to build a gparted container with all -# dependencies installed. It uses native X11 unix socket. +# dependencies installed. It uses native X11 unix socket. # Tested on Debian Jessie # USAGE: # # Download gparted Dockerfile diff --git a/keepass2/Dockerfile b/keepass2/Dockerfile index b162e85..a23c4c6 100644 --- a/keepass2/Dockerfile +++ b/keepass2/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Create keepass2 container with its dependencies # AUTHOR: Christian Koep # USAGE: diff --git a/powershell/Dockerfile b/powershell/Dockerfile index 33e656c..43b6560 100644 --- a/powershell/Dockerfile +++ b/powershell/Dockerfile @@ -1,7 +1,7 @@ FROM debian:sid MAINTAINER Christian Koep -ENV POWERSHELL_VERSION 6.0.0-alpha.9 +ENV POWERSHELL_VERSION 6.0.0-alpha.10 RUN apt-get update && apt-get install -y \ ca-certificates \ diff --git a/ssr/Dockerfile b/ssr/Dockerfile index 4dbfb4c..69f53ac 100644 --- a/ssr/Dockerfile +++ b/ssr/Dockerfile @@ -1,5 +1,4 @@ -# VERSION: 0.1 -# DESCRIPTION: Create SimpleScreenRecorder in a container +# DESCRIPTION: Create SimpleScreenRecorder in a container # AUTHOR: Jessica Frazelle # COMMENTS: # This file describes how to build SimpleScreenRecoder @@ -73,7 +72,7 @@ RUN sed -i".bak" '10,13d' /src/simple-build-and-install RUN sed -i".bak" '13,14d' /src/postinstall RUN cd /src && \ #chown -R ssr /src && \ - #sudo -u ssr + #sudo -u ssr /src/simple-build-and-install # Autorun ssr diff --git a/sublime-text-3/Dockerfile b/sublime-text-3/Dockerfile index 83e3646..c262054 100644 --- a/sublime-text-3/Dockerfile +++ b/sublime-text-3/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.2 # DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3) # AUTHORS: Christian Koep , Chuck Knox # USAGE: @@ -44,7 +43,9 @@ RUN apt-get update && apt-get -y install \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -RUN curl -sSL "https://download.sublimetext.com/sublime_text_3_build_3114_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \ +ENV SUBLIME_VERSION build_3114 + +RUN curl -sSL "https://download.sublimetext.com/sublime_text_3_${SUBLIME_VERSION}_x64.tar.bz2" -o /tmp/sublime.tar.bz2 \ && mkdir -p /usr/src/sublime_text \ && tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \ && rm /tmp/sublime.tar.bz2* diff --git a/termboy/Dockerfile b/termboy/Dockerfile index 7f1ef48..7d13bfe 100644 --- a/termboy/Dockerfile +++ b/termboy/Dockerfile @@ -1,5 +1,4 @@ -# VERSION: 0.1 -# DESCRIPTION: Termboy in a container +# DESCRIPTION: Termboy in a container # AUTHOR: Jessica Frazelle # COMMENTS: # This file describes how to build termboy diff --git a/tetris/Dockerfile b/tetris/Dockerfile index 4828382..5da055b 100644 --- a/tetris/Dockerfile +++ b/tetris/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Run text-based emacs tetris in a container # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/transmission-ui/Dockerfile b/transmission-ui/Dockerfile index cd0a18d..79d5d58 100644 --- a/transmission-ui/Dockerfile +++ b/transmission-ui/Dockerfile @@ -1,9 +1,8 @@ -# VERSION: 0.1 # DESCRIPTION: Create transmission container with its dependencies # AUTHOR: Jessica Frazelle # COMMENTS: # This file describes how to build a transmission container with all -# dependencies installed. It uses native X11 unix socket. +# dependencies installed. It uses native X11 unix socket. # Tested on Debian Jessie # USAGE: # # Download transmission-ui Dockerfile diff --git a/transmission/Dockerfile b/transmission/Dockerfile index a340c72..35aefb7 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -1,4 +1,3 @@ -# VERSION: 0.1 # DESCRIPTION: Create transmission container with its dependencies # AUTHOR: Jessica Frazelle # COMMENTS: diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index 699ed6e..1c46062 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV VAGRANT_VERSION 1.8.1 +ENV VAGRANT_VERSION 1.8.5 ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb diff --git a/vault/Dockerfile b/vault/Dockerfile index c3e4a13..f521cc4 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -9,7 +9,7 @@ RUN apk --no-cache add \ ca-certificates \ curl -ENV VAULT_VERSION v0.5.3 +ENV VAULT_VERSION v0.6.1 RUN buildDeps=' \ bash \