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
[![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.
@ -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
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.
# USAGE:
# # 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
# docker build -t atom .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t chromium .

View File

@ -12,7 +12,7 @@ RUN set -x \
curl \
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 /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 \
&& mkdir -p /usr/src/google-cloud-sdk \
&& 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 \
libc-dev \
libgcc \
&& go get github.com/jfrazelle/reg \
&& go get github.com/jessfraz/reg \
&& mv ${GOPATH}/bin/reg /usr/bin/reg \
&& apk del .build-deps \
&& rm -rf /go \

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t doctor .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t dunnet .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t gparted .

View File

@ -2,7 +2,7 @@
#
# docker run --rm -it \
# --name lynx \
# jess/lynx github.com/jfrazelle
# jess/lynx github.com/jessfraz
#
FROM debian:stretch
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
# 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 \
&& cp $HOME/.vim/vimrc $HOME/.vimrc

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie.
# USAGE:
# # 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
# docker build -t ssr .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie.
# USAGE:
# # 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
# 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
# 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_HEAD="$(git rev-parse --verify HEAD)"

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t tetris .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t jess/transmission-ui .

View File

@ -6,7 +6,7 @@
# Tested on Debian Jessie
# USAGE:
# # 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
# docker build -t jess/transmission .