@@ -25,7 +25,7 @@ Python library. Then it will output CSVs with agency and domain level results.
2525To run the ` cisagov/vdp-scanner ` image via Docker:
2626
2727``` console
28- docker run cisagov/vdp-scanner:0.0.5-rc.1
28+ docker run cisagov/vdp-scanner:0.0.5
2929```
3030
3131### Running with Docker Compose ###
@@ -38,7 +38,7 @@ docker run cisagov/vdp-scanner:0.0.5-rc.1
3838
3939 services :
4040 vdp-scanner :
41- image : ' cisagov/vdp-scanner:0.0.5-rc.1 '
41+ image : ' cisagov/vdp-scanner:0.0.5'
4242 volumes :
4343 - .:/task/host_mount
4444 ` ` `
@@ -76,7 +76,7 @@ docker run cisagov/vdp-scanner:0.0.5-rc.1
76761. Pull the new image :
7777
7878 ` ` ` console
79- docker pull cisagov/vdp-scanner:0.0.5-rc.1
79+ docker pull cisagov/vdp-scanner:0.0.5
8080 ` ` `
8181
82821. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -85,11 +85,11 @@ docker run cisagov/vdp-scanner:0.0.5-rc.1
8585
8686The images of this container are tagged with
8787[semantic versions](https://semver.org). It is recommended that most users use
88- a version tag (e.g. `:0.0.5-rc.1 `).
88+ a version tag (e.g. `:0.0.5`).
8989
9090| Image:tag | Description |
9191|-----------|-------------|
92- |`cisagov/vdp-scanner:0.0.5-rc.1 `| An exact release version. |
92+ |`cisagov/vdp-scanner:0.0.5`| An exact release version. |
9393|`cisagov/vdp-scanner:0.0`| The most recent release matching the major and minor version numbers. |
9494|`cisagov/vdp-scanner:0`| The most recent release matching the major version number. |
9595|`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -155,7 +155,7 @@ Build the image locally using this git repository as the [build context](https:/
155155
156156` ` ` console
157157docker build \
158- --tag cisagov/vdp-scanner:0.0.5-rc.1 \
158+ --tag cisagov/vdp-scanner:0.0.5 \
159159 https://github.com/cisagov/vdp-scanner-docker.git#develop
160160` ` `
161161
@@ -186,7 +186,7 @@ Docker:
186186 --file Dockerfile-x \
187187 --platform linux/amd64 \
188188 --output type=docker \
189- --tag cisagov/vdp-scanner:0.0.5-rc.1 .
189+ --tag cisagov/vdp-scanner:0.0.5 .
190190 ` ` `
191191
192192# # Contributing ##
0 commit comments