IBM / cluster-api-provider-ibmvpccloud

Apache License 2.0
3 stars 2 forks source link

Copy the cloud directory #5

Closed mkumatag closed 3 years ago

mkumatag commented 3 years ago

Fixes: #4

With the change, able to build the docker image:

Step 14/16 : COPY --from=builder /workspace/manager .
Copy the cloud directory
 ---> Using cache
 ---> a902e337c53d
Step 15/16 : USER nonroot:nonroot
 ---> Using cache
 ---> 4c66e5103261
Step 16/16 : ENTRYPOINT ["/manager"]
 ---> Using cache
 ---> d85275419556
Successfully built d85275419556
Successfully tagged controller:latest
wentao-zh commented 3 years ago

@mkumatag Thanks for your fix.