@@ -29,7 +29,7 @@ expects the secrets in a different location.
2929To run the ` cisagov/pshtt_reporter ` image via Docker:
3030
3131``` console
32- docker run cisagov/pshtt_reporter:1.2.17
32+ docker run cisagov/pshtt_reporter:1.3.0-rc.1
3333```
3434
3535### Running with Docker Compose ###
@@ -42,7 +42,7 @@ docker run cisagov/pshtt_reporter:1.2.17
4242
4343 services :
4444 pshtt_reporter :
45- image : cisagov/pshtt_reporter:1.2.17
45+ image : cisagov/pshtt_reporter:1.3.0-rc.1
4646 volumes :
4747 - type : bind
4848 source : <your_log_dir>
@@ -88,7 +88,7 @@ environment variables. See the
8888
8989 services:
9090 pshtt_reporter:
91- image: cisagov/pshtt_reporter:1.2.17
91+ image: cisagov/pshtt_reporter:1.3.0-rc.1
9292 volumes:
9393 - type: bind
9494 source: <your_log_dir>
@@ -125,7 +125,7 @@ environment variables. See the
1251251. Pull the new image :
126126
127127 ` ` ` console
128- docker pull cisagov/pshtt_reporter:1.2.17
128+ docker pull cisagov/pshtt_reporter:1.3.0-rc.1
129129 ` ` `
130130
1311311. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -164,11 +164,11 @@ and then update dependencies as you would above.
164164The images of this container are tagged with [semantic
165165versions](https://semver.org) of the underlying example project that they
166166containerize. It is recommended that most users use a version tag (e.g.
167- ` :1.2.17 ` ).
167+ ` :1.3.0-rc.1 ` ).
168168
169169| Image:tag | Description |
170170|-----------|-------------|
171- |`cisagov/pshtt_reporter:1.2.17 `| An exact release version. |
171+ |`cisagov/pshtt_reporter:1.3.0-rc.1 `| An exact release version. |
172172|`cisagov/pshtt_reporter:1.2`| The most recent release matching the major and minor version numbers. |
173173|`cisagov/pshtt_reporter:1`| The most recent release matching the major version number. |
174174|`cisagov/pshtt_reporter:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -232,7 +232,7 @@ Build the image locally using this git repository as the [build context](https:/
232232
233233` ` ` console
234234docker build \
235- --tag cisagov/pshtt_reporter:1.2.17 \
235+ --tag cisagov/pshtt_reporter:1.3.0-rc.1 \
236236 https://github.com/cisagov/pshtt_reporter.git#develop
237237` ` `
238238
@@ -263,7 +263,7 @@ Docker:
263263 --file Dockerfile-x \
264264 --platform linux/amd64 \
265265 --output type=docker \
266- --tag cisagov/pshtt_reporter:1.2.17 .
266+ --tag cisagov/pshtt_reporter:1.3.0-rc.1 .
267267 ` ` `
268268
269269# # Contributing ##
0 commit comments