{"id":20811751,"url":"https://github.com/strider-cd/strider-docker-slave","last_synced_at":"2025-05-07T10:09:03.268Z","repository":{"id":19389054,"uuid":"22630165","full_name":"Strider-CD/strider-docker-slave","owner":"Strider-CD","description":"Base docker image for running Strider jobs","archived":false,"fork":false,"pushed_at":"2019-01-17T15:25:56.000Z","size":16,"stargazers_count":4,"open_issues_count":0,"forks_count":15,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-02-21T20:39:44.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Strider-CD.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-08-05T04:23:16.000Z","updated_at":"2019-01-17T15:25:58.000Z","dependencies_parsed_at":"2022-09-11T16:41:09.137Z","dependency_job_id":null,"html_url":"https://github.com/Strider-CD/strider-docker-slave","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-docker-slave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-docker-slave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-docker-slave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strider-CD%2Fstrider-docker-slave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strider-CD","download_url":"https://codeload.github.com/Strider-CD/strider-docker-slave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225089316,"owners_count":17419298,"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-11-17T20:47:04.672Z","updated_at":"2024-11-17T20:47:08.671Z","avatar_url":"https://github.com/Strider-CD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strider Docker Slave\n\nThis repo describes the base docker image for running strider jobs.\n\nTo test the slave,\n\n```bash\n./slave.js \u003c lots.json\n```\n\nAnd look at the great output.\n\n# Basing images off of this\n\nIf you want to add more packages, etc. here's how to do it:\n\n```\n# My java dockerfile\nFROM strider/strider-docker-slave\n\nUSER root # so we have permission to install things\nRUN apt-get install -y build-essential default-jre-headless\n```\n\n## Background services\nYou can also add Background services to the container.\nThis can be done by placing a supervisor config file (a text file\nwith the suffix '.conf') for the service into \n```/etc/supervisor/conf.d/```.\n\nA config file may look like the following:\n```\n[program:dnsmasq]\ncommand=/usr/sbin/dnsmasq -k\nautostart=true\nautorestart=true\nuser=root\n```\n\n### Full example for dnsmasq\n```\nFROM strider/strider-docker-slave\n\nUSER root\nRUN apt-get install -y dnsmasq\n# Note: supervisor-dnsmasq.conf is the supervisor config\n# file shown above\nADD supervisor-dnsmasq.conf /etc/supervisor/conf.d/\n\n# additional configuration of dnsmasq itself\n# [...]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrider-cd%2Fstrider-docker-slave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrider-cd%2Fstrider-docker-slave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrider-cd%2Fstrider-docker-slave/lists"}