From 53471e018d900b84052ee938f7563fc42f5c56fc Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 16 Oct 2016 19:33:36 +0530 Subject: [PATCH] release 1.0.0 --- README.md | 14 +++++++------- VERSION | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 VERSION diff --git a/README.md b/README.md index 2b4badb..db24c69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/browser-box/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/browser-box) -# sameersbn/browser-box:latest +# sameersbn/browser-box:1.0.0 - [Introduction](#introduction) - [Contributing](#contributing) @@ -57,7 +57,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co > **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/browser-box) ```bash -docker pull sameersbn/browser-box:latest +docker pull sameersbn/browser-box:1.0.0 ``` Alternatively you can build the image yourself. @@ -72,7 +72,7 @@ With the image locally available, install the wrapper scripts using: docker run -it --rm \ --volume /usr/local/bin:/target \ --env BROWSER_BOX_REPO=sameersbn \ - sameersbn/browser-box:latest install + sameersbn/browser-box:1.0.0 install ``` If you would the settings for chrome and firefox to persist @@ -84,7 +84,7 @@ docker run -it --rm \ --env CHROME_USERDATA=/home/username/.chrome \ --env FIREFOX_USERDATA=/home/username/.mozillia \ --env BROWSER_BOX_REPO=sameersbn \ - sameersbn/browser-box:latest install + sameersbn/browser-box:1.0.0 install ``` @@ -119,7 +119,7 @@ To upgrade to newer releases: 1. Download the updated Docker image: ```bash - docker pull sameersbn/browser-box:latest + docker pull sameersbn/browser-box:1.0.0 ``` 2. Run `install` to make sure the host scripts are updated. @@ -127,7 +127,7 @@ To upgrade to newer releases: ```bash docker run -it --rm \ --volume /usr/local/bin:/target \ - sameersbn/browser-box:latest install + sameersbn/browser-box:1.0.0 install ``` ## Uninstallation @@ -135,7 +135,7 @@ To upgrade to newer releases: ```bash docker run -it --rm \ --volume /usr/local/bin:/target \ - sameersbn/browser-box:latest uninstall + sameersbn/browser-box:1.0.0 uninstall ``` ## Shell Access diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..3eefcb9 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0