mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	Tweaks to allow building supported releases while also including Kapps (#421)
* Tweaks to allow building supported releases while also including Kapps * switch files to pre-final * define default for kapps repo Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									21781473f0
								
							
						
					
					
						commit
						e99c524d46
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -17,10 +17,11 @@ zpush_download_version := $(shell ./version.sh zpush) | |||||||
| vcs_ref := $(shell git rev-parse --short HEAD) | vcs_ref := $(shell git rev-parse --short HEAD) | ||||||
| 
 | 
 | ||||||
| KOPANO_CORE_REPOSITORY_URL := file:/kopano/repo/core | KOPANO_CORE_REPOSITORY_URL := file:/kopano/repo/core | ||||||
|  | KOPANO_KAPPS_REPOSITORY_URL := file:/kopano/repo/kapps | ||||||
| KOPANO_MEET_REPOSITORY_URL := file:/kopano/repo/meet | KOPANO_MEET_REPOSITORY_URL := file:/kopano/repo/meet | ||||||
| KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp |  | ||||||
| KOPANO_WEBAPP_FILES_REPOSITORY_URL := file:/kopano/repo/files | KOPANO_WEBAPP_FILES_REPOSITORY_URL := file:/kopano/repo/files | ||||||
| KOPANO_WEBAPP_MDM_REPOSITORY_URL := file:/kopano/repo/mdm | KOPANO_WEBAPP_MDM_REPOSITORY_URL := file:/kopano/repo/mdm | ||||||
|  | KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp | ||||||
| KOPANO_WEBAPP_SMIME_REPOSITORY_URL := file:/kopano/repo/smime | KOPANO_WEBAPP_SMIME_REPOSITORY_URL := file:/kopano/repo/smime | ||||||
| KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_10/ | KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_10/ | ||||||
| RELEASE_KEY_DOWNLOAD := 0 | RELEASE_KEY_DOWNLOAD := 0 | ||||||
| @ -66,10 +67,11 @@ endif | |||||||
| 		--build-arg KOPANO_CORE_VERSION=${core_download_version} \
 | 		--build-arg KOPANO_CORE_VERSION=${core_download_version} \
 | ||||||
| 		--build-arg KOPANO_$(COMPONENT)_VERSION=${$(component)_download_version} \
 | 		--build-arg KOPANO_$(COMPONENT)_VERSION=${$(component)_download_version} \
 | ||||||
| 		--build-arg KOPANO_CORE_REPOSITORY_URL=$(KOPANO_CORE_REPOSITORY_URL) \
 | 		--build-arg KOPANO_CORE_REPOSITORY_URL=$(KOPANO_CORE_REPOSITORY_URL) \
 | ||||||
|  | 		--build-arg KOPANO_KAPPS_REPOSITORY_URL=$(KOPANO_KAPPS_REPOSITORY_URL) \
 | ||||||
| 		--build-arg KOPANO_MEET_REPOSITORY_URL=$(KOPANO_MEET_REPOSITORY_URL) \
 | 		--build-arg KOPANO_MEET_REPOSITORY_URL=$(KOPANO_MEET_REPOSITORY_URL) \
 | ||||||
| 		--build-arg KOPANO_WEBAPP_REPOSITORY_URL=$(KOPANO_WEBAPP_REPOSITORY_URL) \
 |  | ||||||
| 		--build-arg KOPANO_WEBAPP_FILES_REPOSITORY_URL=$(KOPANO_WEBAPP_FILES_REPOSITORY_URL) \
 | 		--build-arg KOPANO_WEBAPP_FILES_REPOSITORY_URL=$(KOPANO_WEBAPP_FILES_REPOSITORY_URL) \
 | ||||||
| 		--build-arg KOPANO_WEBAPP_MDM_REPOSITORY_URL=$(KOPANO_WEBAPP_MDM_REPOSITORY_URL) \
 | 		--build-arg KOPANO_WEBAPP_MDM_REPOSITORY_URL=$(KOPANO_WEBAPP_MDM_REPOSITORY_URL) \
 | ||||||
|  | 		--build-arg KOPANO_WEBAPP_REPOSITORY_URL=$(KOPANO_WEBAPP_REPOSITORY_URL) \
 | ||||||
| 		--build-arg KOPANO_WEBAPP_SMIME_REPOSITORY_URL=$(KOPANO_WEBAPP_SMIME_REPOSITORY_URL) \
 | 		--build-arg KOPANO_WEBAPP_SMIME_REPOSITORY_URL=$(KOPANO_WEBAPP_SMIME_REPOSITORY_URL) \
 | ||||||
| 		--build-arg KOPANO_ZPUSH_REPOSITORY_URL=$(KOPANO_ZPUSH_REPOSITORY_URL) \
 | 		--build-arg KOPANO_ZPUSH_REPOSITORY_URL=$(KOPANO_ZPUSH_REPOSITORY_URL) \
 | ||||||
| 		--build-arg RELEASE_KEY_DOWNLOAD=$(RELEASE_KEY_DOWNLOAD) \
 | 		--build-arg RELEASE_KEY_DOWNLOAD=$(RELEASE_KEY_DOWNLOAD) \
 | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								setup.sh
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.sh
									
									
									
									
									
								
							| @ -342,10 +342,11 @@ COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:docker-compose.db.yml:d | |||||||
| # Modify below to build a different version, than the Kopano nightly release | # Modify below to build a different version, than the Kopano nightly release | ||||||
| # credentials for repositories are handled through a file called apt_auth.conf (which will be created through setup.sh or Makefile) | # credentials for repositories are handled through a file called apt_auth.conf (which will be created through setup.sh or Makefile) | ||||||
| #KOPANO_CORE_REPOSITORY_URL=https://download.kopano.io/supported/core:/8.7/Debian_10/ | #KOPANO_CORE_REPOSITORY_URL=https://download.kopano.io/supported/core:/8.7/Debian_10/ | ||||||
|  | #KOPANO_KAPPS_REPOSITORY_URL=https://download.kopano.io/supported/kapps:/master/Debian_10/ | ||||||
| #KOPANO_MEET_REPOSITORY_URL=https://download.kopano.io/supported/meet:/final/Debian_10/ | #KOPANO_MEET_REPOSITORY_URL=https://download.kopano.io/supported/meet:/final/Debian_10/ | ||||||
| #KOPANO_WEBAPP_REPOSITORY_URL=https://download.kopano.io/supported/webapp:/final/Debian_10/ | #KOPANO_WEBAPP_FILES_REPOSITORY_URL=https://download.kopano.io/supported/files:/pre-final/Debian_10/ | ||||||
| #KOPANO_WEBAPP_FILES_REPOSITORY_URL=https://download.kopano.io/supported/files:/final/Debian_10/ |  | ||||||
| #KOPANO_WEBAPP_MDM_REPOSITORY_URL=https://download.kopano.io/supported/mdm:/final/Debian_10/ | #KOPANO_WEBAPP_MDM_REPOSITORY_URL=https://download.kopano.io/supported/mdm:/final/Debian_10/ | ||||||
|  | #KOPANO_WEBAPP_REPOSITORY_URL=https://download.kopano.io/supported/webapp:/final/Debian_10/ | ||||||
| #KOPANO_WEBAPP_SMIME_REPOSITORY_URL=https://download.kopano.io/supported/smime:/final/Debian_10/ | #KOPANO_WEBAPP_SMIME_REPOSITORY_URL=https://download.kopano.io/supported/smime:/final/Debian_10/ | ||||||
| #KOPANO_ZPUSH_REPOSITORY_URL=http://repo.z-hub.io/z-push:/final/Debian_10/ | #KOPANO_ZPUSH_REPOSITORY_URL=http://repo.z-hub.io/z-push:/final/Debian_10/ | ||||||
| #RELEASE_KEY_DOWNLOAD=1 | #RELEASE_KEY_DOWNLOAD=1 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user