update versions

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-19 11:06:08 -07:00
parent 62d42fc70a
commit bd0aab93cd
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
17 changed files with 12 additions and 23 deletions

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Create the atom editor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Create chromium container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -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 \

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Run text-based emacs doctor in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Run text-based game dunnet in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Create evince container with its dependencies (https://wiki.gnome.org/Apps/Evince)
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
# USAGE:

View File

@ -1,9 +1,8 @@
# VERSION: 0.1
# DESCRIPTION: Create gparted container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# 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

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Create keepass2 container with its dependencies
# AUTHOR: Christian Koep <christian.koep@fom-net.de>
# USAGE:

View File

@ -1,7 +1,7 @@
FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de>
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 \

View File

@ -1,5 +1,4 @@
# VERSION: 0.1
# DESCRIPTION: Create SimpleScreenRecorder in a container
# DESCRIPTION: Create SimpleScreenRecorder in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# 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

View File

@ -1,4 +1,3 @@
# VERSION: 0.2
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3)
# AUTHORS: Christian Koep <christian.koep@fom-net.de>, Chuck Knox <charles.m.knox@gmail.com>
# 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*

View File

@ -1,5 +1,4 @@
# VERSION: 0.1
# DESCRIPTION: Termboy in a container
# DESCRIPTION: Termboy in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:
# This file describes how to build termboy

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Run text-based emacs tetris in a container
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -1,9 +1,8 @@
# VERSION: 0.1
# DESCRIPTION: Create transmission container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# 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

View File

@ -1,4 +1,3 @@
# VERSION: 0.1
# DESCRIPTION: Create transmission container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS:

View File

@ -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

View File

@ -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 \