Skip to content

Commit

Permalink
Replaced deprecated bitnami/bitnami-shell image with bitnami/os-shell. (
Browse files Browse the repository at this point in the history
#70)

* Replaced deprecated bitnami/bitnami-shell image with bitnami/os-shell.

* Removed deprecated tag.
  • Loading branch information
kamaleybov authored Feb 12, 2024
1 parent 047b109 commit a985286
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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 @@ -1905,7 +1905,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

0 comments on commit a985286

Please sign in to comment.