mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Always --pull in docker build to ensure recent base images
This commit is contained in:
@@ -29,7 +29,7 @@ PREFIX=gcr.io/google_containers
|
||||
TAG = 1.31
|
||||
|
||||
build:
|
||||
docker build -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
||||
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .
|
||||
|
||||
|
||||
push:
|
||||
|
Reference in New Issue
Block a user