mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 07:56:12 +00:00
tag and publish kapps container (#403)
fixes #402 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
4e2060e491
commit
b548cba095
8
Makefile
8
Makefile
@ -228,6 +228,11 @@ tag-dagent:
|
||||
$(shell docker inspect --format '{{ index .Config.Labels "org.label-schema.version"}}' $(docker_repo)/kopano_dagent | cut -d+ -f1))
|
||||
component=dagent make tag-container
|
||||
|
||||
tag-kapps:
|
||||
$(eval kapps_version := \
|
||||
$(shell docker inspect --format '{{ index .Config.Labels "org.label-schema.version"}}' $(docker_repo)/kopano_kapps | cut -d+ -f1))
|
||||
component=kapps make tag-container
|
||||
|
||||
tag-konnect:
|
||||
$(eval konnect_version := \
|
||||
$(shell docker inspect --format '{{ index .Config.Labels "org.label-schema.version"}}' $(docker_repo)/kopano_konnect))
|
||||
@ -323,6 +328,9 @@ publish-dagent: tag-dagent
|
||||
publish-helper:
|
||||
docker push $(docker_repo)/kopano_build:latest
|
||||
|
||||
publish-kapps: tag-kapps
|
||||
component=kapps make publish-container
|
||||
|
||||
publish-konnect: tag-konnect
|
||||
component=konnect make publish-container
|
||||
|
||||
|
@ -87,4 +87,4 @@ if [ ${#versiontemp} -lt 2 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "$currentVersion"
|
||||
echo "$currentVersion"
|
Loading…
x
Reference in New Issue
Block a user