зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 21:56:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			42 строки
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			42 строки
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| docker-compose
 | |
| https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#features.docker-compose
 | |
|     https://www.baeldung.com/ops/docker-compose-support-spring-boot
 | |
| 
 | |
| https://buildpacks.io/
 | |
| https://github.com/buildpacks/pack
 | |
| https://github.com/pivotal/kpack
 | |
| https://github.com/pivotal/kpack/blob/master/docs/tutorial.md
 | |
| 
 | |
| https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#writing-the-dockerfile
 | |
| https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/html/#build-image
 | |
| 
 | |
| https://docs.spring.io/spring-boot/docs/2.7.0-SNAPSHOT/gradle-plugin/reference/htmlsingle/#build-image.examples.docker.podman
 | |
| 
 | |
| 2024
 | |
| Amplicode - Spring Boot Applications Conterization of 3:49
 | |
|     https://www.youtube.com/watch?v=f_eyfLVgoq8
 | |
| 2022
 | |
| https://candrews.integralblue.com/2022/10/improving-the-reproducibility-of-spring-boots-docker-image-builder/
 | |
| 2020
 | |
| https://spring.io/blog/2021/01/04/ymnnalft-easy-docker-image-creation-with-the-spring-boot-maven-plugin-and-buildpacks
 | |
|     ? maven only
 | |
| https://nuancesprog.ru/p/10062/
 | |
| https://reflectoring.io/spring-boot-docker/
 | |
|     https://habr.com/ru/post/522122/
 | |
|     https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-docker
 | |
| https://spring.io/blog/2020/08/14/creating-efficient-docker-images-with-spring-boot-2-3
 | |
| https://spring.io/blog/2020/01/27/creating-docker-images-with-spring-boot-2-3-0-m1
 | |
| CodingTech - Spring Boot with Docker and Kubernetes
 | |
|     https://www.youtube.com/watch?v=Pyd9Wc5Gnd0
 | |
| CNB - Cloud Native Buildpack
 | |
|     https://habr.com/ru/post/485486/
 | |
| 2019
 | |
| https://habr.com/ru/post/458260/
 | |
| ????
 | |
| https://tanzu.vmware.com/application-modernization-recipes/observability/custom-health-checks-when-using-spring-boot-actuator
 | |
| 
 | |
| buildpack sample
 | |
| 
 | |
| $ curl https://start.spring.io/starter.zip -d bootVersion=2.3.0.M1 -d dependencies=web -o demo.zip
 | |
| gradle bootBuildImage
 | 
