проекте через раз
│ ┌ Building stage nginx/gitLatestPatch
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/ddos-attack.svg: ↵
│ │ nginx/gitLatestPatch Cannot open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/favicon-16x16.png: ↵
│ │ nginx/gitLatestPatch Cannot open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/favicon-32x32.png: ↵
│ │ nginx/gitLatestPatch Cannot open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/favicon-96x96.png: ↵
│ │ nginx/gitLatestPatch Cannot open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/favicon.ico: ↵
│ │ nginx/gitLatestPatch Cannot open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/images/logo.svg: Cannot ↵
│ │ nginx/gitLatestPatch open: File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: 500error/index.html: Cannot open: ↵
│ │ nginx/gitLatestPatch File exists
│ │ nginx/gitLatestPatch /.werf/stapel/embedded/bin/tar: Exiting with failure status due to ↵
│ │ nginx/gitLatestPatch previous errors
│ ├ Info
│ └ Building stage nginx/gitLatestPatch (0.99 seconds) FAILED
└ ⛵️ image nginx (1.63 seconds) FAILED
Running time 1.78 seconds
Error: phase build on image nginx stage gitLatestPatch handler failed: failed to build image for stage gitLatestPatch with signature 6e036cbefae25ece8e39d18a7858de0e8b2eb9cce52e21cf38c07b8e: container run failed: Status: , Code: 2
Cleaning up file based variables
00:00
ERROR: Job failed: exit status 1
Version: v1.1.23+fix47
а можно werf.yaml посмотреть?
project: media configVersion: 1 --- image: nginx from: nginx:1.19-alpine fromCacheVersion: 2 docker: HEALTHCHECK: --interval=15s --timeout=5s --retries=2 CMD curl --silent --fail localhost:80/healthz || exit 1 # CMD: ["nginx", "-g", "daemon off;"] shell: beforeSetup: - echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories - apk --update add shadow curl && rm -rf /var/lib/apt/lists/* && rm /var/cache/apk/* && rm /etc/nginx/conf.d/default.conf - usermod -u 1000 nginx git: - add: /config/ to: /etc/nginx/ - add: /media/ to: /var/www/media/ owner: nginx group: nginx
Обсуждают сегодня