diff --git a/README.md b/README.md index 2449ef4..92c1d5f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results. To run the `cisagov/vdp-scanner` image via Docker: ```console -docker run cisagov/vdp-scanner:0.2.0-dev.2 +docker run cisagov/vdp-scanner:0.2.0-rc.1 ``` ### Running with Docker Compose ### @@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2 services: vdp-scanner: - image: 'cisagov/vdp-scanner:0.2.0-dev.2' + image: 'cisagov/vdp-scanner:0.2.0-rc.1' volumes: - .:/task/host_mount ``` @@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2 1. Pull the new image: ```console - docker pull cisagov/vdp-scanner:0.2.0-dev.2 + docker pull cisagov/vdp-scanner:0.2.0-rc.1 ``` 1. Recreate and run the container by following the [previous instructions](#running-with-docker). @@ -83,11 +83,11 @@ docker run cisagov/vdp-scanner:0.2.0-dev.2 The images of this container are tagged with [semantic versions](https://semver.org). It is recommended that most users use -a version tag (e.g. `:0.2.0-dev.2`). +a version tag (e.g. `:0.2.0-rc.1`). | Image:tag | Description | |-----------|-------------| -|`cisagov/vdp-scanner:0.2.0-dev.2`| An exact release version. | +|`cisagov/vdp-scanner:0.2.0-rc.1`| An exact release version. | |`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. | |`cisagov/vdp-scanner:0`| The most recent release matching the major version number. | |`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. | @@ -153,7 +153,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag cisagov/vdp-scanner:0.2.0-dev.2 \ + --tag cisagov/vdp-scanner:0.2.0-rc.1 \ https://github.com/cisagov/vdp-scanner-docker.git#develop ``` @@ -184,7 +184,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag cisagov/vdp-scanner:0.2.0-dev.2 . + --tag cisagov/vdp-scanner:0.2.0-rc.1 . ``` ## Contributing ## diff --git a/src/version.txt b/src/version.txt index d27e137..af02fc7 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "0.2.0-dev.2" +__version__ = "0.2.0-rc.1"