Skip to content

Commit 53aeea6

Browse files
committed
moved busyboc to ecr repository
1 parent e168e8c commit 53aeea6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2-
SIMPLY_BLOCK_VERSION=13.0.17
2+
SIMPLY_BLOCK_VERSION=13.0.18
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=public.ecr.aws/simply-block/simplyblock:main
55
DOCKER_USER=hamdysimplyblock

simplyblock_web/templates/caching_deploy_spdk.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
value: simplyblock-cache
4545
initContainers:
4646
- name: copy-script
47-
image: busybox
47+
image: public.ecr.aws/simply-block/busybox
4848
command: ["sh", "-c", "cp /config/restart_script.py /script/restart_script.py"]
4949
volumeMounts:
5050
- name: script-volume

simplyblock_web/templates/storage_deploy_spdk.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161

6262
initContainers:
6363
- name: copy-script
64-
image: busybox
64+
image: public.ecr.aws/simply-block/busybox
6565
command: ["sh", "-c", "echo \"{{ FDB_CONNECTION }}\" > /etc/foundationdb/fdb.cluster"]
6666
volumeMounts:
6767
- name: foundationdb

0 commit comments

Comments
 (0)