File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,18 +25,18 @@ jobs:
2525 command : |
2626 FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
2727 FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
28- docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
28+ docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.dataset -t dataset-controller:${CIRCLE_BUILD_NUM}
2929 - run :
3030 name : build docker images(alluxioruntime-controller)
3131 command : |
3232 FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
3333 FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
34- docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
34+ docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) --build-arg FLUID_VERSION=$FLUID_VERSION . -f docker/Dockerfile.alluxioruntime -t alluxioruntime-controller:${CIRCLE_BUILD_NUM}
3535 - run :
3636 name : build docker images(fluid-csi)
3737 command : |
3838 FLUID_VERSION=$(sed -n -e 's/^VERSION := //p' Makefile)
3939 FLUID_VERSION=$FLUID_VERSION-$(git rev-parse --short HEAD || echo "HEAD")
40- docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=v3.19.5 . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
40+ docker build --build-arg TARGETARCH=amd64 --build-arg HELM_VERSION=$(sed -n -e 's/^HELM_VERSION ?= //p' Makefile) . -f docker/Dockerfile.csi -t fluid-csi:${CIRCLE_BUILD_NUM}
4141
4242# maybe later we need to upload output to helm repository
You can’t perform that action at this time.
0 commit comments