github.com/cilium/cilium@v1.16.2/api/v1/Makefile (about)

     1  # Copyright Authors of Cilium
     2  # SPDX-License-Identifier: Apache-2.0
     3  include ../../Makefile.defs
     4  
     5  VOLUME ?= $(CURDIR)
     6  CONTAINER_IMAGE ?= $(CILIUM_BUILDER_IMAGE)
     7  
     8  .PHONY: proto
     9  proto:
    10  	$(QUIET)$(CONTAINER_ENGINE) container run --rm \
    11  		--volume $(VOLUME):/src \
    12  		--user "$(shell id -u):$(shell id -g)" \
    13  		$(CONTAINER_IMAGE) \
    14  		make -C /src -f Makefile.protoc