{"id":22196832,"url":"https://github.com/cloudydeno/denodir-oci","last_synced_at":"2025-03-24T22:40:55.854Z","repository":{"id":129974564,"uuid":"449585741","full_name":"cloudydeno/denodir-oci","owner":"cloudydeno","description":"Upload Deno cache directories to OCI registries. Download and run on another machine, or repackage with a Deno runtime layer to make a regular Docker image.","archived":false,"fork":false,"pushed_at":"2025-03-02T19:54:41.000Z","size":136,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T20:23:36.628Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudydeno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-01-19T07:12:56.000Z","updated_at":"2025-03-02T19:54:44.000Z","dependencies_parsed_at":"2025-02-10T08:30:52.610Z","dependency_job_id":null,"html_url":"https://github.com/cloudydeno/denodir-oci","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/cloudydeno%2Fdenodir-oci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudydeno%2Fdenodir-oci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudydeno%2Fdenodir-oci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudydeno%2Fdenodir-oci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudydeno","download_url":"https://codeload.github.com/cloudydeno/denodir-oci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366207,"owners_count":20603438,"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-12-02T14:16:38.844Z","updated_at":"2025-03-24T22:40:55.810Z","avatar_url":"https://github.com/cloudydeno.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# denodir-oci\nUpload Deno cache directories to OCI registries. Download and run on another machine, or repackage with a Deno runtime layer to make a regular Docker image.\n\nInstall the CLI globally like so:\n\n```\ndeno install -f --global --allow-read --allow-write=$HOME,${TMPDIR:-/tmp} --allow-run --allow-net --allow-env --reload=https://raw.githubusercontent.com https://raw.githubusercontent.com/cloudydeno/denodir-oci/main/doci/mod.ts\n```\n\n## Examples\n\nA reference of some modules that I've been building as test material.\n\n### Tiny examples\n\n```sh\ndoci build https://deno.land/std@0.177.0/examples/welcome.ts # A single file\ndoci build https://deno.land/std@0.177.0/examples/colors.ts # Two files\ndoci build https://deno.land/std@0.177.0/examples/flags.ts # Three files\n```\n\n### Large images\n\n```sh\ndoci build https://raw.githubusercontent.com/cloudydeno/kubernetes-dns-sync/main/src/controller/mod.ts\n```\n\n### Multiple layers\n\nExamples where larger slow-moving libraries are put in a separate base layer\nfor better storage utilization after successive builds.\n\n```sh\n# One big static module and one smaller module which changes often\ndoci build \\\n  https://raw.githubusercontent.com/cloudydeno/notion-toolbox/main/object-model/mod.ts \\\n  https://raw.githubusercontent.com/cloudydeno/notion-toolbox/main/publish-firebase-blog/mod.ts\n\n# or, condensed:\ndoci build https://raw.githubusercontent.com/cloudydeno/notion-toolbox/main/{object-model,publish-firebase-blog}/mod.ts\n\n\n# A deps.ts for dependencies, followed by the actual entrypoint\ndoci build \\\n  https://raw.githubusercontent.com/cloudydeno/kubernetes-dns-sync/main/src/deps.ts\n  https://raw.githubusercontent.com/cloudydeno/kubernetes-dns-sync/main/src/controller/mod.ts\n\n# or, condensed:\ndoci build https://raw.githubusercontent.com/cloudydeno/kubernetes-dns-sync/main/src/{deps,controller/mod}.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudydeno%2Fdenodir-oci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudydeno%2Fdenodir-oci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudydeno%2Fdenodir-oci/lists"}