From 1356eee73274db8018deff1cc4058a7594d2d9a8 Mon Sep 17 00:00:00 2001 From: Enda Kelly <80516065+endakelly@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:25:00 +0100 Subject: [PATCH 1/2] update acr name --- Dockerfile | 2 +- charts/rpe-spring-boot-template/Chart.yaml | 2 +- charts/rpe-spring-boot-template/values.yaml | 2 +- docker-compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8dd06b9c..6d5fd0e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java ARG APP_INSIGHTS_AGENT_VERSION=3.7.6 -FROM hmctspublic.azurecr.io/base/java:21-distroless +FROM hmctsprod.azurecr.io/base/java:21-distroless COPY lib/applicationinsights.json /opt/app/ COPY build/libs/spring-boot-template.jar /opt/app/ diff --git a/charts/rpe-spring-boot-template/Chart.yaml b/charts/rpe-spring-boot-template/Chart.yaml index fcb1c352..c1dd96b4 100644 --- a/charts/rpe-spring-boot-template/Chart.yaml +++ b/charts/rpe-spring-boot-template/Chart.yaml @@ -9,4 +9,4 @@ maintainers: dependencies: - name: java version: 5.3.0 - repository: 'oci://hmctspublic.azurecr.io/helm' + repository: 'oci://hmctsprod.azurecr.io/helm' diff --git a/charts/rpe-spring-boot-template/values.yaml b/charts/rpe-spring-boot-template/values.yaml index e9c1821b..7a2c0fcd 100644 --- a/charts/rpe-spring-boot-template/values.yaml +++ b/charts/rpe-spring-boot-template/values.yaml @@ -1,6 +1,6 @@ java: applicationPort: 4550 - image: 'hmctspublic.azurecr.io/rpe/spring-boot-template:latest' + image: 'hmctsprod.azurecr.io/rpe/spring-boot-template:latest' ingressHost: rpe-spring-boot-template-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal aadIdentityName: rpe # Uncomment once the vault containing the app insights key has been set up diff --git a/docker-compose.yml b/docker-compose.yml index 49752c37..bc5c2021 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: - http_proxy - https_proxy - no_proxy - image: hmctspublic.azurecr.io/spring-boot/template + image: hmctsprod.azurecr.io/spring-boot/template environment: # these environment variables are used by java-logging library - ROOT_APPENDER From 0a0dffc193f3a5d3406a121b887a7a241a5cfbc6 Mon Sep 17 00:00:00 2001 From: Enda Kelly <80516065+endakelly@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:38:39 +0100 Subject: [PATCH 2/2] revert in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d5fd0e8..8dd06b9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java ARG APP_INSIGHTS_AGENT_VERSION=3.7.6 -FROM hmctsprod.azurecr.io/base/java:21-distroless +FROM hmctspublic.azurecr.io/base/java:21-distroless COPY lib/applicationinsights.json /opt/app/ COPY build/libs/spring-boot-template.jar /opt/app/