File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -201,13 +201,14 @@ Roundup release checklist:
201201 roundup-tracker/roundup:2.2.0 that changes and always tags
202202 the latest -X release??)
203203
204- docker build -t roundup-tracker/roundup:2.2.0 --build-arg="source=pypi" -f scripts/Docker/Dockerfile .
204+ docker build -t roundup-tracker/roundup:2.2.0 \
205+ --build-arg="source=pypi" -f scripts/Docker/Dockerfile .
205206
206207 to create the dockerfile. *Change 2.2.0 to current version*
207208 Always use the exact release tag.
20820917c. vulnerability scan local image using:
209210
210- docker run --rm --volume
211+ docker run --rm --volume \
211212 /var/run/docker.sock:/var/run/docker.sock \
212213 --name Grype anchore/grype:latest roundup-tracker/roundup:2.2.0
213214
You can’t perform that action at this time.
0 commit comments