mirror of https://github.com/grpc/grpc.git
This fixes the GCP console slowness for grpc-testing project Fixed the docker image building script to remove the "-f" option (that is now deprecated) from 'docker tag' command.pull/9571/head
parent
26623b3d77
commit
081b603527
3 changed files with 5 additions and 2 deletions
@ -0,0 +1,3 @@ |
|||||||
|
#!/bin/bash |
||||||
|
for img in `docker images | grep \<none\> | awk '{print $3 }'` ; do docker rmi -f $img; done |
||||||
|
|
Loading…
Reference in new issue