pandoc: tag the precise rpm version used
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
3b1532a996
commit
cd5e27f533
1 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,6 @@ DOCKER ?= $(shell which docker)
|
|||
default:
|
||||
$(DOCKER) build -t $(shell whoami)/pandoc .
|
||||
|
||||
tag:
|
||||
$(DOCKER) tag $(shell whoami)/pandoc $(shell whoami)/pandoc:$(shell $(DOCKER) run -it --entrypoint /usr/bin/rpm $(shell whoami)/pandoc -q --queryformat "%{version}-%{release}.%{arch}" pandoc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue