occlum/demos/fish/fish.yaml
Zheng, Qi cbb326e3fd Update fish demo with copy_bom tool
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-09-26 15:36:09 +08:00

25 lines
488 B
YAML

includes:
- base.yaml
# fish
targets:
- target: /usr/bin
# copy bins
copy:
- files:
- ../fish-shell/build/fish
- ../busybox/busybox
- target: /bin
# copy script
copy:
- files:
- ../fish_script.sh
- ../test_per_process_config.sh
# busybox links
createlinks:
- src: /usr/bin/busybox
linkname: cat
- src: /usr/bin/busybox
linkname: echo
- src: /usr/bin/busybox
linkname: awk