{"id":33333901,"url":"https://github.com/hatlabs/cockpit-dockermanager-debian","last_synced_at":"2026-02-12T19:06:20.018Z","repository":{"id":322460223,"uuid":"1089578741","full_name":"hatlabs/cockpit-dockermanager-debian","owner":"hatlabs","description":"Debian packaging for Cockpit Docker Manager plugin","archived":false,"fork":false,"pushed_at":"2026-02-05T09:12:53.000Z","size":53,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-05T21:19:06.170Z","etag":null,"topics":["apt-package","cockpit-project","debian-package","halos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hatlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T14:32:07.000Z","updated_at":"2026-01-02T21:37:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hatlabs/cockpit-dockermanager-debian","commit_stats":null,"previous_names":["hatlabs/cockpit-dockermanager-debian"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/hatlabs/cockpit-dockermanager-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatlabs%2Fcockpit-dockermanager-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatlabs%2Fcockpit-dockermanager-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatlabs%2Fcockpit-dockermanager-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatlabs%2Fcockpit-dockermanager-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatlabs","download_url":"https://codeload.github.com/hatlabs/cockpit-dockermanager-debian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatlabs%2Fcockpit-dockermanager-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29377963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt-package","cockpit-project","debian-package","halos"],"created_at":"2025-11-21T00:06:13.837Z","updated_at":"2026-02-12T19:06:20.002Z","avatar_url":"https://github.com/hatlabs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cockpit Docker Manager - Debian Packaging\n\nThis repository contains Debian packaging files for [cockpit-dockermanager](https://github.com/chrisjbawden/cockpit-dockermanager).\n\n## Overview\n\nCockpit Docker Manager is a lightweight Cockpit plugin for managing Docker containers through a web interface.\n\n## Building the Package\n\n### Quick Start\n\nUsing the provided `run` script (recommended):\n\n```bash\n# Clone the packaging repository\ngit clone https://github.com/hatlabs/cockpit-dockermanager-debian.git\ncd cockpit-dockermanager-debian\n\n# Clone upstream source\n./run setup:clone\n\n# Build package in Docker (no local dependencies needed)\n./run package:deb:docker\n```\n\nThe package will be created as `cockpit-dockermanager_*.deb` in the current directory.\n\n### Available Commands\n\nRun `./run help` to see all available commands:\n\n#### Setup Commands\n- `./run setup:clone` - Clone upstream cockpit-dockermanager repository\n- `./run setup:pull` - Update upstream repository\n- `./run setup:checkout \u003cversion\u003e` - Checkout specific upstream version\n\n#### Build Commands\n- `./run package:deb:docker` - Build using Docker (recommended, works on any platform)\n- `./run package:deb` - Build locally (requires Debian/Ubuntu with build tools)\n- `./run package:docker:build` - Build/rebuild the Docker tools image\n\n#### Core Commands\n- `./run release:version` - Show current package version\n- `./run help` - Show all available commands\n\n### Building with a Specific Version\n\nTo build a specific upstream version:\n\n```bash\n./run setup:checkout v1.0.7  # or any other tag (with 'v' prefix)\necho \"1.0.7\" \u003e VERSION        # Update package version (without 'v' prefix)\n./run package:deb:docker\n```\n\n### Manual Build (without Docker)\n\nIf you prefer to build manually on Debian/Ubuntu:\n\n```bash\n# Install build dependencies\nsudo apt-get install debhelper devscripts git\n\n# Clone upstream source\ngit clone https://github.com/chrisjbawden/cockpit-dockermanager.git\n\n# Build\ndpkg-buildpackage -us -uc -b\n```\n\n## Installation\n\n```bash\nsudo dpkg -i cockpit-dockermanager_*.deb\nsudo apt-get install -f  # Install any missing dependencies\n```\n\nAfter installation, access Cockpit at `https://your-host:9090` and find \"Docker Manager\" in the sidebar.\n\n## Package Structure\n\n- `debian/control` - Package metadata, dependencies, and debhelper compatibility level\n- `debian/rules` - Build instructions\n- `debian/changelog` - Version history\n- `debian/copyright` - License information (machine-readable format)\n- `debian/install` - File installation mappings\n- `debian/source/format` - Source package format (3.0 quilt)\n- `docker/` - Docker build environment for cross-platform builds\n- `run` - Build automation script\n- `VERSION` - Package version tracking\n\n## Dependencies\n\n- `cockpit` (\u003e= 200)\n- `docker.io` or `docker-ce` (recommended)\n\n## License\n\nThe packaging files are licensed under MIT License. See [LICENSE](LICENSE) file or `debian/copyright` for full details.\n\nThe upstream software is copyright © 2025 Chris Bawden and is also MIT licensed.\n\n## Maintainer\n\nMatti Airas \u003cmatti.airas@hatlabs.fi\u003e\nHat Labs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatlabs%2Fcockpit-dockermanager-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatlabs%2Fcockpit-dockermanager-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatlabs%2Fcockpit-dockermanager-debian/lists"}