massimeddu-sj
massimeddu-sj
**Actual behavior** I'm building a multi-target Docker image like this one: ```Dockerfile FROM xxx as builder COPY ./src. /src RUN /src/build.sh FROM yyy as deploy COPY --from=builder /src/artifact /usr/local/bin/artifact ```...
Allure 2.25.0 has some performance and bug fixes. I think it would be nice to have this improvements also on this project. Ref: https://github.com/allure-framework/allure2/compare/2.21.0...2.25.0
Good day, I'm experiencing an issue on allure-docker-service running on K8s when our CI/CD pipelines try to upload test results for multiple projects in parallel. Apparently when under heavy load,...
Fixes #2615 **Description** This PR consider excluded files when kaniko calculates the cache key for `COPY --from` command. **Submitter Checklist** These are the criteria that every PR should meet, please...