{"id":31769584,"url":"https://github.com/stillerman/pocket-moshi","last_synced_at":"2026-02-17T12:03:01.673Z","repository":{"id":314144122,"uuid":"1054351780","full_name":"Stillerman/pocket-moshi","owner":"Stillerman","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-10T21:53:39.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T02:53:36.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/Stillerman.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T18:01:29.000Z","updated_at":"2025-09-10T21:53:42.000Z","dependencies_parsed_at":"2025-09-10T22:41:02.620Z","dependency_job_id":"87bdf266-9a22-4d8e-bdb4-0295a7737928","html_url":"https://github.com/Stillerman/pocket-moshi","commit_stats":null,"previous_names":["stillerman/pocket-moshi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stillerman/pocket-moshi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpocket-moshi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpocket-moshi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpocket-moshi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpocket-moshi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stillerman","download_url":"https://codeload.github.com/Stillerman/pocket-moshi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpocket-moshi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29543363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-10-10T02:51:33.467Z","updated_at":"2026-02-17T12:03:01.655Z","avatar_url":"https://github.com/Stillerman.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\nUSER=\"jstillerman\"\nTOKEN=\"dckr_pat_xxxxxxxxxxx\"\n\nAUTH_BASE64=$(printf \"%s\" \"$USER:$TOKEN\" | base64)\nexport DOCKER_AUTH_CONFIG=\"{\\\"auths\\\":{\\\"https://index.docker.io/v1/\\\":{\\\"auth\\\":\\\"$AUTH_BASE64\\\"}}}\"\n\nREG=\"docker.io/jstillerman/pocket-moshi\"\nSHA=$(git rev-parse --short HEAD)\n\n# Ada (RTX 4000) → 89\ndepot build --platform linux/amd64 --push \\\n  --build-arg COMPUTE_CAP=89 \\\n  -t ${REG}:latest -t ${REG}:cc89 -t ${REG}:${SHA}-cc89 .\n\n# Optional extra tags for portability (run these too if you want)\ndepot build --platform linux/amd64 --push \\\n  --build-arg COMPUTE_CAP=80 \\\n  -t ${REG}:cc80 .\n\ndepot build --platform linux/amd64 --push \\\n  --build-arg COMPUTE_CAP=75 \\\n  -t ${REG}:cc75 .\n```\n\n\n## Building \u0026 Pushing Images with Depot + Docker Hub\n\nOur images are built remotely with [Depot](https://depot.dev) and pushed to Docker Hub.  \nBecause Docker Hub can be picky about auth scopes, make sure to follow these steps exactly:\n\n### 1. Create a Docker Hub Personal Access Token\n- Go to: [Docker Hub Access Tokens](https://app.docker.com/account/settings/personal-access-tokens)\n- Create a **New Access Token** with **Read \u0026 Write** access.\n- Copy the token immediately.\n\n### 2. Create the repo once on Docker Hub\n- Log in to [Docker Hub Repositories](https://hub.docker.com/repositories/jstillerman)\n- Click **Create Repository** → name it `pocket-moshi` (lowercase).\n- Namespace should be `jstillerman`.\n\n### 3. Configure registry auth for Depot\nIn your shell (macOS/Linux):\n\n```bash\nUSER=\"jstillerman\"\nTOKEN=\"\u003cYOUR_DOCKERHUB_PAT\u003e\"\n\nAUTH_BASE64=$(printf \"%s\" \"$USER:$TOKEN\" | base64)\n\nexport DOCKER_AUTH_CONFIG='{\n  \"auths\": {\n    \"docker.io\":                    { \"auth\": \"'\"$AUTH_BASE64\"'\" },\n    \"registry-1.docker.io\":         { \"auth\": \"'\"$AUTH_BASE64\"'\" },\n    \"https://index.docker.io/v1/\":  { \"auth\": \"'\"$AUTH_BASE64\"'\" }\n  }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillerman%2Fpocket-moshi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstillerman%2Fpocket-moshi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillerman%2Fpocket-moshi/lists"}