@@ -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.3.0-rc.3
34
+ docker run cisagov/code-gov-update:0.3.0-rc.4
35
35
```
36
36
37
37
### Running with Docker Compose ###
@@ -44,7 +44,7 @@ docker run cisagov/code-gov-update:0.3.0-rc.3
44
44
45
45
services :
46
46
update :
47
- image : cisagov/code-gov-update:0.3.0-rc.3
47
+ image : cisagov/code-gov-update:0.3.0-rc.4
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.3.0-rc.3
95
+ image: cisagov/code-gov-update:0.3.0-rc.4
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.3.0-rc.3
134
+ docker pull cisagov/code-gov-update:0.3.0-rc.4
135
135
` ` `
136
136
137
137
1. Recreate and run the container by following the [previous instructions](#running-with-docker).
@@ -170,11 +170,11 @@ and then update dependencies as you would above.
170
170
The images of this container are tagged with [semantic
171
171
versions](https://semver.org) of the underlying example project that they
172
172
containerize. It is recommended that most users use a version tag (e.g.
173
- ` :0.3.0-rc.3 ` ).
173
+ ` :0.3.0-rc.4 ` ).
174
174
175
175
| Image:tag | Description |
176
176
|-----------|-------------|
177
- |`cisagov/code-gov-update:0.3.0-rc.3 `| An exact release version. |
177
+ |`cisagov/code-gov-update:0.3.0-rc.4 `| An exact release version. |
178
178
|`cisagov/code-gov-update:0.3`| The most recent release matching the major and minor version numbers. |
179
179
|`cisagov/code-gov-update:0`| The most recent release matching the major version number. |
180
180
|`cisagov/code-gov-update:edge` | The most recent image built from a merge into the `develop` branch of this repository. |
@@ -239,7 +239,7 @@ Build the image locally using this git repository as the [build context](https:/
239
239
240
240
` ` ` console
241
241
docker build \
242
- --tag cisagov/code-gov-update:0.3.0-rc.3 \
242
+ --tag cisagov/code-gov-update:0.3.0-rc.4 \
243
243
https://github.com/cisagov/code-gov-update.git#develop
244
244
` ` `
245
245
@@ -270,7 +270,7 @@ Docker:
270
270
--file Dockerfile-x \
271
271
--platform linux/amd64 \
272
272
--output type=docker \
273
- --tag cisagov/code-gov-update:0.3.0-rc.3 .
273
+ --tag cisagov/code-gov-update:0.3.0-rc.4 .
274
274
` ` `
275
275
276
276
# # Contributing ##
0 commit comments