@@ -31,7 +31,7 @@ hosted [here](https://www.dhs.gov/code.json).
31
31
To run the ` cisagov/code-gov-update ` image via Docker:
32
32
33
33
``` console
34
- docker run cisagov/code-gov-update:0.2.0-rc.1
34
+ docker run cisagov/code-gov-update:0.2.0
35
35
```
36
36
37
37
### Running with Docker Compose ###
@@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.2.0-rc.1
44
44
45
45
services :
46
46
update :
47
- image : ' cisagov/code-gov-update:0.2.0-rc.1 '
47
+ image : ' cisagov/code-gov-update:0.2.0'
48
48
init : true
49
49
environment :
50
50
- AWS_CONFIG_FILE=path/to/aws_config
@@ -92,7 +92,7 @@ environment variables. See the
92
92
93
93
services:
94
94
update:
95
- image: 'cisagov/code-gov-update:0.2.0-rc.1 '
95
+ image: 'cisagov/code-gov-update:0.2.0'
96
96
init: true
97
97
secrets:
98
98
- source: aws_config
@@ -131,7 +131,7 @@ environment variables. See the
131
131
1. Pull the new image :
132
132
133
133
` ` ` console
134
- docker pull cisagov/code-gov-update:0.2.0-rc.1
134
+ docker pull cisagov/code-gov-update:0.2.0
135
135
` ` `
136
136
137
137
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -140,11 +140,11 @@ environment variables. See the
140
140
141
141
The images of this container are tagged with [semantic
142
142
versions](https://semver.org). It is recommended that most users use a version
143
- tag (e.g. `:0.2.0-rc.1 `).
143
+ tag (e.g. `:0.2.0`).
144
144
145
145
| Image:tag | Description |
146
146
|-----------|-------------|
147
- |`cisagov/code-gov-update:0.2.0-rc.1 `| An exact release version. |
147
+ |`cisagov/code-gov-update:0.2.0`| An exact release version. |
148
148
|`cisagov/code-gov-update:0.2`| The most recent release matching the major and minor version numbers. |
149
149
|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
150
150
|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -209,7 +209,7 @@ Build the image locally using this git repository as the [build context](https:/
209
209
210
210
` ` ` console
211
211
docker build \
212
- --tag cisagov/code-gov-update:0.2.0-rc.1 \
212
+ --tag cisagov/code-gov-update:0.2.0 \
213
213
https://github.com/cisagov/code-gov-update.git#develop
214
214
` ` `
215
215
@@ -240,7 +240,7 @@ Docker:
240
240
--file Dockerfile-x \
241
241
--platform linux/amd64 \
242
242
--output type=docker \
243
- --tag cisagov/code-gov-update:0.2.0-rc.1 .
243
+ --tag cisagov/code-gov-update:0.2.0 .
244
244
` ` `
245
245
246
246
# # Contributing ##
0 commit comments