lakefs的构建实际上是比较简单的,直接使用make build 就可以,但是lakefs 的构建模式是值得学习的

构建命令

  • 本地
make build
  • 容器镜像
 make build-docker

简单说明

lakefs 使用了代码生成,静态资源嵌入,vite ,make 脚本写的并不是很难
代码生成也使用了容器镜像,Makefile 是一个很值得学习的

参考资料

https://vitejs.dev/
https://github.com/vitejs/vite
https://github.com/treeverse/lakeFS

相关文章:

  • 2021-09-14
  • 2021-12-14
  • 2022-12-23
  • 2021-12-23
  • 2022-01-15
  • 2021-09-19
猜你喜欢
  • 2021-12-06
  • 2020-10-16
  • 2021-05-20
  • 2021-12-27
  • 2021-04-29
  • 2021-10-21
  • 2021-09-17
相关资源
相似解决方案