https://github.com/andrewn6/dockjet
simple hyper API that pushes docker images in parallel to a registry
https://github.com/andrewn6/dockjet
Last synced: about 1 month ago
JSON representation
simple hyper API that pushes docker images in parallel to a registry
- Host: GitHub
- URL: https://github.com/andrewn6/dockjet
- Owner: andrewn6
- Created: 2023-09-05T01:16:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T23:31:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T09:13:31.221Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockjet
this is used in my other project nixbuilder to push the image built on that service to a registry, this is just a basic hyper server that supports parallel image uploads for it hence the name "dockjet".