github.com/pachyderm/pachyderm@v1.13.4/examples/spouts/spout101/Makefile (about)

     1  
     2  # Set as you wish
     3  DOCKER_ACCOUNT := pachyderm
     4  CONTAINER_NAME := example-spout101
     5  CONTAINER_VERSION := 1.12.5
     6  CONTAINER_TAG := $(DOCKER_ACCOUNT)/$(CONTAINER_NAME):$(CONTAINER_VERSION)
     7  
     8  docker-image:
     9  	@docker build -t $(CONTAINER_TAG) .
    10  	@docker push $(CONTAINER_TAG)
    11  
    12  deploy:
    13  	pachctl create pipeline -f ./pipelines/spout.json
    14  	pachctl create pipeline -f ./pipelines/processor.json