Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 540 Bytes

data-images

Data images add containers with the given image as sidekick to all services, adding the to the volumes-from list.

Use case

One possible use case for this is requiring tls certificates to connect to a mysql server. Build an image with the images in /mysql/certificates and VOLUME on /mysql/certificates. Then add the the (private repostory) image as data-image.

-> Your app will find the certificates in /mysql/certificates

Example

{
	"data-images":[
		"registry.gitlab.com/organization/image:version"
	]
}