Use Cases
- Automate the deletion of outdated Docker image tags.
- Schedule regular maintenance of Docker image repositories.
- Send notifications for successful and failed tag removals.
How It Works
Triggers on a defined schedule to initiate the workflow. Fetches a list of images from the Docker registry. Extracts image names and retrieves associated tags. Identifies tags to be removed based on creation date. Sends notifications for removed tags and any failures. Executes garbage collection to free up space.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the Docker registry URL in the HTTP request nodes.
- 3Set up email credentials for notification emails.
- 4Adjust the schedule trigger according to your maintenance needs.
- 5Test the workflow to ensure it functions as expected.
Apps Used
Docker Registry
SSH
Categories
Target Roles
Tags
#process automation
#notifications
#workflow management