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. Docker Registry
  3. Cannot delete images from registry (because of indent in config)

Cannot delete images from registry (because of indent in config)

Scheduled Pinned Locked Moved Docker Registry
dockerregistrydelete
3 Posts 3 Posters 1.1k Views 3 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.
  • M Offline
    M Offline
    msbt
    App Dev
    wrote on last edited by
    #1

    When trying to delete a docker image in the web-ui it throws this error: {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}

    I've tried poking around in the config and giving the delete: option one indent to put it in the storage:-block and restarting the container seems to have fixed it.

    before:

    storage:
      cache:
        blobdescriptor: redis
      filesystem:
        rootdirectory: /app/data/storage
    delete:
      enabled: true
    

    after:

    storage:
      cache:
        blobdescriptor: redis
      filesystem:
        rootdirectory: /app/data/storage
      delete:
        enabled: true
    

    This is for reference

    Cheers

    nebulonN girishG 2 Replies Last reply
    2
    • M msbt

      When trying to delete a docker image in the web-ui it throws this error: {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}

      I've tried poking around in the config and giving the delete: option one indent to put it in the storage:-block and restarting the container seems to have fixed it.

      before:

      storage:
        cache:
          blobdescriptor: redis
        filesystem:
          rootdirectory: /app/data/storage
      delete:
        enabled: true
      

      after:

      storage:
        cache:
          blobdescriptor: redis
        filesystem:
          rootdirectory: /app/data/storage
        delete:
          enabled: true
      

      This is for reference

      Cheers

      nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by
      #2

      @msbt I guess we could enable that by default, not sure why it wouldn't be. That way the yaml indent issues are avoided for this case.

      1 Reply Last reply
      2
      • M msbt

        When trying to delete a docker image in the web-ui it throws this error: {"errors":[{"code":"UNSUPPORTED","message":"The operation is unsupported."}]}

        I've tried poking around in the config and giving the delete: option one indent to put it in the storage:-block and restarting the container seems to have fixed it.

        before:

        storage:
          cache:
            blobdescriptor: redis
          filesystem:
            rootdirectory: /app/data/storage
        delete:
          enabled: true
        

        after:

        storage:
          cache:
            blobdescriptor: redis
          filesystem:
            rootdirectory: /app/data/storage
          delete:
            enabled: true
        

        This is for reference

        Cheers

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

        @msbt thanks for reporting, fixed in the new package.

        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