mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 11:50:00 +02:00
docker: use latest core base stage
This commit is contained in:
parent
d09e3969f8
commit
b1ef3af1a8
1 changed files with 4 additions and 3 deletions
7
Makefile
7
Makefile
|
@ -3,8 +3,9 @@ PIP = pip3
|
|||
PYTHONIOENCODING=utf8
|
||||
PYTEST_ARGS = -vv
|
||||
|
||||
DOCKER_BASE_IMAGE = docker.io/ocrd/core:v3.3.0
|
||||
DOCKER_TAG = ocrd/dinglehopper
|
||||
DOCKER_BASE_IMAGE ?= docker.io/ocrd/core:latest
|
||||
DOCKER_TAG ?= ocrd/dinglehopper
|
||||
DOCKER ?= docker
|
||||
|
||||
help:
|
||||
@echo
|
||||
|
@ -24,7 +25,7 @@ test:
|
|||
pytest $(PYTEST_ARGS)
|
||||
|
||||
docker:
|
||||
docker build \
|
||||
$(DOCKER) build \
|
||||
--build-arg DOCKER_BASE_IMAGE=$(DOCKER_BASE_IMAGE) \
|
||||
--build-arg VCS_REF=$$(git rev-parse --short HEAD) \
|
||||
--build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue