Commit Graph

13 Commits

Author SHA1 Message Date
slasher
d4288318de feat(ci): add docker for go 1.18
@formatter:off

close: #3782

Signed-off-by: slasher <shenjie1@oppo.com>
2025-07-08 11:30:16 +08:00
slasher
fc431f6360 chore(ci): remove ltp in docker if no ltptest
Signed-off-by: slasher <shenjie1@oppo.com>
2023-12-28 17:13:05 +08:00
baijiaruo
56e418f726 feat(docker): clear code scanning alert
Signed-off-by: baijiaruo <baijiaruo@126.com>
2023-08-03 15:30:55 +08:00
slasher
06a7c75e58 build(docker): copy go bin to docker
Signed-off-by: slasher <shenjie1@oppo.com>
2023-06-29 17:28:03 +08:00
slasher
a96c5cc076 build(docker): install go tools for code format checking
Signed-off-by: slasher <shenjie1@oppo.com>
2023-06-29 11:56:08 +08:00
yuxiaobo
53b933f1b8 build: put rocksdb libs into the docker image
Signed-off-by: yuxiaobo <yuxiaobo@oppo.com>
2023-05-29 17:08:46 +08:00
yuxiaobo
ac75137295 build: the build script of blobstore is merged into cubefs
1. rocksdb upgrade to 6.3.6
2. optimize the build scripts
3. fix build errors
4. add env variable for blobstore unit test
5. update git ignore file to ignore build and test result
6. modify open files limit for unit test

Signed-off-by: yuxiaobo <yuxiaobo@oppo.com>
Signed-off-by: slasher <shenjie1@oppo.com>
Signed-off-by: Victor1319 <834863182@qq.com>
2023-05-23 15:24:53 +08:00
Shuoran Liu
c01debc1cd ci: use go 1.16.12 instead of go 1.15
As of Go 1.16, os.ReadDir is a more efficient and correct choice than
ioutil.ReadDir, so we are making the updates.

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2022-01-21 12:04:56 +08:00
Shuoran Liu
871dc6ac74 fix: install killall command in the docker image
Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2021-07-28 19:49:16 +08:00
Mofei Zhang
2be7e311c5 Enhancement: update dockerfile
This commit contains the following changes:
1. Updated the version of the ltp program and use case on the basis to
   20210121.
2. On top of the foundation, the dependencies required for the s3
   compatibility test are added, so that the efficiency of each CI
   execution test can be improved.

Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
2021-05-10 16:27:40 +08:00
Shuoran Liu
8b00c19a66 change: docker pull to docker build
This commit changes the ci process from docker pull to docker build
since docker hub limits the image pulling rate. Also change the base
image from golang:1.12 to golang:1.15

Signed-off-by: Shuoran Liu <shuoranliu@gmail.com>
2021-01-07 20:59:14 +08:00
xuxihao
10c957b810 Fix: the maxInodeID of a metapartition is not sync to others when recovered from snapshot; docker build failing when running build_docker.sh; spelling mistakes in cli
Refactor: upgrade base image from `cfs-base:1.0` to `cfs-base:1.1` in dockerfile

Signed-off-by: xuxihao <xuxihao3@jd.com>
2020-05-20 18:20:03 +08:00
zhuzhengyi1
7b240f21ba add cfs-base dockerfile
Signed-off-by: zhuzhengyi1 <zhuzhengyi@jd.com>
2019-06-18 20:55:18 +08:00