mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-20 04:43:06 +00:00
hotfix tagging of webapp builds (#143)
since the introduction of the php base image version information in the webapp container are doubled. by removing the build args from the php image at least there is no "newest" version any longer for webapp, but it still shows the version twice. this introduces a hotfix for this behaviour. Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -200,7 +200,7 @@ tag-web:
|
||||
|
||||
tag-webapp:
|
||||
$(eval webapp_version := \
|
||||
$(shell docker run --rm $(docker_repo)/kopano_webapp cat /kopano/buildversion | grep webapp | cut -d- -f2 | cut -d+ -f1))
|
||||
$(shell docker run --rm $(docker_repo)/kopano_webapp cat /kopano/buildversion | grep webapp | cut -d- -f2 | cut -d+ -f1 | head -n 1))
|
||||
component=webapp make tag-container
|
||||
|
||||
tag-zpush:
|
||||
|
||||
Reference in New Issue
Block a user