Merge pull request #1601 from timstclair/release
Record sha256 for cAdvisor releases
This commit is contained in:
commit
338283be7e
@ -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"
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user