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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Docker registry

Docker registry

Scheduled Pinned Locked Moved Solved App Wishlist
65 Posts 9 Posters 26.4k Views 12 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #3

    Adding Quay
    https://github.com/quay/quay
    Project Quay builds, stores, and distributes your container images.

    High-level features include:

    • Docker Registry Protocol v2
    • Docker Manifest Schema v2.1, v2.2
    • AppC Image Discovery via on-demand transcoding
    • Image Squashing via on-demand transcoding
    • Authentication provided by LDAP, Keystone, OIDC, Google, and GitHub
    • ACLs, team management, and auditability logs
    • Geo-replicated storage provided by local filesystems, S3, GCS, Swift, and Ceph
    • Continuous Integration integrated with GitHub, Bitbucket, GitLab, and git
    • Security Vulnerability Analysis via Clair
    • Swagger-compliant HTTP API

    Conscious tech

    L 1 Reply Last reply
    5
    • marioM mario

      https://github.com/docker/distribution-library-image

      This would enable us to tie it in with Gitlab.

      marioM Offline
      marioM Offline
      mario
      App Dev
      wrote on last edited by
      #4

      I got the registry working, need to get it integrated with GitLab now.

      girishG LonkleL 2 Replies Last reply
      3
      • marioM mario

        I got the registry working, need to get it integrated with GitLab now.

        girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #5

        @mario Did you get the registry working as a Cloudron package or outside Cloudron?

        marioM 1 Reply Last reply
        0
        • marioM mario

          I got the registry working, need to get it integrated with GitLab now.

          LonkleL Offline
          LonkleL Offline
          Lonkle
          wrote on last edited by
          #6

          @mario What he said ^^^ 😂

          1 Reply Last reply
          0
          • robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #7

            anyone check his gitlab repo?

            Conscious tech

            LonkleL 1 Reply Last reply
            0
            • robiR robi

              anyone check his gitlab repo?

              LonkleL Offline
              LonkleL Offline
              Lonkle
              wrote on last edited by
              #8

              @robi I don't know it. 😅

              1 Reply Last reply
              0
              • girishG girish

                @mario Did you get the registry working as a Cloudron package or outside Cloudron?

                marioM Offline
                marioM Offline
                mario
                App Dev
                wrote on last edited by mario
                #9

                @girish as a Cloudron package. I'll push it to gitlab once I clean it up, but it's useless to me without the GitLab integration and that part seems tricky.

                marioM 1 Reply Last reply
                2
                • marioM mario

                  @girish as a Cloudron package. I'll push it to gitlab once I clean it up, but it's useless to me without the GitLab integration and that part seems tricky.

                  marioM Offline
                  marioM Offline
                  mario
                  App Dev
                  wrote on last edited by
                  #10

                  @girish
                  https://git.cloudron.io/mario/docker-registry

                  marioM girishG 2 Replies Last reply
                  3
                  • marioM mario

                    @girish
                    https://git.cloudron.io/mario/docker-registry

                    marioM Offline
                    marioM Offline
                    mario
                    App Dev
                    wrote on last edited by
                    #11

                    default user:

                    admin/admin

                    mehdiM 1 Reply Last reply
                    0
                    • marioM mario

                      default user:

                      admin/admin

                      mehdiM Offline
                      mehdiM Offline
                      mehdi
                      App Dev
                      wrote on last edited by
                      #12

                      @mario This looks good ! Combined with the authProxy of Cloudron6, we could disable the htpasswd auth of the app and since it uses basic auth it should work with the LDAP users !

                      We would just have to slap a basic web interface on that and it would be perfect 😄

                      marioM girishG 2 Replies Last reply
                      1
                      • mehdiM mehdi

                        @mario This looks good ! Combined with the authProxy of Cloudron6, we could disable the htpasswd auth of the app and since it uses basic auth it should work with the LDAP users !

                        We would just have to slap a basic web interface on that and it would be perfect 😄

                        marioM Offline
                        marioM Offline
                        mario
                        App Dev
                        wrote on last edited by
                        #13

                        @mehdi I'm updating it further now with redis support etc.

                        marioM 1 Reply Last reply
                        1
                        • marioM mario

                          @mehdi I'm updating it further now with redis support etc.

                          marioM Offline
                          marioM Offline
                          mario
                          App Dev
                          wrote on last edited by
                          #14

                          Updated and working.

                          fbartelsF 1 Reply Last reply
                          3
                          • robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #15

                            Amazing progress, thank you @mario

                            Now to figure out how to install this and inch another step in packaging a custom app..

                            Conscious tech

                            1 Reply Last reply
                            0
                            • marioM mario

                              Updated and working.

                              fbartelsF Offline
                              fbartelsF Offline
                              fbartels
                              App Dev
                              wrote on last edited by fbartels
                              #16

                              @mario would you mind me making an attempt of adding https://github.com/Joxit/docker-registry-ui/ to your app? Or would you rather do it yourself, or choose a different ui?

                              Another solution could be the reg cli utility. A simple docker binary that can also expose a ui.

                              @robi after you installed to Cloudron cli (should be on a Linux machine with docker installed) you just need to run cloudron build && cloudron install and then follow the prompts.

                              marioM 1 Reply Last reply
                              2
                              • fbartelsF fbartels

                                @mario would you mind me making an attempt of adding https://github.com/Joxit/docker-registry-ui/ to your app? Or would you rather do it yourself, or choose a different ui?

                                Another solution could be the reg cli utility. A simple docker binary that can also expose a ui.

                                @robi after you installed to Cloudron cli (should be on a Linux machine with docker installed) you just need to run cloudron build && cloudron install and then follow the prompts.

                                marioM Offline
                                marioM Offline
                                mario
                                App Dev
                                wrote on last edited by mario
                                #17

                                @fbartels honestly, I'd prefer UI as a separate app and would attempt Portus - possibly together with you. What are your thoughts?

                                An alternative would indeed be, if people prefer, to have Registry + UI together -> but in any case I'd strongly prefer Portus to anything else.

                                fbartelsF 1 Reply Last reply
                                1
                                • marioM mario

                                  @girish
                                  https://git.cloudron.io/mario/docker-registry

                                  girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #18

                                  @mario Oh wow, this is awesome. I had no idea one could run a registry this way. I thought one has to make some use of the docker addon! This way is so much simpler and nicer.

                                  I forked the code to https://git.cloudron.io/cloudron/docker-registry-app/ and gave you permissions. It just worked (tm). Do you think you can put in a LICENSE file and keep developing there? It's a holiday for thanksgiving here, but I will look into this soonish.

                                  marioM 1 Reply Last reply
                                  2
                                  • marioM mario

                                    @fbartels honestly, I'd prefer UI as a separate app and would attempt Portus - possibly together with you. What are your thoughts?

                                    An alternative would indeed be, if people prefer, to have Registry + UI together -> but in any case I'd strongly prefer Portus to anything else.

                                    fbartelsF Offline
                                    fbartelsF Offline
                                    fbartels
                                    App Dev
                                    wrote on last edited by
                                    #19

                                    @mario TIL portus does not implement it's own registry, but simply uses the official one.

                                    Yes, having them separate can have it's benefits. Would need to refresh my knowledge in regards to portus first before I know if I could be of much help.

                                    marioM 1 Reply Last reply
                                    0
                                    • girishG girish

                                      @mario Oh wow, this is awesome. I had no idea one could run a registry this way. I thought one has to make some use of the docker addon! This way is so much simpler and nicer.

                                      I forked the code to https://git.cloudron.io/cloudron/docker-registry-app/ and gave you permissions. It just worked (tm). Do you think you can put in a LICENSE file and keep developing there? It's a holiday for thanksgiving here, but I will look into this soonish.

                                      marioM Offline
                                      marioM Offline
                                      mario
                                      App Dev
                                      wrote on last edited by
                                      #20

                                      @girish happy Thanksgiving! 🙂

                                      Thanks for the fork, will see what I can do in the coming days 😉

                                      1 Reply Last reply
                                      0
                                      • mehdiM mehdi

                                        @mario This looks good ! Combined with the authProxy of Cloudron6, we could disable the htpasswd auth of the app and since it uses basic auth it should work with the LDAP users !

                                        We would just have to slap a basic web interface on that and it would be perfect 😄

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #21

                                        @mehdi said in Docker registry:

                                        Combined with the authProxy of Cloudron6, we could disable the htpasswd auth of the app and since it uses basic auth it should work with the LDAP users !

                                        I gave this a try and this worked great! https://git.cloudron.io/cloudron/docker-registry-app/-/commit/547e3b30b0d9038d9fe73416a7df7b3d32f265ec

                                        marioM 1 Reply Last reply
                                        2
                                        • fbartelsF fbartels

                                          @mario TIL portus does not implement it's own registry, but simply uses the official one.

                                          Yes, having them separate can have it's benefits. Would need to refresh my knowledge in regards to portus first before I know if I could be of much help.

                                          marioM Offline
                                          marioM Offline
                                          mario
                                          App Dev
                                          wrote on last edited by
                                          #22

                                          @fbartels said in Docker registry:

                                          @mario TIL portus does not implement it's own registry, but simply uses the official one.

                                          Yes, having them separate can have it's benefits. Would need to refresh my knowledge in regards to portus first before I know if I could be of much help.

                                          Indeed 🙂 It basically takes advantage of the official registry support for token-auth, giving you a nice UI, permissions, etc.

                                          When you get a moment to check it out, let's talk! 🙂

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search