grim/convey

closing merged branch
expand-list
2017-10-03, Gary Kramlich
345a52ef04c6
closing merged branch
# convey/checksum
The checksum image will create md5/sha1/sha256/sha3/sha512 checksums for files in the workspace. The checksum files will be the filenames with the extension for the checksum appended on it.
## Example
tasks:
create-checksums:
image: convey/checksum
environment:
- 'SHA256_FILES="convey-linux-amd64 convey-windows-amd64.exe convey-darwin-amd64"'
## Environment Variables
### MD5_FILES
A space separate list of files to create MD5 checksums for.
### SHA1_FILES
A space separate list of files to create SHA1 checksums for.
### SHA256_FILES
A space separate list of files to create SHA256 checksums for.
### SHA3_FILES
A space separate list of files to create SHA3 checksums for.
### SHA512_FILES
A space separate list of files to create SHA512 checksums for.