{"id":26282394,"url":"https://github.com/deeeed/ubuntu-dev","last_synced_at":"2026-02-09T21:02:51.766Z","repository":{"id":181580742,"uuid":"583839623","full_name":"deeeed/ubuntu-dev","owner":"deeeed","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T03:34:21.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-15T05:13:39.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/deeeed.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,"governance":null}},"created_at":"2022-12-31T05:34:32.000Z","updated_at":"2023-01-03T13:07:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"24a64681-aa1a-47d7-aadd-c2d327e7c737","html_url":"https://github.com/deeeed/ubuntu-dev","commit_stats":null,"previous_names":["deeeed/ubuntu-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fubuntu-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fubuntu-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fubuntu-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeeed%2Fubuntu-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeeed","download_url":"https://codeload.github.com/deeeed/ubuntu-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615580,"owners_count":20319730,"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":"2025-03-14T16:50:03.226Z","updated_at":"2026-02-09T21:02:46.517Z","avatar_url":"https://github.com/deeeed.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SETUP\n\nThis repository creates and deploy two docker images `deeeed/ubuntu-dev` and `deeeed/runner`:\n\nCICD pipeline will automatically publish to:\n- [https://hub.docker.com/repository/docker/deeeed/ubuntu-dev]\n- [https://hub.docker.com/repository/docker/deeeed/runner]\n\n## ubuntu-dev\n\n`Dockerfile.dev`: Simple image to get started quickly for local dev or debug network activity.\n\n- use a simple port listener to avoid having running the image interactively and prevent automatic exit (useuful for k8s).\n    - `nc -l -k 1337`\n- no care for image size optimization, this is not meant for production.\n\n```bash\n# Replace with your own docker credentials\ndocker login\n\n# # for macos m1 users, create multi-arch build\n# docker buildx create --name mybuilder --use\n# docker buildx inspect --bootstrap\n# docker buildx build --platform linux/amd64,linux/arm64 --push -t docker.io/deeeed/ubuntu-dev:latest .\n\n# or if you don't care for multi-arch\ndocker build -f Dockerfile.dev -t docker.io/deeeed/ubuntu-dev:latest . --no-cache\n# docker push docker.io/deeeed/ubuntu-dev:latest\n# github actions will automatically publish multi-arch images\n\n# try it on interactively\ndocker run -it deeeed/ubuntu-dev bash\n\n# or let it run in the background\ndocker run -d deeeed/ubuntu-dev\n```\n\n## github runner\n\n`Dockerfile.runner`: Image to get started quickly for custom github runner.\n\nExtend default github runner `summerwind/actions-runner:latest` to add:\n- node16 \n- yarn + pnpm\n- nvm\n- latest docker\n- kubectl\n- helm\n\n```bash\ndocker build -f Dockerfile.runner -t docker.io/deeeed/runner:latest . --no-cache\n\ndocker run -it deeeed/runner bash\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeeed%2Fubuntu-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeeed%2Fubuntu-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeeed%2Fubuntu-dev/lists"}