Commit Graph

154 Commits (master)
 

Author SHA1 Message Date
Sameer Naik fd0a85a894 hub.docker.com now builds images from git tags. 9 years ago
Sameer Naik ce1187752a Dockerfile: install gstreamer components for multimedia playback support in firefox 9 years ago
Sameer Naik ac051b6211 dockerfile: upgrade to `quay.io/sameersbn/ubuntu:14.04.20151023` 9 years ago
Sameer Naik 393e6eea29 entrypoint.sh: name video group as `browser-box-video` to avoid conflicts with existing groups 9 years ago
Sameer Naik e68eea101b entrypoint.sh: create `video` group if it does not exist 9 years ago
Sameer Naik 0e83b43a8f dockerfile: upgrade to `quay.io/sameersbn/ubuntu:14.04.20151013` 9 years ago
Sameer Naik e9cbb2365d entrypoint.sh: prefix `quay.io/` to the default image name 9 years ago
Sameer Naik c38e787299 readme: added quay.io badge 9 years ago
Sameer Naik 0009b709c5 Makefile: tag builds with `quay.io/sameersbn/` prefix 9 years ago
Sameer Naik 631ed0ed8f browser-box: set `BROWSER_BOX_REPO` to `quay.io/sameersbn` 9 years ago
Sameer Naik 4e8b29b100 hello quay.io, bye-bye hub.docker.com 9 years ago
Sameer Naik c7b9ad0039 dockerfile: upgrade to `quay.io/sameersbn/ubuntu:14.04.20151011` 9 years ago
Sameer Naik 650de6b138 set `DEBIAN_FRONTEND=noninteractive` env setting `apt-get install` lines 9 years ago
Sameer Naik 618dc6ee27 Merge branch 'hurricanehrndz-bg-chrome-dri' 9 years ago
Sameer Naik d83b621ec6 Merge branch 'bg-chrome-dri' of https://github.com/hurricanehrndz/docker-browser-box into hurricanehrndz-bg-chrome-dri 9 years ago
Carlos Hernandez 3c8d4f0458 Fixing sed statement. 9 years ago
Carlos Hernandez dd64f6099a Fixing install from docker hub. Use default repo. 9 years ago
Carlos Hernandez 8afefc1762 Fixing issue 1. 9 years ago
Carlos Hernandez 675e96d265 Adding Fts, closing issue #2:
* userdata volumes and url opening code were added to use docker-browser as full
        replacement name browser-exec.
    * browser-exec allows a user to launch a link in an exisitng browser or
        open up the link in the default browser define by env $BROWSER
    * added env variable ${DOCKER_BROWSER_PARMS} allowing user to pass
        aditional parms if he/she so wishes
    * added additional userdata volumes so that browser settins persist:
        $CHROME_USERDATA and $FIRFOX_USERDATA
    * made it easier for people who fork to test using make file by using env $USER
    * added clean function to Makefile
    * esnured USERDATA voluems are added to docker run command only withn
        wrapper script
    * if userdata volumes are used home directory of browser is created first,
        so added code to ensure home directory has right permissions and
        that /etc/skel files get copied to home directory
    * renamed some parms
    * tor install binary is now gpg verified and bumped a version closing
        issue#2
    * README.md includes information about making the settings for firefox and
        chrome survive after each time the browser is closed and opened.
    * nvidia-346 drivers are installed in container in order to fix some glx
        errors.
    * if browsers are launched with wrapper script then username within the
        container will be the username of the user executing
    * add fonts conf file, fixing font error, file copied from jfrazelle
9 years ago
Sameer Naik a4f296c571 tor-browser: upgrade to `5.0.2`
Refer #2
9 years ago
Sameer Naik b90fdf3b42 readme: simple edits 9 years ago
Sameer Naik 20b03a3e95 browser-box: pretty prints 9 years ago
Sameer Naik 451257c6f1 browser-box: allow users to force launch a browser in a container 9 years ago
Sameer Naik f32960d8ac browser-box: silence `grep` 9 years ago
Sameer Naik df0db460d7 browser-box: list available browsers if `browser-box` script is launched directly 9 years ago
Sameer Naik 70fe01a055 entrypoint.sh: allow users to launch any command 9 years ago
Sameer Naik a6c32bd122 readme: fix typo 9 years ago
Sameer Naik 7d20ec3321 scripts: install scripts at `/var/cache/browser-box/browser-box` 9 years ago
Sameer Naik 8cb9387191 readme: fix formatting 9 years ago
Sameer Naik 7a4ca2c69d readme: complete rewrite 9 years ago
Sameer Naik 3a0ed1bb1e browser-box: use `[[` in if statement (cont.) 9 years ago
Sameer Naik 551a6e7627 browser-box: use `[[` in if statement 9 years ago
Sameer Naik da015119f6 browser-box: moved codeblocks into functions for better readability and maintenance 9 years ago
Sameer Naik 21e20d306b browser-box: replace use of `$(basename $0)` with the already evaluated `${prog}` variable 9 years ago
Sameer Naik d4518b15d0 browser-box: remove redundant `touch ${XAUTH}` statement 9 years ago
Sameer Naik 2a46b2d9fb browser-box: re-indent 9 years ago
Sameer Naik 0b774a7236 browser-box: add `-v` flag to `docker rm` 9 years ago
Sameer Naik 2874fcd886 exntrypoint.sh: `touch ${XAUTH}` to remove warning message 9 years ago
Sameer Naik 2d6cffcfe2 entrypoint.sh: moved codeblocks into functions 9 years ago
Sameer Naik d6af5ed0b6 dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150825 9 years ago
Sameer Naik 522ae886e9 dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150816 9 years ago
Sameer Naik c456b5e2d0 fix: install `libglib2.0` package 9 years ago
Sameer Naik acad0ff351 dockerfile: upgrade to `sameersbn/ubuntu:14.04.20150805 9 years ago
Sameer Naik c685e61690 tor-browser: upgrade to `4.5.3` 9 years ago
Sameer Naik 2fce0b347b readme: updated contributing section 9 years ago
Sameer Naik b86d42476d makefile: removed stray `\` character 9 years ago
Sameer Naik d8657f3711 makefile: cleanup 9 years ago
Sameer Naik bf56b614c5 readme: update browser list 9 years ago
Sameer Naik 3ea58cb266 make: recognize `firefox` 9 years ago
Sameer Naik 3b0a4e4c41 entrypoint.sh: do setup only when launching a browser 9 years ago