зеркало из https://github.com/github/vitess-gh.git
Add the --no-cache flag to the vitess lite docker build (copied from the bootstrap build.sh) (#2116)
This commit is contained in:
Родитель
459080ada1
Коммит
28926f5f46
|
@ -42,9 +42,9 @@ chmod -R o=g lite
|
|||
# Build vitess/lite image
|
||||
|
||||
if [[ -n "$flavor" ]]; then
|
||||
sudo docker build -f Dockerfile.$flavor -t vitess/lite:$flavor .
|
||||
sudo docker build --no-cache -f Dockerfile.$flavor -t vitess/lite:$flavor .
|
||||
else
|
||||
sudo docker build -t vitess/lite .
|
||||
sudo docker build --no-cache -t vitess/lite .
|
||||
fi
|
||||
|
||||
# Clean up temporary files
|
||||
|
|
Загрузка…
Ссылка в новой задаче