4 Commits

Author SHA1 Message Date
Guilhem Bonnefille
c4beea2d0a Leverage Docker Layer System (#1191)
Dockerfile best practices recommend to move the installation of external dependencies before specific code.
This will improve local development experience by improving Docker cache management
and it will improve final Docker images compaction by sharing the first layers.
2023-10-02 14:48:25 +08:00
Shuanglei Tao
f8efcddb0b server: replace --readonly with --writable 2023-05-09 18:43:26 +08:00
Shuanglei Tao
148d92f759 workflow: build docker image for armv7 and s390x 2021-01-28 22:48:08 +08:00
Shuanglei Tao
e5fb0598db workflow: add docker build and push job 2021-01-28 00:18:40 +08:00