Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ecef5caea7 
								
							 
						 
						
							
							
								
								update java samples to use eclipse temurin instead of opendjdk ( #245 )  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-05-16 22:19:01 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Fedor Skvortsov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0acff2e4ad 
								
							 
						 
						
							
							
								
								fix: name of target/dependency directory ( #237 )  
							
							... 
							
							
							
							Signed-off-by: Fedor Skvortsov <skvortsovfk@gmail.com> 
							
						 
						
							2022-05-16 21:23:00 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								298ebd2b45 
								
							 
						 
						
							
							
								
								Fix security issues ( #244 )  
							
							... 
							
							
							
							* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-05-16 21:20:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicolas De loof 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								667bd9facb 
								
							 
						 
						
							
							
								
								Adopt Compose v2 ( #240 )  
							
							... 
							
							
							
							* Adopt Compose v2
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> 
							
						 
						
							2022-05-10 11:59:25 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
							
							
								
							
							
								f16cb84e61 
								
							 
						 
						
							
							
								
								fix security issues on react-java-mysql sample  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2022-03-12 18:56:44 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								93f8f18f64 
								
							 
						 
						
							
							
								
								Fix security issues ( #179 )  
							
							... 
							
							
							
							* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongol sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-11-22 09:51:11 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bba832f88 
								
							 
						 
						
							
							
								
								Arm64 and check Compose v2 support ( #177 )  
							
							... 
							
							
							
							add support of arm64 architecture for the following samples: 
* aspnet-mssql
* elasticsearch-logstash-kibana
* nginx-aspnet-mysql
* nginx-flask-mysql
* nginx-golang-mysql
* react-java-mysql
* sparkjava-mysql
* wordpress-mysql
* react-express-mysql
* react-express-mongodb
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2021-11-08 11:41:35 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2056ab2f01 
								
							 
						 
						
							
							
								
								Remove version from compose files to conform to the specification ( #167 )  
							
							... 
							
							
							
							https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element 
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
						
							2021-11-04 15:51:58 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Javier López Barba 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								744ed86c55 
								
							 
						 
						
							
							
								
								Add missing expose field to docker compose files ( #124 )  
							
							... 
							
							
							
							Signed-off-by: javi <javier@okteto.com> 
							
						 
						
							2021-04-30 22:29:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									frgegr 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a2cf9cc9f3 
								
							 
						 
						
							
							
								
								Update React / Spring / MySQL example ( #99 )  
							
							... 
							
							
							
							* Update README.md title from NodeJS to Spring
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
* Always restart spring backend service
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
* Also pass db-password secret to spring backend
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
* Add healthcheck to the mysql service
 - a start_period of 30s + 15s (interval * retries) should be long enough for mysql to initialize
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com> 
							
						 
						
							2021-03-22 09:58:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
							
							
								
							
							
								4478c5c142 
								
							 
						 
						
							
							
								
								Udpdate some README.md files and change the version of node image for vuejs sample  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2020-03-24 17:00:48 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
							
							
								
							
							
								7b5e27dd48 
								
							 
						 
						
							
							
								
								Update frontend port in react-java-sql README.md  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2020-03-24 15:15:37 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jérémie Drouet 
								
							 
						 
						
							
							
							
							
								
							
							
								70be09e941 
								
							 
						 
						
							
							
								
								react-java-mysql: use create-react-app for frontend  
							
							... 
							
							
							
							Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com> 
							
						 
						
							2020-03-23 14:05:33 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Guillaume Lours 
								
							 
						 
						
							
							
							
							
								
							
							
								d7d79e436f 
								
							 
						 
						
							
							
								
								Update Spring Boot and Mysql version for react-java-mysql sample  
							
							... 
							
							
							
							Signed-off-by: Guillaume Lours <guillaume.lours@docker.com> 
							
						 
						
							2020-03-17 16:48:08 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anca Iordache 
								
							 
						 
						
							
							
							
							
								
							
							
								f1e4cca535 
								
							 
						 
						
							
							
								
								Move all samples to the root dir  
							
							... 
							
							
							
							Signed-off-by: Anca Iordache <anca.iordache@docker.com> 
							
						 
						
							2020-03-16 17:23:59 +01:00