Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced deprecated bitnami/bitnami-shell image with bitnami/os-shell #4882

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/sandbox-bundled/images/manifest.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Loading