Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How do you run your private registry?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How do you run your private registry?

Comments

  • emghemgh Member, Megathread Squad

    I don’t. I use Docker Hub.

    Such a great product. And free (for me).

  • KassemKassem Member

    @emgh said: Such a great product. And free (for me).

    How do you get more than 1 free private repo?

  • emghemgh Member, Megathread Squad
    edited July 2024

    @Kassem said:

    @emgh said: Such a great product. And free (for me).

    How do you get more than 1 free private repo?

    By pretending that tags are repos :wink:

    myrepo:myproject

    Thank me later

  • @emgh said: Thank me later

    Can't later, so deal with it now.

    Thanked by 1emgh
  • emghemgh Member, Megathread Squad

    @boot said:

    @emgh said: Thank me later

    Can't later, so deal with it now.

    That’s fine

  • https://distribution.github.io/distribution/

    I run mine backed by s3 compatible storage

    Thanked by 1Kassem
  • vsys_hostvsys_host Member, Patron Provider

    We use self-hosted harbor for private repos, hub.docker.com for public repos

  • @bgerard said:
    https://distribution.github.io/distribution/

    I run mine backed by s3 compatible storage

    I can't imagine the bandwidth costs.

  • jon617jon617 Veteran

    docker run -d --restart=always --name registry -p 5000:5000 -v /home/my/local/path/docker-registry:/var/lib/registry -v /home/my/local/keys:/keys:ro -e REGISTRY_HTTP_TLS_CERTIFICATE=/keys/my.crt -e REGISTRY_HTTP_TLS_KEY=/keys/my.key registry

  • xxslxxsl Member, LIR

    @sibaper said:

    @bgerard said:
    https://distribution.github.io/distribution/

    I run mine backed by s3 compatible storage

    I can't imagine the bandwidth costs.

    :p yes, should never use them. They're just robbers.

  • emghemgh Member, Megathread Squad

    @xxsl said:

    @sibaper said:

    @bgerard said:
    https://distribution.github.io/distribution/

    I run mine backed by s3 compatible storage

    I can't imagine the bandwidth costs.

    :p yes, should never use them. They're just robbers.

    Yes, just now B2 robbed me out of .93 USD

    That’s almost 1/3 of a coffee. How dare they.

  • xxslxxsl Member, LIR
    edited July 2024

    @emgh
    . >:) Egress of B2 is free, sweet ~.
    How dare S3 counts egress traffic, taking money from that :s

    Image that one day a S3 user wake up in the morning and get a invoice of $1000 for what some naughty script kids doing during the night.

    The business model of AWS (most of its product) is mostly a scam-like money trap.

  • emghemgh Member, Megathread Squad

    @xxsl said:
    @emgh
    . >:) Egress of B2 is free, sweet ~.
    How dare S3 counts egress traffic, taking money from that :s

    Image that one day a S3 user wake up in the morning and get a invoice of $1000 for some naughty script kids doing during the night.

    It's a little less good though:

    All Backblaze B2 Cloud Storage users enjoy free data egress (also known as download) up to 3x their average monthly storage amount. The monthly average is determined based on byte hours over the billing cycle, with total egress up to 3x the average provided free; any monthly egress overage is priced at $0.01/GB.

    But still awesome for me. I only use private buckets.

    Thanked by 1xxsl
Sign In or Register to comment.