build docker image for chrislusf/seaweedfs:rocksdb

This commit is contained in:
Chris Lu
2021-09-30 21:10:23 -07:00
parent 3b159db143
commit 7b776be285
3 changed files with 67 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ build: binary
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.local .
rm ./weed
build_gorocksdb:
docker build --no-cache -t chrislusf/gorocksdb -f Dockerfile.go_rocksdb .
build_rocksdb:
docker build --no-cache -t chrislusf/seaweedfs:rocksdb -f Dockerfile.rocksdb_large .
s3tests_build:
docker build --no-cache -t chrislusf/ceph-s3-tests:local -f Dockerfile.s3tests .