{"id":13602061,"url":"https://github.com/ecshreve/dev-env","last_synced_at":"2026-01-07T05:04:44.205Z","repository":{"id":170151354,"uuid":"646084257","full_name":"ecshreve/dev-env","owner":"ecshreve","description":"docker based development environment","archived":false,"fork":false,"pushed_at":"2023-06-07T19:48:45.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T18:18:13.642Z","etag":null,"topics":["ansible","devcontainers","developer-tools","devenv","docker","dockerfile","packer","taskfile"],"latest_commit_sha":null,"homepage":"","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/ecshreve.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,"roadmap":null,"authors":null}},"created_at":"2023-05-27T08:26:27.000Z","updated_at":"2024-04-14T01:55:19.000Z","dependencies_parsed_at":"2024-01-14T04:35:11.345Z","dependency_job_id":"1239f7a9-d9eb-4b43-b206-76a6a2dc0396","html_url":"https://github.com/ecshreve/dev-env","commit_stats":null,"previous_names":["ecshreve/dev-env"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecshreve/dev-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fdev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fdev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fdev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fdev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecshreve","download_url":"https://codeload.github.com/ecshreve/dev-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecshreve%2Fdev-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28232763,"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","status":"online","status_checked_at":"2026-01-07T02:00:05.975Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ansible","devcontainers","developer-tools","devenv","docker","dockerfile","packer","taskfile"],"created_at":"2024-08-01T18:01:13.162Z","updated_at":"2026-01-07T05:04:44.131Z","avatar_url":"https://github.com/ecshreve.png","language":"Shell","readme":"# dev-env\n\n## dockerhub\n\nthe image resulting from the `build:packer:all` task is manually uploaded to dockerhub via the `push:hub` task\n\nhttps://hub.docker.com/r/ecshreve/devbox\n\n## images\n\n### base\n\nubuntu 22.04 with dev environment\n\n### docker\n\nbase + docker installed\n\n### hashi\n\nbase + docker + hashicorp tools installed\n\n### tools\n\nbase + docker + hashicorp tools + other dev tools installed\n\n### personal\n\nbase + docker + hashicorp tools + other dev tools + dotfiles installed\n\n\n## devcontainer usage\n\nexample `.devcontainer.json`:\n```json\n{\n\t\"name\": \"toolbox\",\n\t\"image\": \"ecshreve/devbox:tools\",\n\t\"features\": {\n\t\t\"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {}\n\t},\n\t\"customizations\": {\n\t\t\"vscode\": {\n\t\t\t\"extensions\": [\n\t\t\t\t\"golang.Go\",\n\t\t\t]\n\t\t}\n\t},\n\t\"runArgs\": [\"--hostname\", \"toolbox\"],\n}\n```\n\nor use the image with my dotfile configs already baked in:\n```json\n{\n\t\"name\": \"toolbox\",\n\t\"image\": \"ecshreve/devbox\",\n\t\"features\": {\n\t\t\"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {}\n\t},\n\t\"runArgs\": [\"--hostname\", \"toolbox\"],\n\t\"remoteUser\": \"eric\",\n}\n```\n","funding_links":[],"categories":["ansible"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecshreve%2Fdev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecshreve%2Fdev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecshreve%2Fdev-env/lists"}