Cannot delete images from registry (because of indent in config)
-
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 thestorage:
-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