fix debug cloud build (#1560)
This commit is contained in:
		
							parent
							
								
									0ef53aa1d3
								
							
						
					
					
						commit
						b540dd0df2
					
				|  | @ -70,7 +70,7 @@ COPY --from=0 /go/src/github.com/GoogleContainerTools/kaniko/out/warmer /kaniko/ | ||||||
| COPY --from=0 /usr/local/bin/docker-credential-gcr /kaniko/docker-credential-gcr | COPY --from=0 /usr/local/bin/docker-credential-gcr /kaniko/docker-credential-gcr | ||||||
| COPY --from=0 /go/src/github.com/awslabs/amazon-ecr-credential-helper/bin/local/docker-credential-ecr-login /kaniko/docker-credential-ecr-login | COPY --from=0 /go/src/github.com/awslabs/amazon-ecr-credential-helper/bin/local/docker-credential-ecr-login /kaniko/docker-credential-ecr-login | ||||||
| COPY --from=0 /usr/local/bin/docker-credential-acr-linux /kaniko/docker-credential-acr | COPY --from=0 /usr/local/bin/docker-credential-acr-linux /kaniko/docker-credential-acr | ||||||
| COPY --from=multiarch/busybox:1.32.0 /bin /busybox | COPY --from=busybox:1.32.0 /bin /busybox | ||||||
| 
 | 
 | ||||||
| # Declare /busybox as a volume to get it automatically in the path to ignore | # Declare /busybox as a volume to get it automatically in the path to ignore | ||||||
| VOLUME /busybox | VOLUME /busybox | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue