{"id":16652090,"url":"https://github.com/jdcasey/kojak-docker","last_synced_at":"2025-04-09T17:44:58.903Z","repository":{"id":21652042,"uuid":"24972811","full_name":"jdcasey/kojak-docker","owner":"jdcasey","description":"Docker-based adaptation of Kojak (https://github.com/sbadakhc/kojak)","archived":false,"fork":false,"pushed_at":"2016-08-29T14:30:50.000Z","size":24,"stargazers_count":6,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T23:46:54.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jdcasey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-09T03:52:32.000Z","updated_at":"2017-03-15T01:53:27.000Z","dependencies_parsed_at":"2022-08-19T03:21:23.354Z","dependency_job_id":null,"html_url":"https://github.com/jdcasey/kojak-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2Fkojak-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2Fkojak-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2Fkojak-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdcasey%2Fkojak-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdcasey","download_url":"https://codeload.github.com/jdcasey/kojak-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248080607,"owners_count":21044533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-12T09:27:34.044Z","updated_at":"2025-04-09T17:44:58.865Z","avatar_url":"https://github.com/jdcasey.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Dockerized version of [Kojak](https://github.com/sbadakhc/kojak).\n\n## Features Specific to the Dockerized Version\n\n* Avahi is used to publish 'koji.local' from the koji server, to make it easier to use without modifying your `/etc/hosts`. (Or, so goes the theory.)\n\n## Development Setup\n\nAssuming the containers haven't been pushed to your Docker register (or the hub) yet, OR you've made local changes you want to try out.\n\n### Step 1: Build `kojak-common`\n\n    $ cd \u003cgit-root\u003e/kojak-common\n    $ docker build --tag kojak/kojak-common .\n\n### Step 2: Build `kojak-koji-db` (PostgreSQL DB)\n\n    $ cd \u003cgit-repo\u003e/kojak-koji-db\n    $ docker build --tag kojak/kojak-koji-db .\n\n### Step 3: Build `kojak-koji-server` (Monolithic Koji Install)\n\n    $ cd \u003cgit-repo\u003e/kojak/koji-server\n    $ docker build --tag kojak/kojak-koji-server .\n\n### Step 4: Start `kojidb` (PostgreSQL) Container\n\n    $ docker run -P -d --name kojidb kojak/kojak-koji-db\n\n### Step 5: Start `koji` (Server) Container\n\n    $ docker run -P --name koji --link kojidb:kojidb kojak/kojak-koji-server\n\nOnce we have everything setup and working correctly, this should allow you to stand up a test instance of these containers.\n\n## TODO\n\n### Document envars for containers\n\n1. Git repo to pull for koji sources\n2. host/port for koji server","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdcasey%2Fkojak-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdcasey%2Fkojak-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdcasey%2Fkojak-docker/lists"}