Send a Slack message when Docker image registry is updated

I needed a way to send a notification to a Slack channel, whenever I push new versions of Docker images to the registry. This post, I explain how I created a function that uses a container registry webhook to call a serverless function that sends a messag… Read more

Similar

Run with Docker.. without knowing Docker

I started writing this post with the idea of creating a step-by-step guide to using Docker to run a sample application, and then show how to do the equivalent without knowing anything about Docker (you do the latter using Sandbox). But given that this pos... (more…)

Read more »