From 288888d12a86cefe16eb687f41aa11721fd1aaa6 Mon Sep 17 00:00:00 2001 From: Kamal <54046807+kamaleybov@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:40:23 -0800 Subject: [PATCH] Replaced deprecated bitnami/bitnami-shell image with bitnami/os-shell. (#4882) Signed-off-by: Kamal Eybov <54046807+kamaleybov@users.noreply.github.com> --- docker/sandbox-bundled/images/manifest.txt | 2 +- docker/sandbox-bundled/manifests/complete-agent.yaml | 4 ++-- docker/sandbox-bundled/manifests/complete.yaml | 4 ++-- docker/sandbox-bundled/manifests/dev.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docker/sandbox-bundled/images/manifest.txt b/docker/sandbox-bundled/images/manifest.txt index 04fb34627c..df712fa6a0 100644 --- a/docker/sandbox-bundled/images/manifest.txt +++ b/docker/sandbox-bundled/images/manifest.txt @@ -1,4 +1,4 @@ -docker.io/bitnami/bitnami-shell:sandbox=bitnami/bitnami-shell:11-debian-11-r76 +docker.io/bitnami/os-shell:sandbox=bitnami/os-shell:11-debian-11 docker.io/bitnami/minio:sandbox=bitnami/minio:2023.1.25-debian-11-r0 docker.io/bitnami/postgresql:sandbox=bitnami/postgresql:15.1.0-debian-11-r20 docker.io/envoyproxy/envoy:sandbox=envoyproxy/envoy:v1.23-latest diff --git a/docker/sandbox-bundled/manifests/complete-agent.yaml b/docker/sandbox-bundled/manifests/complete-agent.yaml index 6d58d58baa..01315bd6b8 100644 --- a/docker/sandbox-bundled/manifests/complete-agent.yaml +++ b/docker/sandbox-bundled/manifests/complete-agent.yaml @@ -1653,7 +1653,7 @@ spec: - -ec - | chown -R 1001:1001 /data - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: volume-permissions resources: @@ -1909,7 +1909,7 @@ spec: chmod 700 /bitnami/postgresql/data find /bitnami/postgresql -mindepth 1 -maxdepth 1 -not -name "conf" -not -name ".snapshot" -not -name "lost+found" | \ xargs -r chown -R 1001:1001 - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: init-chmod-data resources: diff --git a/docker/sandbox-bundled/manifests/complete.yaml b/docker/sandbox-bundled/manifests/complete.yaml index cb300b8267..ea6ec794ad 100644 --- a/docker/sandbox-bundled/manifests/complete.yaml +++ b/docker/sandbox-bundled/manifests/complete.yaml @@ -1601,7 +1601,7 @@ spec: - -ec - | chown -R 1001:1001 /data - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: volume-permissions resources: @@ -1794,7 +1794,7 @@ spec: chmod 700 /bitnami/postgresql/data find /bitnami/postgresql -mindepth 1 -maxdepth 1 -not -name "conf" -not -name ".snapshot" -not -name "lost+found" | \ xargs -r chown -R 1001:1001 - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: init-chmod-data resources: diff --git a/docker/sandbox-bundled/manifests/dev.yaml b/docker/sandbox-bundled/manifests/dev.yaml index b6c00596e8..4ae74c4fcd 100644 --- a/docker/sandbox-bundled/manifests/dev.yaml +++ b/docker/sandbox-bundled/manifests/dev.yaml @@ -1175,7 +1175,7 @@ spec: - -ec - | chown -R 1001:1001 /data - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: volume-permissions resources: @@ -1368,7 +1368,7 @@ spec: chmod 700 /bitnami/postgresql/data find /bitnami/postgresql -mindepth 1 -maxdepth 1 -not -name "conf" -not -name ".snapshot" -not -name "lost+found" | \ xargs -r chown -R 1001:1001 - image: docker.io/bitnami/bitnami-shell:sandbox + image: docker.io/bitnami/os-shell:sandbox imagePullPolicy: Never name: init-chmod-data resources: