@@ -23,7 +23,7 @@ Python library. Then it will output CSVs with agency and domain level results.
2323To run the ` cisagov/vdp-scanner ` image via Docker:
2424
2525``` console
26- docker run cisagov/vdp-scanner:0.2.0-dev.7
26+ docker run cisagov/vdp-scanner:0.2.0-dev.8
2727```
2828
2929### Running with Docker Compose ###
@@ -36,7 +36,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.7
3636
3737 services :
3838 vdp-scanner :
39- image : cisagov/vdp-scanner:0.2.0-dev.7
39+ image : cisagov/vdp-scanner:0.2.0-dev.8
4040 volumes :
4141 - .:/task/host_mount
4242 ` ` `
@@ -74,7 +74,7 @@ docker run cisagov/vdp-scanner:0.2.0-dev.7
74741. Pull the new image :
7575
7676 ` ` ` console
77- docker pull cisagov/vdp-scanner:0.2.0-dev.7
77+ docker pull cisagov/vdp-scanner:0.2.0-dev.8
7878 ` ` `
7979
80801. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -113,11 +113,11 @@ and then update dependencies as you would above.
113113The images of this container are tagged with [semantic
114114versions](https://semver.org) of the underlying example project that they
115115containerize. It is recommended that most users use a version tag (e.g.
116- ` :0.2.0-dev.7 ` ).
116+ ` :0.2.0-dev.8 ` ).
117117
118118| Image:tag | Description |
119119|-----------|-------------|
120- |`cisagov/vdp-scanner:0.2.0-dev.7 `| An exact release version. |
120+ |`cisagov/vdp-scanner:0.2.0-dev.8 `| An exact release version. |
121121|`cisagov/vdp-scanner:0.2`| The most recent release matching the major and minor version numbers. |
122122|`cisagov/vdp-scanner:0`| The most recent release matching the major version number. |
123123|`cisagov/vdp-scanner:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -183,7 +183,7 @@ Build the image locally using this git repository as the [build context](https:/
183183
184184` ` ` console
185185docker build \
186- --tag cisagov/vdp-scanner:0.2.0-dev.7 \
186+ --tag cisagov/vdp-scanner:0.2.0-dev.8 \
187187 https://github.com/cisagov/vdp-scanner-docker.git#develop
188188` ` `
189189
@@ -214,7 +214,7 @@ Docker:
214214 --file Dockerfile-x \
215215 --platform linux/amd64 \
216216 --output type=docker \
217- --tag cisagov/vdp-scanner:0.2.0-dev.7 .
217+ --tag cisagov/vdp-scanner:0.2.0-dev.8 .
218218 ` ` `
219219
220220# # Contributing ##
0 commit comments