File tree Expand file tree Collapse file tree 2 files changed +39
-3
lines changed
Expand file tree Collapse file tree 2 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 11 # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
22ARG APP_INSIGHTS_AGENT_VERSION=3.7.1
3- FROM hmctspublic.azurecr.io/base/java:21-distroless
43
5- COPY build/libs/api-cp-springboot-template.jar /opt/app/
4+ FROM crmdvrepo01.azurecr.io/registry.hub.docker.com/library/openjdk:21-jdk-slim
5+
6+
7+ COPY ./build/libs/api-cp-springboot-template.jar /opt/app/
68COPY lib/applicationinsights.json /opt/app/
79
810EXPOSE 4550
9- CMD [ "api-cp-springboot-template.jar" ]
11+ RUN chmod 755 /opt/app/api-cp-springboot-template.jar
12+ CMD [ "java" , "-jar" , "/opt/app/api-cp-springboot-template.jar" ]
Original file line number Diff line number Diff line change 1+ name : CPP Context Verify & Validation
2+
3+ # Need to update this for actual migration
4+ trigger :
5+ branches :
6+ include :
7+ - master
8+ - ' team/*'
9+ paths :
10+ include :
11+ - ' *'
12+
13+ pr :
14+ - ' *'
15+
16+ resources :
17+ repositories :
18+ - repository : cppAzureDevOpsTemplates
19+ type : github
20+ name : hmcts/cpp-azure-devops-templates
21+ endpoint : ' hmcts'
22+ ref : ' main'
23+
24+ pool :
25+ name : " MDV-ADO-AGENT-AKS-01"
26+ demands :
27+ - identifier -equals ubuntu-j21
28+
29+ stages :
30+ - template : pipelines/vp-build.yaml@cppAzureDevOpsTemplates
31+ parameters :
32+ repo : " $(Build.Repository.Name)"
33+
You can’t perform that action at this time.
0 commit comments