Merge pull request #1601 from timstclair/release

Record sha256 for cAdvisor releases
This commit is contained in:
Tim St. Clair 2017-02-24 11:16:26 -08:00 committed by GitHub
commit 338283be7e
2 changed files with 2 additions and 3 deletions

View File

@ -48,8 +48,7 @@ docker build -t $docker_tag -t $gcr_tag -f deploy/Dockerfile .
echo echo
echo "Release info:" echo "Release info:"
echo "VERSION=$VERSION" echo "VERSION=$VERSION"
sha1sum --tag cadvisor sha256sum --tag cadvisor
md5sum --tag cadvisor
echo "docker image: $docker_tag" echo "docker image: $docker_tag"
echo "gcr.io image: $gcr_tag" echo "gcr.io image: $gcr_tag"

View File

@ -47,7 +47,7 @@ Command: `make release`
- Try to build it from the release branch, since we include that in the binary version - Try to build it from the release branch, since we include that in the binary version
- Verify the ldflags output, in particular check the Version, BuildUser, and GoVersion are expected - Verify the ldflags output, in particular check the Version, BuildUser, and GoVersion are expected
Once the build is complete, check the VERSION and note the sha1 and md5 hashes. Once the build is complete, check the VERSION and note the sha256 hash.
## 4. Push the Docker images ## 4. Push the Docker images