mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-30 18:07:46 +00:00 
			
		
		
		
	Added mount of repository secrets (#477)
This commit is contained in:
		
							parent
							
								
									89ccc1c425
								
							
						
					
					
						commit
						841d181402
					
				| @ -30,7 +30,7 @@ LABEL maintainer=az@zok.xyz \ | |||||||
|     org.label-schema.schema-version="1.0" |     org.label-schema.schema-version="1.0" | ||||||
| 
 | 
 | ||||||
| # install Kopano kDAV | # install Kopano kDAV | ||||||
| RUN \ | RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \ | ||||||
|     set -x && \ |     set -x && \ | ||||||
|     apt-get update && apt-get install -y --no-install-recommends \ |     apt-get update && apt-get install -y --no-install-recommends \ | ||||||
|         php-mbstring \ |         php-mbstring \ | ||||||
| @ -62,4 +62,4 @@ ENTRYPOINT ["/usr/bin/dumb-init", "--"] | |||||||
| CMD [ "/kopano/start.sh" ] | CMD [ "/kopano/start.sh" ] | ||||||
| 
 | 
 | ||||||
| ARG VCS_REF | ARG VCS_REF | ||||||
| LABEL org.label-schema.vcs-ref=$VCS_REF | LABEL org.label-schema.vcs-ref=$VCS_REF | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user