jfrazelle -> jessfraz

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-09-30 10:47:34 -07:00
parent 80aa64312f
commit cfd9f6181e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
15 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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