Devops tips: using the minikube registry addon for a faster container image lifecycle

You may have encountered situations where you have to push and pull container images frequently when developing locally using minikube. We did too in imager200. Imagine that your container images are a few hundreds of megabytes, and your internet connection is not that fast, how would your dev lifecycle be like if you are pushing your image to a remote registry like Github or AWS ?

New OpenAPI documentation and documentation in Swagger format

We are thrilled to announce that imager200 API docs now follow the OpenAPI standard. Open API is a generic way and implementation agnostic way of describing APIs that makes them easy to discover and consume not only by humans but also by computer services