Tag: docker

  • What do you need to know about Helm 2, Helm 3, and ACR?

    What do you need to know about Helm 2, Helm 3, and ACR?

    In the last few months, I started seeing more and more customers using Azure Container Registry (or ACR) for storing their Helm charts. However, many of them are confused about how to properly push and use the charts stored in ACR. So, in this post, I will document a few things that need the most…

  • Embed the Origin Dockerfiles into Your Docker Container Images Using Labels

    Embed the Origin Dockerfiles into Your Docker Container Images Using Labels

    With the recent Solorigate incident, a lot of emphasis is put on determining the origin of the software running in an enterprise. For Docker container images, this will mean to embed in the image the Dockerfile the image was built from. However, tracking down the software origin is not so trivial to do. For closed-source…