An all-in-one registry authorization service implementing the Docker (Distribution) Registry Auth specification.
Warning
Project is under development. Backwards compatibility is not guaranteed.
Check out the quickstart repository for a demonstration of Portward's capabilities.
For an optimal developer experience, it is recommended to install Nix and direnv.
Run tests:
dagger call test
Run linters:
dagger call lint
Launch dependencies:
docker compose up -d
Run the service
just run
Run tests
just test-all
Cleanup:
docker compose down -v
The project is licensed under the MIT License.