container-deployment

Automate Docker image creation and CI/CD deployment for the Qobuzarr Lidarr plugin.

2|Updated Aug 13, 2025
One-click install
npx skills add https://github.com/RicherTunes/Qobuzarr --skill container-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: container-deployment
Source: https://github.com/RicherTunes/Qobuzarr/tree/main/.claude/skills/container-deployment
Command: npx skills add https://github.com/RicherTunes/Qobuzarr --skill container-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of standardized container images and automated deployment pipelines for the Qobuzarr plugin, which currently relies on manual ZIP extraction.

Core Features & Use Cases

  • Containerization: Provides Dockerfile templates for building Lidarr-compatible Qobuzarr images.
  • CI/CD Integration: Offers workflow configurations for automated builds and publishing to GitHub Container Registry.
  • Orchestration: Includes guidance for multi-arch support and Kubernetes deployment via Helm charts.
  • Use Case: Use this Skill to transition from manual plugin installation to a fully automated, containerized deployment pipeline that supports both amd64 and arm64 architectures.

Quick Start

Use the container-deployment skill to generate a Dockerfile and CI workflow for the current Qobuzarr repository.

Frequently Asked Questions about container-deployment

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

FAQPage Schema
How do I automate Docker image creation for a Lidarr plugin?

You can automate Docker image creation for a Lidarr plugin by generating Dockerfile templates tailored for Qobuzarr, transitioning away from manual ZIP extraction to a standardized containerized build process.

Can I use GitHub Actions to publish Qobuzarr containers to GitHub Container Registry?

Yes, GitHub Actions can be used to publish Qobuzarr containers by integrating CI/CD workflow configurations that automate the build and publishing processes directly to the GitHub Container Registry.

How do I deploy a containerized Lidarr plugin to Kubernetes?

Deploy a containerized Lidarr plugin to Kubernetes by utilizing Helm charts for orchestration, which provide the necessary manifests to ensure scalable and consistent distribution across diverse environments.

Do I need Helm and Docker to set up a CI/CD pipeline for Qobuzarr?

Yes, you need Docker, GitHub Actions, and Helm to set up a CI/CD pipeline for Qobuzarr, as these tools facilitate image creation, continuous integration, and Kubernetes orchestration respectively.

Does this containerization approach support multi-arch builds for amd64 and arm64?

Yes, this containerization approach supports multi-arch builds, specifically providing guidance to ensure the Qobuzarr plugin deploys successfully across both amd64 and arm64 architectures.

Why transition from manual ZIP extraction to a containerized deployment pipeline?

Transitioning from manual ZIP extraction to a containerized deployment pipeline solves the lack of standardized container images, ensuring consistent, scalable, and automated plugin distribution.