{"id":13416509,"url":"https://github.com/noteed/rescoyl","last_synced_at":"2025-08-16T02:11:08.796Z","repository":{"id":19767340,"uuid":"23025294","full_name":"noteed/rescoyl","owner":"noteed","description":"Private Docker registry","archived":false,"fork":false,"pushed_at":"2017-04-08T19:17:24.000Z","size":48,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-07-31T21:57:06.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noteed.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}},"created_at":"2014-08-16T19:21:34.000Z","updated_at":"2023-11-10T11:34:47.000Z","dependencies_parsed_at":"2022-08-25T02:00:59.677Z","dependency_job_id":null,"html_url":"https://github.com/noteed/rescoyl","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/noteed%2Frescoyl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frescoyl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frescoyl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Frescoyl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noteed","download_url":"https://codeload.github.com/noteed/rescoyl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225120017,"owners_count":17423818,"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-07-30T21:00:59.948Z","updated_at":"2024-11-18T03:09:19.905Z","avatar_url":"https://github.com/noteed.png","language":"Haskell","readme":"# The Rescoyl Docker registry\n\nRescoyl is a Docker registry. It is tested against the official\n[docker-registry](https://github.com/docker/docker-registry) project using\n[Rescoyl Checks](https://github.com/noteed/rescoyl-checks). It is currently in\ndevelopment.\n\n## Building the image\n\nTo create a local Docker image with Rescoyl ready to run, simply run:\n\n    \u003e make\n\nBuilding the image requires `images.reesd.com/reesd/stack`, an image containing\nGHC and some dependencies. For that reason, the simplest way to run the image\non any machine without registry is to dump the resulting image as a tarball.\nThe Makefile can creates such a tarball:\n\n    \u003e make rescoyl.tar.xz\n\nOn another machine, loading the tarball within Docker is self-sufficient:\n\n    \u003e docker load -i rescoyl.tar.xz\n\nIn both cases, you will end up with an image called `noteed/rescoyl`.\n\nNote: that `images.reesd.com/reesd/stack` is not yet public. Until then, simply\n`cabal install` and then optionally build the Docker image (see in the Makefile\nfor an example).\n\n## Running\n\nTo run the image locally, e.g. for testing, there is no need to forward ports:\n\n    \u003e docker run -d noteed/rescoyl\n\nNote: you need to make sure that `registry.local` (or whatever you want to call\nit to test it) resolves to your running Docker container, possibly by editing\nyour `/etc/hosts` file.\n\nOtherwise:\n\n    \u003e docker run -d -p 80:80 noteed/rescoyl\n\nNote: normally the storage area of the container should be mapped on the host\nfile system, for instance:\n\n    \u003e mkdir /IMAGES\n    \u003e docker run -d -p 80:80 -v /IMAGES:/store noteed/rescoyl\n\n## Testing\n\n### Prepare a dind-rescoyl (container) volume\n\nThe tests run in their own container and they will download an ubuntu:12.04\nimage. To avoid re-downloading that image repeatedly, you can do it once and\nkeep around the resulting volume. The test script will use the volume from a\ncontainer named `dind-rescoyl`.\n\n    \u003e docker run --name dind-rescoyl \\\n      -t -i --privileged images.reesd.com/hypered/dind\n    root@aaaaaaaaaaaa:/# docker pull ubuntu:12.04\n    ^D\n\nAfter you can check that running a container with `--volumes-from dind-rescoyl`\nwill have the ubuntu:12.04 image already present.\n\n### `rescoyl-checks`\n\nThe tests require a copy of the `rescoyl-checks` executable in the current\ndirectory.\n\n### Run the tests\n\nThe tests are run as follow:\n\n    \u003e ./integration rescoyl # to run against Rescoyl\n\nor\n\n    \u003e ./integration registry # to run against the official registry\n","funding_links":[],"categories":["Docker Images","Storing Images"],"sub_categories":["Registry"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Frescoyl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoteed%2Frescoyl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Frescoyl/lists"}