File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ build-linux:
156156	  -e CGO_ENABLED=" 0" \ 
157157	  -e GO111MODULE=on                                                                \ 
158158	  -e GOFLAGS="  -mod=vendor" \ 
159- 	  $(BASE_REGISTRY ) /golang:1.12.12-stretch                                           \ 
159+ 	  $(BASE_REGISTRY ) /golang:1.12-security                                           \ 
160160	    /bin/bash -c ' for target in $(TARGETS); do                                     \
161161	      go build -i -v -o $(OUTPUT_DIR ) /$$ {target} -p $(CPUS )                         \ 
162162	        -ldflags " -s -w -X $( ROOT) $( VERSION) \ 
Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  cargo.caicloud.xyz/library/golang:1.12.12-stretch  as build-env
2+ FROM  cargo.caicloud.xyz/library/golang:1.12-security  as build-env
33
44#  Copy in the go src
55ADD  . /go/src/github.com/kubeflow/katib
Original file line number Diff line number Diff line change 11#  Build the manager binary
2- FROM  cargo.caicloud.xyz/library/golang:1.12.12-stretch  as build-env
2+ FROM  cargo.caicloud.xyz/library/golang:1.12-security  as build-env
33
44#  Copy in the go src
55ADD  . /go/src/github.com/kubeflow/katib
Original file line number Diff line number Diff line change 1- FROM  cargo.caicloud.xyz/library/golang:1.12.12-stretch  as build-env
1+ FROM  cargo.caicloud.xyz/library/golang:1.12-security  as build-env
22#  The GOPATH in the image is /go.
33ADD  . /go/src/github.com/kubeflow/katib
44WORKDIR  /go/src/github.com/kubeflow/katib/cmd/db-manager
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments