Coder Social home page Coder Social logo

blobert's Introduction

blobert

Blobert is a minimal OCI registry written in Rust.

This is currently just an experiment to learn Rust and evaluate whether it can offer any advantage over the official registry.

Push and pull are currently supported, with no TLS or authentication.

# Pull an image from hub
tim@doulos ~> docker pull nats
Using default tag: latest
latest: Pulling from library/nats
5e5797f39fa0: Pull complete
28c3b732adf6: Pull complete
Digest: sha256:9686d73262f91e44c10b838eecbab53e705d2f4be5718efe92dfdf9f86f4e786
Status: Downloaded newer image for nats:latest
docker.io/library/nats:latest

# Tag with localhost or 127.0.0.1. Blobert runs on port 7000
tim@doulos ~> docker tag nats 127.0.0.1:7000/nats

# Push the image to blobert
tim@doulos ~> docker push 127.0.0.1:7000/nats
Using default tag: latest
The push refers to repository [127.0.0.1:7000/nats]
f22e8439b53a: Pushed
7e49c6f1bf90: Pushed
latest: digest: sha256:211e543a39d6378c483852a76b78a114bb26bdbe40a7aeda3daae61c62cbcf59 size: 715

blobert's People

Contributors

tmlbl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

blobert's Issues

does this conforms to docker registry api

hello, thanks a lot for this crate, i had been looking for it for a long time! and does it conforms to Docker Registry HTTP V2 protocol.

i try to push a image by docker, but fail :

jm@LAPTOP-U56930FU:~$ docker push 127.0.0.1/user/images:0.1.0
The push refers to repository [127.0.0.1/user/images]
Get "http://127.0.0.1/v2/": dial tcp 127.0.0.1:80: connect: connection refused
jm@LAPTOP-U56930FU:~$ curl http://127.0.0.1/v2/
true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.