@@ -21,7 +21,7 @@ certificates.
21
21
To run the ` cisagov/client-cert-update ` image via Docker:
22
22
23
23
``` console
24
- docker run cisagov/client-cert-update:0.1.0
24
+ docker run cisagov/client-cert-update:0.1.0-rc.1
25
25
```
26
26
27
27
### Running with Docker Compose ###
@@ -34,7 +34,7 @@ docker run cisagov/client-cert-update:0.1.0
34
34
35
35
services :
36
36
update :
37
- image : cisagov/client-cert-update:0.1.0
37
+ image : cisagov/client-cert-update:0.1.0-rc.1
38
38
init : true
39
39
environment :
40
40
- AWS_CONFIG_FILE=path/to/aws_config
@@ -82,7 +82,7 @@ environment variables. See the
82
82
83
83
services:
84
84
update:
85
- image: cisagov/client-cert-update:0.1.0
85
+ image: cisagov/client-cert-update:0.1.0-rc.1
86
86
init: true
87
87
environment:
88
88
- AWS_CONFIG_FILE=/run/secrets/aws_config
@@ -121,7 +121,7 @@ environment variables. See the
121
121
1. Pull the new image :
122
122
123
123
` ` ` console
124
- docker pull cisagov/client-cert-update:0.1.0
124
+ docker pull cisagov/client-cert-update:0.1.0-rc.1
125
125
` ` `
126
126
127
127
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -130,11 +130,11 @@ environment variables. See the
130
130
131
131
The images of this container are tagged with [semantic
132
132
versions](https://semver.org). It is recommended that most users use a version
133
- tag (e.g. `:0.1.0`).
133
+ tag (e.g. `:0.1.0-rc.1 `).
134
134
135
135
| Image:tag | Description |
136
136
|-----------|-------------|
137
- |`cisagov/client-cert-update:0.1.0`| An exact release version. |
137
+ |`cisagov/client-cert-update:0.1.0-rc.1 `| An exact release version. |
138
138
|`cisagov/client-cert-update:0.0`| The most recent release matching the major and minor version numbers. |
139
139
|`cisagov/client-cert-update:0`| The most recent release matching the major version number. |
140
140
|`cisagov/client-cert-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -196,7 +196,7 @@ Build the image locally using this git repository as the [build context](https:/
196
196
197
197
` ` ` console
198
198
docker build \
199
- --tag cisagov/client-cert-update:0.1.0 \
199
+ --tag cisagov/client-cert-update:0.1.0-rc.1 \
200
200
https://github.com/cisagov/client-cert-update.git#develop
201
201
` ` `
202
202
@@ -227,7 +227,7 @@ Docker:
227
227
--file Dockerfile-x \
228
228
--platform linux/amd64 \
229
229
--output type=docker \
230
- --tag cisagov/client-cert-update:0.1.0 .
230
+ --tag cisagov/client-cert-update:0.1.0-rc.1 .
231
231
` ` `
232
232
233
233
# # Contributing ##
0 commit comments