Improve docker image setup #43
			
				
			
		
		
		
	
	
		Labels
		
	
	
	
	No Label
	
		
			
	
	
	
	Roadmap
		
			
	V
		
			
	bug
		
			
	docs
		
			
	duplicate
		
			
	enhancement
		
			
	good first issue
		
			
	help wanted
		
			
	idea
		
			
	invalid
		
			
	question
		
			
	wontfix
		
		
			
	Idea
		
			
	Roadmap
		
			
	bug
		
			
	duplicate
		
			
	enhancement
		
			
	help wanted
		
			
	invalid
		
			
	question
		
			
	wontfix
		
	
		No Milestone
		
	
	
		
		
		
			No project
			
				
			
		
	
	
	
	
	
		No Assignees
		
			
		
	
	
	
		1 Participants
		
	
	
		
		
			Notifications
			
				
			
		
	
	
	
	Due Date
	No due date set.
			
			
			
				
					Depends on
				
				
					
						
							
								
							
						
					
					
				
			
			
		
		
	
	
	
								
									#42 Add healthcheck endpoint
								
								
							
									vieter-v/vieter
								
							
			Reference: vieter-v/vieter#43
			
		
	
		Loading…
	
		Reference in New Issue
	
	
	There is no content yet.
		
		Delete Branch "%!s(<nil>)"
	
	Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
We want to release two types of Docker image, namely a dynamically linked Alpine-based one & a statically linked "bare" image. Both these images should contain the following things:
Specifically for the "bare" image, there also:
This one needs some clarification. During our CI testing, we build statically compiled production images on all three supported platforms. This means that, instead of rebuilding these, we could run these builds again when merging into dev & upload them to a commit-specific directory in a CI bucket. Afterwards, we can let the agent builder the actual image pull the relevant binary from this bucket, greatly speeding up the buildx process.
Improve docker imageto Improve docker image setupWe're gonna settle for just a non-alpine based one, that uses busybox.