From d6b9b9a0395e21ee8ca561681e5d4386a1f93df1 Mon Sep 17 00:00:00 2001 From: Bob-Pratt <168686642+Bob-Pratt@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:34:11 -0700 Subject: [PATCH 1/2] Update aks-bare-metal-deploy-application.md There is no 1.24 in the repository Nginx goes to 1.22, this command created an error when I was testing it. Please see: https://mcr.microsoft.com/en-us/artifact/mar/cbl-mariner/base/nginx/tags --- AKS-Arc/aks-bare-metal-deploy-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AKS-Arc/aks-bare-metal-deploy-application.md b/AKS-Arc/aks-bare-metal-deploy-application.md index 581ae179cf..6251f782f0 100644 --- a/AKS-Arc/aks-bare-metal-deploy-application.md +++ b/AKS-Arc/aks-bare-metal-deploy-application.md @@ -26,7 +26,7 @@ Follow the steps below to deploy a nginx deployment on your AKS on bare metal cl ### Step 1: Create the deployment ```bash -kubectl create deployment nginx --image=mcr.microsoft.com/cbl-mariner/base/nginx:1.24 +kubectl create deployment nginx --image=mcr.microsoft.com/cbl-mariner/base/nginx:1.22 ``` ### Step 2: Verify the pod is running From be70d3709f6668db42fcd77f4e6730abd65df286 Mon Sep 17 00:00:00 2001 From: Bob-Pratt <168686642+Bob-Pratt@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:47:31 -0700 Subject: [PATCH 2/2] Update nginx image version from 1.24 to 1.22 see previous note on this, fixing the yaml file as well --- AKS-Arc/aks-bare-metal-deploy-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AKS-Arc/aks-bare-metal-deploy-application.md b/AKS-Arc/aks-bare-metal-deploy-application.md index 6251f782f0..b3fa1ffc8c 100644 --- a/AKS-Arc/aks-bare-metal-deploy-application.md +++ b/AKS-Arc/aks-bare-metal-deploy-application.md @@ -94,7 +94,7 @@ spec: spec: containers: - name: hello-app - image: mcr.microsoft.com/cbl-mariner/base/nginx:1.24 + image: mcr.microsoft.com/cbl-mariner/base/nginx:1.22 ports: - containerPort: 80 resources: