repo2docker/s2i-builders/conda/Makefile

13 wiersze
277 B
Makefile

IMAGE_NAME = jupyterhub/singleuser-builder-conda
VERSION = $(shell cat version)
.PHONY: build
build:
docker build -t $(IMAGE_NAME):$(VERSION) .
.PHONY: test
test:
docker build -t $(IMAGE_NAME)-candidate:$(VERSION) .
IMAGE_NAME=$(IMAGE_NAME)-candidate:$(VERSION) test/run