new releases to cadvisor project
This commit is contained in:
parent
74c40b7b0b
commit
f1cad012e2
@ -41,7 +41,7 @@ build/build.sh
|
|||||||
# Build the docker image
|
# Build the docker image
|
||||||
echo ">> building cadvisor docker image"
|
echo ">> building cadvisor docker image"
|
||||||
docker_tag="google/cadvisor:$VERSION"
|
docker_tag="google/cadvisor:$VERSION"
|
||||||
gcr_tag="gcr.io/google_containers/cadvisor:$VERSION"
|
gcr_tag="gcr.io/cadvisor/cadvisor:$VERSION"
|
||||||
docker build -t $docker_tag -t $gcr_tag -f deploy/Dockerfile .
|
docker build -t $docker_tag -t $gcr_tag -f deploy/Dockerfile .
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
@ -70,7 +70,7 @@ Go to the following link in your browser:
|
|||||||
https://accounts.google.com/o/oauth2/auth?<redacted>
|
https://accounts.google.com/o/oauth2/auth?<redacted>
|
||||||
|
|
||||||
Enter verification code: ****
|
Enter verification code: ****
|
||||||
$ gcloud docker push gcr.io/google_containers/cadvisor:$VERSION
|
$ gcloud docker push gcr.io/cadvisor/cadvisor:$VERSION
|
||||||
$ gcloud auth revoke # Log out of shared account
|
$ gcloud auth revoke # Log out of shared account
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user