mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-20 06:16:29 +00:00
remove obsolete todo
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
60b9a909ad
commit
3b96eeafc2
1
Makefile
1
Makefile
@ -2,7 +2,6 @@ docker_repo := zokradonh
|
||||
docker_login := `cat ~/.docker-account-user`
|
||||
docker_pwd := `cat ~/.docker-account-pwd`
|
||||
|
||||
# TODO get actual version from container, below fails since it runs through dumb-init
|
||||
base_version = $(shell docker run --rm $(docker_repo)/kopano_base cat /kopano/buildversion)
|
||||
core_version = $(shell docker run --rm $(docker_repo)/kopano_core cat /kopano/buildversion | grep -o -P '(?<=-).*(?=_)')
|
||||
webapp_version = $(shell docker run --rm $(docker_repo)/kopano_webapp cat /kopano/buildversion | tail -n 1 | grep -o -P '(?<=-).*(?=\+)')
|
||||
|
Loading…
x
Reference in New Issue
Block a user