diff --git a/README.md b/README.md index a2d712b..f4200f2 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/atom/Dockerfile b/atom/Dockerfile index 715c7ac..7540ad5 100644 --- a/atom/Dockerfile +++ b/atom/Dockerfile @@ -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 . diff --git a/chromium/Dockerfile b/chromium/Dockerfile index e9e1414..0472faa 100644 --- a/chromium/Dockerfile +++ b/chromium/Dockerfile @@ -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 . diff --git a/clean-registry/Dockerfile b/clean-registry/Dockerfile index b65b891..0436487 100644 --- a/clean-registry/Dockerfile +++ b/clean-registry/Dockerfile @@ -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 \ diff --git a/doctor/Dockerfile b/doctor/Dockerfile index c1439c9..79c7854 100644 --- a/doctor/Dockerfile +++ b/doctor/Dockerfile @@ -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 . diff --git a/dunnet/Dockerfile b/dunnet/Dockerfile index 78b183a..8e7c691 100644 --- a/dunnet/Dockerfile +++ b/dunnet/Dockerfile @@ -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 . diff --git a/gparted/Dockerfile b/gparted/Dockerfile index 451bdb0..378d687 100644 --- a/gparted/Dockerfile +++ b/gparted/Dockerfile @@ -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 . diff --git a/lynx/Dockerfile b/lynx/Dockerfile index 772df28..a91ddd0 100644 --- a/lynx/Dockerfile +++ b/lynx/Dockerfile @@ -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 diff --git a/mutt/Dockerfile b/mutt/Dockerfile index 121f5ee..1fcb46c 100644 --- a/mutt/Dockerfile +++ b/mutt/Dockerfile @@ -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 diff --git a/ssr/Dockerfile b/ssr/Dockerfile index 2fda33d..039dfe2 100644 --- a/ssr/Dockerfile +++ b/ssr/Dockerfile @@ -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 . diff --git a/termboy/Dockerfile b/termboy/Dockerfile index 11050d1..f8658cf 100644 --- a/termboy/Dockerfile +++ b/termboy/Dockerfile @@ -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 . diff --git a/test.sh b/test.sh index 24335d7..0b99724 100755 --- a/test.sh +++ b/test.sh @@ -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)" diff --git a/tetris/Dockerfile b/tetris/Dockerfile index e55de45..34aeb73 100644 --- a/tetris/Dockerfile +++ b/tetris/Dockerfile @@ -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 . diff --git a/transmission-ui/Dockerfile b/transmission-ui/Dockerfile index 80d687a..3d3e418 100644 --- a/transmission-ui/Dockerfile +++ b/transmission-ui/Dockerfile @@ -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 . diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 6de896d..34275fd 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -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 .