mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 22:32:52 +00:00
update to Debian Buster
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -113,7 +113,7 @@ endif
|
|||||||
-t $(docker_repo)/kopano_$(component):builder $(component)/
|
-t $(docker_repo)/kopano_$(component):builder $(component)/
|
||||||
|
|
||||||
build-base: ## Build new base image.
|
build-base: ## Build new base image.
|
||||||
docker pull debian:stretch
|
docker pull debian:buster
|
||||||
component=base make build
|
component=base make build
|
||||||
|
|
||||||
build-core:
|
build-core:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:stretch
|
FROM debian:buster
|
||||||
|
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
ARG ADDITIONAL_KOPANO_PACKAGES=""
|
ARG ADDITIONAL_KOPANO_PACKAGES=""
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ ARG KOPANO_CORE_VERSION=newest
|
|||||||
ENV \
|
ENV \
|
||||||
ADDITIONAL_KOPANO_PACKAGES=$ADDITIONAL_KOPANO_PACKAGES \
|
ADDITIONAL_KOPANO_PACKAGES=$ADDITIONAL_KOPANO_PACKAGES \
|
||||||
DOWNLOAD_COMMUNITY_PACKAGES=$DOWNLOAD_COMMUNITY_PACKAGES \
|
DOWNLOAD_COMMUNITY_PACKAGES=$DOWNLOAD_COMMUNITY_PACKAGES \
|
||||||
DOWNLOAD_DISTRIBUTION="Debian_9.0" \
|
DOWNLOAD_DISTRIBUTION="Debian_10" \
|
||||||
DOWNLOAD_CHANNEL="community" \
|
DOWNLOAD_CHANNEL="community" \
|
||||||
DOWNLOAD_BRANCH="" \
|
DOWNLOAD_BRANCH="" \
|
||||||
KOPANO_CORE_REPOSITORY_URL=$KOPANO_CORE_REPOSITORY_URL \
|
KOPANO_CORE_REPOSITORY_URL=$KOPANO_CORE_REPOSITORY_URL \
|
||||||
|
|||||||
Reference in New Issue
Block a user