Add support for opentracing
This commit is contained in:
parent
1a68536e29
commit
d38106f9c3
3 changed files with 26 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
|
|||
MULTI_ARCH_IMG = $(IMAGE)-$(ARCH)
|
||||
|
||||
# Set default base image dynamically for each arch
|
||||
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.24
|
||||
BASEIMAGE?=gcr.io/google_containers/nginx-slim-$(ARCH):0.25
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
QEMUARCH=arm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue