Mastering the Docker Image Versions Maze
Navigating Deployment Challenges of Large Number of Microservices to Docker Swarm Using Azure DevOps Pipeline.
Published on 29/08/2023 by igor.kolomiyets in Technical Tips
Docker Swarm is arguably the simplest, yet still highly effective, orchestration solution for containerized applications.
Migrating application to Spring Boot 3
First Hand Experience migrating simple web service to newer version of the Spring Boot Framework
Published on 11/12/2022 by igor.kolomiyets in Technical Tips
Last week marked the release of the new major version of the Spring Boot.
Migrating application to a new version of the framework is never a straightforward process. So, check out my experience of going through this exercise.
Buildkit: local build, caching and image scanning
Exploring advanced Buildkit use cases
Published on 06/11/2022 by igor.kolomiyets in Technical Tips
Let's take a look into three more advanced use cases for Buildkit in Jenkins pipeline.
How we can improve performance of the Buildkit build?
How can Buildkit help you to run unit tests and extract their results while building Docker image?
How can we scan the Docker Image from pipeline without pushing it to the registry?