Skip to content

Instantly share code, notes, and snippets.

@philipz
Created August 29, 2024 14:13
Show Gist options
  • Save philipz/2b003a26f5ae6a54003d06c9ce52f5ef to your computer and use it in GitHub Desktop.
Save philipz/2b003a26f5ae6a54003d06c9ce52f5ef to your computer and use it in GitHub Desktop.
Camunda Run with cockpit-plugins

Refer: datakurre/camunda-cockpit-plugins#16

docker buildx build --push --platform linux/arm64,linux/amd64,linux/amd64/v2 -t philipz/camunda-cockpit-plugins:7.21.0 .

FROM camunda/camunda-bpm-platform:run-7.21.0

USER root
RUN apk add --no-cache git zip
USER camunda
RUN git clone https://github.com/datakurre/camunda-cockpit-plugins.git /camunda/META-INF/resources/webjars/camunda/app/cockpit/scripts/
RUN chown camunda:camunda /camunda/META-INF/resources/webjars/camunda/app/cockpit/scripts/
RUN zip -r internal/webapps/camunda-webapp-webjar-7.15.0.jar META-INF
RUN rm -r META-INF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment