mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-07-01 06:29:59 +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
|
PYTHONIOENCODING=utf8
|
||||||
PYTEST_ARGS = -vv
|
PYTEST_ARGS = -vv
|
||||||
|
|
||||||
DOCKER_BASE_IMAGE = docker.io/ocrd/core:v3.3.0
|
DOCKER_BASE_IMAGE ?= docker.io/ocrd/core:latest
|
||||||
DOCKER_TAG = ocrd/dinglehopper
|
DOCKER_TAG ?= ocrd/dinglehopper
|
||||||
|
DOCKER ?= docker
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo
|
@echo
|
||||||
|
@ -24,7 +25,7 @@ test:
|
||||||
pytest $(PYTEST_ARGS)
|
pytest $(PYTEST_ARGS)
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
docker build \
|
$(DOCKER) build \
|
||||||
--build-arg DOCKER_BASE_IMAGE=$(DOCKER_BASE_IMAGE) \
|
--build-arg DOCKER_BASE_IMAGE=$(DOCKER_BASE_IMAGE) \
|
||||||
--build-arg VCS_REF=$$(git rev-parse --short HEAD) \
|
--build-arg VCS_REF=$$(git rev-parse --short HEAD) \
|
||||||
--build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
--build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue