image-management

Manage Docker image lifecycles including building, tagging, pushing, and pulling.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ryukyagamilight/terminal-skills --skill image-management-ryukyagamilight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-management
Source: https://github.com/ryukyagamilight/terminal-skills/tree/main/docker/image-management
Command: npx skills add https://github.com/ryukyagamilight/terminal-skills --skill image-management-ryukyagamilight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the complex and often repetitive tasks involved in managing Docker images, from building and tagging to pushing and optimizing.

Core Features & Use Cases

  • Image Lifecycle Management: Covers viewing, pulling, pushing, tagging, and removing Docker images.
  • Efficient Image Building: Provides guidance on Dockerfile best practices, multi-stage builds, and build caching.
  • Optimization & Security: Offers strategies for reducing image size and enhancing security.
  • Use Case: Streamline your CI/CD pipeline by using this Skill to build, tag, and push new Docker images for your applications.

Quick Start

Use the image-management skill to build a Docker image from the current directory's Dockerfile and tag it as 'my-app:latest'.

Frequently Asked Questions about image-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and optimize a Docker image using a Dockerfile?

To build and optimize a Docker image, you can apply Dockerfile best practices, utilize multi-stage builds, and leverage build caching to reduce image size and enhance security.

What is the best way to manage Docker image lifecycles including pushing and pulling?

Managing Docker image lifecycles involves viewing, pulling, pushing, tagging, and removing images, with support for private registry operations to streamline containerized application workflows.

Can I use this skill to handle private registry operations for my containers?

Yes, this skill supports private registry operations, allowing you to push, pull, and tag Docker images securely within your containerized application development and deployment workflows.

How do I streamline a CI/CD pipeline to build and tag new Docker images?

You can streamline a CI/CD pipeline by using this skill to build a Docker image from a Dockerfile, tag it, and push it to a registry for application deployment.

When should I use multi-stage builds for Docker image management?

Multi-stage builds should be used when you need to reduce the final Docker image size and enhance security by separating the build environment from the runtime environment.