Tag

Image Cleanup

0 views collected around this technical thread.

Ops Development Stories
Ops Development Stories
Oct 20, 2021 · Operations

Automate Harbor Image Tag Cleanup with a Go CLI Script

This article explains how to create a Go‑based command‑line tool that queries Harbor projects and repositories, lists image tags, and automatically deletes older tags while retaining a configurable number of recent ones, streamlining storage management and avoiding manual page‑by‑page deletions.

CLIGoHarbor
0 likes · 18 min read
Automate Harbor Image Tag Cleanup with a Go CLI Script
DevOps Cloud Academy
DevOps Cloud Academy
Mar 6, 2020 · Cloud Native

Container Image Management and Cleanup Strategy with Docker, Harbor, and Jenkins

This guide explains branch development strategies, naming conventions, Dockerfile creation, image building and publishing, as well as automated Harbor image cleanup using Jenkins pipelines, providing a comprehensive workflow for managing container images in a cloud‑native environment.

CI/CDCloud NativeContainer Images
0 likes · 7 min read
Container Image Management and Cleanup Strategy with Docker, Harbor, and Jenkins