cicd: change dind service
This commit is contained in:
		
							parent
							
								
									2b2839c142
								
							
						
					
					
						commit
						6df8298766
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -9,11 +9,14 @@ platform:
 | 
				
			||||||
workspace:
 | 
					workspace:
 | 
				
			||||||
  path: /opt
 | 
					  path: /opt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					services:
 | 
				
			||||||
 | 
					  - name: docker
 | 
				
			||||||
 | 
					    image: docker:dind
 | 
				
			||||||
 | 
					    privileged: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: setup_image
 | 
					  - name: setup_image
 | 
				
			||||||
    image: docker:latest
 | 
					    image: docker:latest
 | 
				
			||||||
    services:
 | 
					 | 
				
			||||||
      - docker:dind
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
					      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue