Docker

Automatically Update the Hidden Dependencies in Your DevContainer

Renovate is able to update the DevContainer feature versions, but it is not able to update the hidden dependencies in the .devcontainer/devcontainer.json file, like for example the node and npm versions in this example:

Read More

Automatically Update the Hidden Dependencies in Your Dockerfiles

You have probably already heard about Renovate - the fantastic tool that helps you to keep your dependencies up to date. But today, we want to look at an edge case: how to keep your dependencies in your dependencies up to date (also called hidden dependencies)?

Read More

Spring Boot on Kubernetes

Enable Kubernetes in Docker Desktop We will use Docker Desktop to provide us a Test Kubernetes Environment.

Read More

Building Spring Boot Docker Image

Pre-Requirements Developer Environment ready with Docker, JDK, IDE A Java Spring Boot Project with a h2 in-memory DB Docker Hub account Create Docker File Create a Dockerfile with the following content:

Read More