Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Docker Registry

24 Topics 264 Posts
  • Docker Registry - Package Updates

    Pinned Locked
    53
    2 Votes
    53 Posts
    16k Views
    Package UpdatesP
    [2.7.0] Update distribution to 3.1.0 Full Changelog Fixes CVE-2026-35172 Fixes CVE-2026-33540 Adds support for tag pagination (#​4360, #​4353) Fixes default credentials in Azure storage provider (#​4619) Drops support for go1.23 and go1.24 and updates to go1.25 fix: implement JWK thumbprint for Ed25519 public keys by @​zhangyoufu in #​4626 fix: Annotate code block from validation.indexes configuration docs by @​anzoman in #​4629 feat: extract redis config to separate struct by @​shanduur in #​4620 Fix: resolve issue #​4478 by using a temporary file for non-append writes by @​onporat in #​4624 fix: set OTEL traces to disabled by default by @​jcpunk in #​4671
  • Unusable application

    44
    1 Votes
    44 Posts
    2k Views
    LanhildL
    @james Thanks for the insight. As this is a production server, I'll wait for the update. Regards.
  • UI Bug - Cloudron Registry

    2
    1
    0 Votes
    2 Posts
    81 Views
    girishG
    Thanks for reporting. https://git.cloudron.io/packages/docker-registry-app/-/merge_requests/14 You can also set that as env var in /app/data/registry-ui.sh . The new package will set a default.
  • Garbage collector docs up to date ?

    4
    2 Votes
    4 Posts
    301 Views
    girishG
    @timconsidine thanks, fixed!
  • 0 Votes
    6 Posts
    439 Views
    timconsidineT
    @miednr I build all my apps using local device docker, push to a cloudron private registry and use cloudron install --image xxx. I feel guilty in some way for not using Cloudron Builder, but local gets the job done fine, so good that you got your build out and deployed.
  • 4 Votes
    24 Posts
    7k Views
    J
    Thanks a lot!
  • After update to version 2.0.0 and dedicated auth (gitlab)

    3
    0 Votes
    3 Posts
    873 Views
    T
    Yes to use it together with Gitlab app, the user management is not openid as documented in cloudron docs.
  • Getting 413 error when pushing image to docker registry

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    I
    @girish I have this problem currently. How to fix it on the latest version of Docker Registry?
  • Docker Registry App Stuck in Restart - Request for Assistance

    Moved
    2
    1 Votes
    2 Posts
    688 Views
    nebulonN
    Hm those statements are a bit contradicting, so the app is showing "Running" in the app tile in the dashboard but also "pending restart"? Instead of trying to kill tasks or restarting the server wholesale, can you stop the app or put the app in recovery mode via the dashboard? If not what do you see in the logs? Are all services up and running?
  • UI not working II

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    E
    Yes, I tried re-installing it. I have just tried it again, and one thing helped - waiting for a few minutes. The UI appeared after about 2 minutes. Thank you for your help!
  • 0 Votes
    4 Posts
    2k Views
    girishG
    yeah, as @fbartels said, the app is hosted behind a proxy auth. The whole thing is either protected or not. It's not possible to have public pulls with private pushes.
  • Example app that is using the docker addon

    9
    1 Votes
    9 Posts
    3k Views
    G
    @girish thanks, now i'm in
  • UI not working

    Solved
    6
    1
    0 Votes
    6 Posts
    2k Views
    girishG
    @shrey I think without auth the app is buggy/hard to configure. I will look into this.
  • Update KB article docker-registry gitlab integration

    3
    0 Votes
    3 Posts
    1k Views
    M
    Exactly that was the article I was referring too. Beside oft my findings it worked for my installation like a charm.
  • Docker Registry: Buggy Behaviour for fresh install

    Solved
    7
    1
    2 Votes
    7 Posts
    3k Views
    girishG
    @philkunz might be worth reporting upstream at https://github.com/Joxit/docker-registry-ui/issues/
  • Customize Themes of Docker Registry UI

    Solved
    3
    2 Votes
    3 Posts
    1k Views
    arshsahzadA
    Hi @girish, Thanks for the quick fix, It's working as expected
  • How can I interact with the Registry API using cloudron user managment?

    9
    0 Votes
    9 Posts
    3k Views
    TomsFreitasT
    @girish Thank you once again
  • Use Docker Registry with Portainer

    1
    0 Votes
    1 Posts
    734 Views
    No one has replied
  • No delete option for repo or tag ??

    Solved
    12
    1 Votes
    12 Posts
    5k Views
    girishG
    Pushed an update for this. To keep it simple, I just enabled it depending on the delete config for the registry itself (where it is enabled by default).
  • How do I do this??

    26
    0 Votes
    26 Posts
    7k Views
    BrutalBirdieB
    @scooke But about the original clone and build directory? Do I leave it, taking up space? Do I need it still? You can delete it. Buy if @nj decides to release an update you will have to clone it again, and build the update. @BrutalBirdie Sure, I see that now. It was one of many assumed pieces of knowledge that I come across while trying to learn this stuff. It's assumed I will realize this is your server. One thing that definitely helped me misunderstand is the cloudron.dev bit... I initially thought that, ok, this is coming from cloudron somehow. Anyway, one hurdle hurdled. One good lesson learned. One detail I will be sure to highlight when I'm helping someone out. Hmmmm I was thinking if I should do the example with placeholders so its more clear. Next time placeholders will be used again to highlight the user needs to replace this part themself. The second assumption was that I would know that the actual proper target There is no 'proper' --target its your own decision how to name the target, I go with the id from the CloudronManifest.json. like yours! (:0.0.1) or the BBB one (:1.0.20) Because, again its your choice how the image is tagged. cloudron build --help Usage: cloudron build [options] Build an app Options: --build-arg <namevalue> Build arg passed to docker. Can be used multiple times (default: []) --build-service-token <token> Build service token -f, --file <dockerfile> Name of the Dockerfile --set-repository [repository url] Change the repository --set-build-service [buildservice url] Set build service app URL --local Build docker images locally --no-cache Do not use cache --no-push Do not push built image to registry --raw Raw output build log --tag <docker image tag> Docker image tag. Note that this does not include the repository name -h, --help display help for command The --tag option lets you chose a tag instead of the cryptic hash.