File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
BIN_DIR =_output/bin
2
2
BIN_OSARCH =linux/amd64
3
- IMAGE =volcanosh/volcano
3
+ IMAGE_PREFIX =volcanosh/vk
4
4
TAG = latest
5
5
6
6
.EXPORT_ALL_VARIABLES :
@@ -23,7 +23,7 @@ image_bins:
23
23
images : image_bins
24
24
for name in controllers scheduler admission; do\
25
25
cp ${BIN_DIR} /${BIN_OSARCH} /vk-$$ name ./installer/dockerfile/$$ name/; \
26
- docker build --no-cache -t $(IMAGE ) -$$ name:$(TAG ) ./installer/dockerfile/$$ name; \
26
+ docker build --no-cache -t $(IMAGE_PREFIX ) -$$ name:$(TAG ) ./installer/dockerfile/$$ name; \
27
27
rm installer/dockerfile/$$ name/vk-$$ name; \
28
28
done
29
29
Original file line number Diff line number Diff line change 1
1
basic :
2
2
image_tag_version : " latest"
3
- controller_image_name : " volcanosh/volcano -controllers"
4
- scheduler_image_name : " volcanosh/volcano -scheduler"
5
- admission_image_name : " volcanosh/volcano -admission"
3
+ controller_image_name : " volcanosh/vk -controllers"
4
+ scheduler_image_name : " volcanosh/vk -scheduler"
5
+ admission_image_name : " volcanosh/vk -admission"
6
6
admission_secret_name : " volcano-admission-secret"
7
7
image_pull_secret : " "
You can’t perform that action at this time.
0 commit comments