-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrading app insights to v3 and upgrading to java 17. * Update app insights terraform. * Updating Dockerfile * Deleting test duplicated in UpdateCMOHearingTest shouldThrowExceptionWhenNoHearingFoundForTheCMOId * Bumping chart version/ fixing aliases * Correcting resource group names for app insights and key vault * Correcting app insights name. * Disable functional tests in preview to test rest of pipeline. * Move connection string app insights secret creation to main.tf. * Reinstate functional tests. * Disable ithc sync with prod * Undoing change to remove syncing with ithc branch. --------- Co-authored-by: hmcts-jenkins-d-to-i <62423932+hmcts-jenkins-d-to-i[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4fe3d11
commit 61b5117
Showing
9 changed files
with
20 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
ARG APP_INSIGHTS_AGENT_VERSION=2.6.1 | ||
ARG APP_INSIGHTS_AGENT_VERSION=3.4.12 | ||
|
||
FROM hmctspublic.azurecr.io/base/java:11-distroless | ||
FROM hmctspublic.azurecr.io/base/java:17-distroless | ||
|
||
EXPOSE 4000 | ||
|
||
COPY lib/AI-Agent.xml /opt/app/ | ||
COPY build/libs/service.jar /opt/app/ | ||
|
||
CMD ["service.jar"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"connectionString": "${file:/mnt/secrets/fpl/app-insights-connection-string}", | ||
"role": { | ||
"name": "fpl-ccd-configuration" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters