occlum/demos/cluster_serving/cluster_serving.yaml
2021-09-26 21:06:59 +08:00

24 lines
486 B
YAML

includes:
- base.yaml
- java-11-openjdk-amd64.yaml
targets:
# copy flink
- target: /bin
copy:
- from: ../flink-${FLINK_VERSION}
- target: /opt
copy:
- dirs:
- ../flink-${FLINK_VERSION}/conf
# copy hosts and localtime
- target: /etc
copy:
- files:
- ../hosts
- /etc/localtime
# copy libnss_files
- target: /opt/occlum/glibc/lib
copy:
- files:
- /opt/occlum/glibc/lib/libnss_files.so.2