mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
jfrazelle -> jessfraz
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
80aa64312f
commit
cfd9f6181e
|
@ -1,6 +1,6 @@
|
||||||
## dockerfiles
|
## dockerfiles
|
||||||
|
|
||||||
[![Travis CI](https://travis-ci.org/jfrazelle/dockerfiles.svg?branch=master)](https://travis-ci.org/jfrazelle/dockerfiles)
|
[![Travis CI](https://travis-ci.org/jessfraz/dockerfiles.svg?branch=master)](https://travis-ci.org/jessfraz/dockerfiles)
|
||||||
|
|
||||||
This is a repo to hold various Dockerfiles for images I create.
|
This is a repo to hold various Dockerfiles for images I create.
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@ Because you cannot use notary with autobuilds on dockerhub I also build these
|
||||||
continuously on a private registry at r.j3ss.co for public download. (You're
|
continuously on a private registry at r.j3ss.co for public download. (You're
|
||||||
welcome.)
|
welcome.)
|
||||||
|
|
||||||
You may also want to checkout my [dotfiles](https://github.com/jfrazelle/dotfiles), specifically the aliases for all these files which are here: [github.com/jfrazelle/dotfiles/blob/master/.dockerfunc](https://github.com/jfrazelle/dotfiles/blob/master/.dockerfunc).
|
You may also want to checkout my [dotfiles](https://github.com/jessfraz/dotfiles), specifically the aliases for all these files which are here: [github.com/jessfraz/dotfiles/blob/master/.dockerfunc](https://github.com/jessfraz/dotfiles/blob/master/.dockerfunc).
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# Tested on Debian Jessie.
|
# Tested on Debian Jessie.
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download atom Dockerfile
|
# # Download atom Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/atom/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/atom/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build atom image
|
# # Build atom image
|
||||||
# docker build -t atom .
|
# docker build -t atom .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download Chromium Dockerfile
|
# # Download Chromium Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/chromium/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/chromium/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build chromium image
|
# # Build chromium image
|
||||||
# docker build -t chromium .
|
# docker build -t chromium .
|
||||||
|
|
|
@ -12,7 +12,7 @@ RUN set -x \
|
||||||
curl \
|
curl \
|
||||||
tar \
|
tar \
|
||||||
&& curl -sSL -o /tmp/google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz \
|
&& curl -sSL -o /tmp/google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz \
|
||||||
&& curl -sSL -o /usr/bin/clean-registry https://raw.githubusercontent.com/jfrazelle/dotfiles/master/bin/clean-registry \
|
&& curl -sSL -o /usr/bin/clean-registry https://raw.githubusercontent.com/jessfraz/dotfiles/master/bin/clean-registry \
|
||||||
&& chmod +x /usr/bin/clean-registry \
|
&& chmod +x /usr/bin/clean-registry \
|
||||||
&& mkdir -p /usr/src/google-cloud-sdk \
|
&& mkdir -p /usr/src/google-cloud-sdk \
|
||||||
&& tar -xzf /tmp/google-cloud-sdk.tar.gz -C /usr/src/google-cloud-sdk --strip-components 1 \
|
&& tar -xzf /tmp/google-cloud-sdk.tar.gz -C /usr/src/google-cloud-sdk --strip-components 1 \
|
||||||
|
@ -37,7 +37,7 @@ RUN set -x \
|
||||||
gcc \
|
gcc \
|
||||||
libc-dev \
|
libc-dev \
|
||||||
libgcc \
|
libgcc \
|
||||||
&& go get github.com/jfrazelle/reg \
|
&& go get github.com/jessfraz/reg \
|
||||||
&& mv ${GOPATH}/bin/reg /usr/bin/reg \
|
&& mv ${GOPATH}/bin/reg /usr/bin/reg \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
&& rm -rf /go \
|
&& rm -rf /go \
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download doctor Dockerfile
|
# # Download doctor Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/doctor/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/doctor/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build doctor image
|
# # Build doctor image
|
||||||
# docker build -t doctor .
|
# docker build -t doctor .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download dunnet Dockerfile
|
# # Download dunnet Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/dunnet/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/dunnet/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build dunnet image
|
# # Build dunnet image
|
||||||
# docker build -t dunnet .
|
# docker build -t dunnet .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download gparted Dockerfile
|
# # Download gparted Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/gparted/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/gparted/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build gparted image
|
# # Build gparted image
|
||||||
# docker build -t gparted .
|
# docker build -t gparted .
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# docker run --rm -it \
|
# docker run --rm -it \
|
||||||
# --name lynx \
|
# --name lynx \
|
||||||
# jess/lynx github.com/jfrazelle
|
# jess/lynx github.com/jessfraz
|
||||||
#
|
#
|
||||||
FROM debian:stretch
|
FROM debian:stretch
|
||||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||||
|
|
|
@ -34,7 +34,7 @@ RUN mkdir -p $HOME/.mutt/cache/headers $HOME/.mutt/cache/bodies \
|
||||||
&& touch $HOME/.mutt/certificates
|
&& touch $HOME/.mutt/certificates
|
||||||
|
|
||||||
# vim settings
|
# vim settings
|
||||||
RUN git clone https://github.com/jfrazelle/.vim.git $HOME/.vim \
|
RUN git clone https://github.com/jessfraz/.vim.git $HOME/.vim \
|
||||||
&& git clone https://github.com/altercation/vim-colors-solarized $HOME/.vim/bundle/vim-colors-solarized \
|
&& git clone https://github.com/altercation/vim-colors-solarized $HOME/.vim/bundle/vim-colors-solarized \
|
||||||
&& cp $HOME/.vim/vimrc $HOME/.vimrc
|
&& cp $HOME/.vim/vimrc $HOME/.vimrc
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie.
|
# Tested on Debian Jessie.
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download ssr Dockerfile
|
# # Download ssr Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/ssr/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/ssr/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build ssr image
|
# # Build ssr image
|
||||||
# docker build -t ssr .
|
# docker build -t ssr .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie.
|
# Tested on Debian Jessie.
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download termboy Dockerfile
|
# # Download termboy Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/termboy/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/termboy/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build termboy image
|
# # Build termboy image
|
||||||
# docker build -t termboy .
|
# docker build -t termboy .
|
||||||
|
|
2
test.sh
2
test.sh
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
# this is kind of an expensive check, so let's not do this twice if we
|
# this is kind of an expensive check, so let's not do this twice if we
|
||||||
# are running more than one validate bundlescript
|
# are running more than one validate bundlescript
|
||||||
VALIDATE_REPO='https://github.com/jfrazelle/dockerfiles.git'
|
VALIDATE_REPO='https://github.com/jessfraz/dockerfiles.git'
|
||||||
VALIDATE_BRANCH='master'
|
VALIDATE_BRANCH='master'
|
||||||
|
|
||||||
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"
|
VALIDATE_HEAD="$(git rev-parse --verify HEAD)"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download tetris Dockerfile
|
# # Download tetris Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/tetris/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/tetris/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build tetris image
|
# # Build tetris image
|
||||||
# docker build -t tetris .
|
# docker build -t tetris .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download transmission-ui Dockerfile
|
# # Download transmission-ui Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/transmission-ui/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/transmission-ui/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build transmission image
|
# # Build transmission image
|
||||||
# docker build -t jess/transmission-ui .
|
# docker build -t jess/transmission-ui .
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Tested on Debian Jessie
|
# Tested on Debian Jessie
|
||||||
# USAGE:
|
# USAGE:
|
||||||
# # Download transmission Dockerfile
|
# # Download transmission Dockerfile
|
||||||
# wget http://raw.githubusercontent.com/jfrazelle/dockerfiles/master/transmission/Dockerfile
|
# wget http://raw.githubusercontent.com/jessfraz/dockerfiles/master/transmission/Dockerfile
|
||||||
#
|
#
|
||||||
# # Build transmission image
|
# # Build transmission image
|
||||||
# docker build -t jess/transmission .
|
# docker build -t jess/transmission .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user