Docker Desktop just announced/released their new subscription model, and it hasn’t set well with many folks. The good news is there are ways around it, even on Windows. To get started, I’m running Windows 10 and have WSL2 installed running Ubuntu. Even more specifically: This likely works across multiple versions […]
Docker Containers and my Adventures in Versioning and Tagging – Part II
Part II of II See Part I here In my previous post, I went through how we set up versioning for our assemblies during local development, and also during our Azure DevOps pipelines. In this post, I want to share how we did “tagging” – both to the repository, and […]
Docker Containers and my Adventures in Versioning and Tagging
Part I of II….. For a while, I’ve been running a little blind on answering the question, “is that fix in production?”. I could roughly gauge that it was or wasn’t by digging into the build and deployment logs, and backtracking into commit SHAs. Gotta be honest, it was painful […]