Skip to content

Commit fa07dd9

Browse files
committed
update commands for easier cut/paste.
1 parent 888425f commit fa07dd9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
208209
17c. 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

0 commit comments

Comments
 (0)