1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-06 04:10:46 +02:00

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
atom
chromium
curl
doctor
dunnet
evince
gparted
keepass2
powershell
ssr
sublime-text-3
termboy
tetris
transmission-ui
transmission
vagrant
vault

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

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

@ -13,7 +13,7 @@ RUN apk add --no-cache \
nghttp2 \ nghttp2 \
openssl openssl
ENV CURL_VERSION 7.50.1 ENV CURL_VERSION 7.50.3
RUN set -x \ RUN set -x \
&& apk add --no-cache --virtual .build-deps \ && apk add --no-cache --virtual .build-deps \

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

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

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

@ -1,9 +1,8 @@
# VERSION: 0.1
# DESCRIPTION: Create gparted container with its dependencies # DESCRIPTION: Create gparted container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a gparted container with all # 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 # Tested on Debian Jessie
# USAGE: # USAGE:
# # Download gparted Dockerfile # # Download gparted Dockerfile

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

@ -1,7 +1,7 @@
FROM debian:sid FROM debian:sid
MAINTAINER Christian Koep <christian.koep@fom-net.de> 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 \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

@ -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> # AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS: # COMMENTS:
# This file describes how to build SimpleScreenRecoder # 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 sed -i".bak" '13,14d' /src/postinstall
RUN cd /src && \ RUN cd /src && \
#chown -R ssr /src && \ #chown -R ssr /src && \
#sudo -u ssr #sudo -u ssr
/src/simple-build-and-install /src/simple-build-and-install
# Autorun ssr # Autorun ssr

@ -1,4 +1,3 @@
# VERSION: 0.2
# DESCRIPTION: Create sublime-text 3 container with its dependencies (https://www.sublimetext.com/3) # 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> # AUTHORS: Christian Koep <christian.koep@fom-net.de>, Chuck Knox <charles.m.knox@gmail.com>
# USAGE: # USAGE:
@ -44,7 +43,9 @@ RUN apt-get update && apt-get -y install \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && 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 \ && mkdir -p /usr/src/sublime_text \
&& tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \ && tar -xjf /tmp/sublime.tar.bz2 -C /usr/src/sublime_text --strip-components 1 \
&& rm /tmp/sublime.tar.bz2* && rm /tmp/sublime.tar.bz2*

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

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

@ -1,9 +1,8 @@
# VERSION: 0.1
# DESCRIPTION: Create transmission container with its dependencies # DESCRIPTION: Create transmission container with its dependencies
# AUTHOR: Jessica Frazelle <jess@docker.com> # AUTHOR: Jessica Frazelle <jess@docker.com>
# COMMENTS: # COMMENTS:
# This file describes how to build a transmission container with all # 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 # Tested on Debian Jessie
# USAGE: # USAGE:
# # Download transmission-ui Dockerfile # # Download transmission-ui Dockerfile

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

@ -13,7 +13,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 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 ADD https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb /src/vagrant_${VAGRANT_VERSION}_x86_64.deb

@ -9,7 +9,7 @@ RUN apk --no-cache add \
ca-certificates \ ca-certificates \
curl curl
ENV VAULT_VERSION v0.5.3 ENV VAULT_VERSION v0.6.1
RUN buildDeps=' \ RUN buildDeps=' \
bash \ bash \