File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ docker-buildx-push-thinruntime-controller:
418418
419419.PHONY : docker-buildx-push-cacheruntime-controller
420420docker-buildx-push-cacheruntime-controller :
421- docker buildx build --push --build-arg HELM_VERSION= ${HELM_VERSION } --platform ${DOCKER_PLATFORM} ${DOCKER_NO_CACHE_OPTION} . -f ${CACHERUNTIME_DOCKERFILE} -t ${CACHERUNTIME_CONTROLLER_IMG} :${GIT_VERSION}
421+ docker buildx build --push ${DOCKER_BUILD_ARGS } --platform ${DOCKER_PLATFORM} ${DOCKER_NO_CACHE_OPTION} . -f ${CACHERUNTIME_DOCKERFILE} -t ${CACHERUNTIME_CONTROLLER_IMG} :${GIT_VERSION}
422422
423423
424424.PHONY : docker-buildx-push-efcruntime-controller
Original file line number Diff line number Diff line change 1616
1717package engine
1818
19- import (
20- "fmt"
21- )
22-
23- func (e * CacheEngine ) getPersistentVolumeName () string {
24- return fmt .Sprintf ("%s-%s" , e .namespace , e .name )
25- }
2619func (e * CacheEngine ) CreateVolume () (err error ) {
2720 if err = e .createFusePersistentVolume (); err != nil {
2821 return err
You can’t perform that action at this time.
0 commit comments