mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
remove cleared todos
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
6985fc2a2c
commit
6282c45340
18
Makefile
18
Makefile
@ -49,17 +49,17 @@ publish: git-commit repo-login publish-base publish-core publish-webapp
|
||||
git push
|
||||
git push origin --tags
|
||||
|
||||
publish-container: component ?= base
|
||||
publish-container:
|
||||
@echo 'publish latest to $(docker_repo)/kopano_$(component)'
|
||||
docker push $(docker_repo)/kopano_$(component):${$(component)_version}
|
||||
docker push $(docker_repo)/kopano_$(component):latest
|
||||
|
||||
publish-base: build-base tag-base
|
||||
@echo 'publish latest to $(docker_repo)/kopano_base'
|
||||
docker push $(docker_repo)/kopano_base:${base_version}
|
||||
docker push $(docker_repo)/kopano_base:latest
|
||||
component=base make publish-container
|
||||
|
||||
publish-core: build-core tag-core
|
||||
@echo 'publish latest to $(docker_repo)/kopano_core'
|
||||
docker push $(docker_repo)/kopano_core:${core_version}
|
||||
docker push $(docker_repo)/kopano_core:latest
|
||||
component=core make publish-container
|
||||
|
||||
publish-webapp: build-webapp tag-webapp
|
||||
@echo 'publish latest to $(docker_repo)/kopano_webapp'
|
||||
docker push $(docker_repo)/kopano_webapp:${webapp_version}
|
||||
docker push $(docker_repo)/kopano_webapp:latest
|
||||
component=webapp make publish-container
|
||||
|
@ -10,7 +10,6 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# install basics
|
||||
# TODO require python3 or python3-minimal?
|
||||
# TODO is dumb-init actually used?
|
||||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
@ -10,7 +10,6 @@ ARG RELEASE_KEY_DOWNLOAD=0
|
||||
# install Kopano WebApp and refresh ca-certificates
|
||||
RUN \
|
||||
# community download and package as apt source repository
|
||||
# TODO: source or execute repo script?
|
||||
. /kopano/helper/create-kopano-repo.sh && \
|
||||
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
|
||||
dl_and_package_community "core"; \
|
||||
|
@ -11,7 +11,6 @@ ARG RELEASE_KEY_DOWNLOAD=0
|
||||
# install Kopano WebApp and refresh ca-certificates
|
||||
RUN \
|
||||
# community download and package as apt source repository
|
||||
# TODO: source or execute repo script?
|
||||
. /kopano/helper/create-kopano-repo.sh && \
|
||||
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
|
||||
dl_and_package_community "core"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user