Block a user
Dependency management in development context
Added a "replace" directive in the go.mod file to point on local oc-lib implementation. replace directive is wiped out from go.mod with sed command in Dockerfile to rely on "require" non-local…
Dependency management in development context
Dockerfile cache usage
Pushed a Dockerfile, should be used as template for other microservices to leverage docker build cache mechanism
Dependency management in development context