Advertisement
k3NGuru

Error

May 16th, 2022
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.54 KB | None | 0 0
  1. $ /kaniko/executor --context $BUILD_JAR_PATH/ --dockerfile ./Dockerfile -d $CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG:$CI_COMMIT_SHORT_SHA
  2. INFO[0000] Retrieving image manifest liberica-openjdk-alpine-musl:11
  3. INFO[0000] Retrieving image liberica-openjdk-alpine-musl:11 from registry
  4. INFO[0000] Built cross stage deps: map[]                
  5. INFO[0000] Retrieving image manifest liberica-openjdk-alpine-musl:11
  6. INFO[0000] Returning cached image manifest              
  7. INFO[0000] Executing 0 build triggers                  
  8. INFO[0000] Unpacking rootfs as cmd RUN ls -al /builds/MSDP/cpicb-iaac/devops/target/ requires it.
  9. INFO[0002] RUN ls -al /builds/MSDP/cpicb-iaac/devops/target/
  10. INFO[0002] Taking snapshot of full filesystem...        
  11. INFO[0003] cmd: /bin/sh                                
  12. INFO[0003] args: [-c ls -al /builds/MSDP/cpicb-iaac/devops/target/]
  13. INFO[0003] Running: [/bin/sh -c ls -al /builds/MSDP/cpicb-iaac/devops/target/]
  14. total 41372
  15. drwxrwxrwx    2 root     root          4096 May 16 09:24 .
  16. drwxrwxrwx    3 root     root          4096 May 16 09:24 ..
  17. -rw-r--r--    1 root     root      42354188 May 16 09:24 notification-service-7.0.0-SNAPSHOT.jar
  18. INFO[0003] Taking snapshot of full filesystem...        
  19. INFO[0003] No files were changed, appending empty layer to config. No layer added to image.
  20. INFO[0003] Resolving srcs [target/*.jar]...            
  21. error building image: error building stage: failed to get files used from context: failed to resolve sources: resolving sources: lstat /proc/21/fd/10: no such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement