diff --git a/Dockerfile b/Dockerfile index 6465417..5b5fbeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,3 +89,6 @@ ENTRYPOINT ["/sbin/tini", "--"] CMD ["./cibseven.sh"] COPY --chown=camunda:camunda --from=builder /camunda . + +RUN chgrp -R 0 /camunda && \ + chmod -R g=u /camunda diff --git a/Jenkinsfile b/Jenkinsfile index 10b40f4..131f972 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ def cibsevenVersion = "" pipeline { agent { kubernetes { - yaml BuildPodCreator.cibStandardPod() + yaml BuildPodCreator.fromScratch(this) .withMavenJdk17Container() .withKanikoContainer() .asYaml()