Use Cases
- Automate the cleanup of outdated Docker image tags
- Receive notifications about Docker image management activities
- Optimize storage by removing untagged or old Docker images
How It Works
Scheduled trigger initiates the workflow at specified intervals Lists all images in the Docker registry Extracts image names and retrieves their associated tags Identifies tags to keep and removes old or unnecessary tags Sends notifications about removed tags or any failures during execution
Setup Steps
- 1Import the workflow template into your n8n instance
- 2Configure the Docker registry URL in the HTTP request nodes
- 3Set up email notifications with appropriate recipient addresses
- 4Adjust the schedule trigger settings as needed
- 5Activate the workflow to start managing Docker image tags
Apps Used
Docker Registry
Categories
Target Roles
Industries
Tags
#process automation
#notifications
#workflow management