Docker Registry: Buggy Behaviour for fresh install
-
I just installed the app and it looks really buggy to me (reproducible)
That is shown on the top. Also note that those options do not seem to be valid ENV variables as per registry ui documentation, only the plural should be supported.
e.g. CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHESSetting those variables in registry-ui.sh does nothing though. Also other options do not seem to have any effect. Are those env vars respected at all?
-
I just installed the app and it looks really buggy to me (reproducible)
That is shown on the top. Also note that those options do not seem to be valid ENV variables as per registry ui documentation, only the plural should be supported.
e.g. CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHESSetting those variables in registry-ui.sh does nothing though. Also other options do not seem to have any effect. Are those env vars respected at all?
@philkunz thanks for the report, indeed many env vars are not replaced into the static html. Fixing.
-
I just installed the app and it looks really buggy to me (reproducible)
That is shown on the top. Also note that those options do not seem to be valid ENV variables as per registry ui documentation, only the plural should be supported.
e.g. CATALOG_MIN_BRANCHES and CATALOG_MAX_BRANCHESSetting those variables in registry-ui.sh does nothing though. Also other options do not seem to have any effect. Are those env vars respected at all?
@philkunz Can you please update to latest version and try again?
-
N nebulon marked this topic as a question on
-
@girish The App now looks good. Quick follow up: Is
export DELETE_IMAGES=true
being respected?@philkunz that flag is enabled in the UI based on value of
storage.delete.enabled
in/app/data/config.yml
(docker registry config). -
P philkunz has marked this topic as solved on
-
Ah true. On the 13 inch Macbook Air you have to zoom out a bit for the delete button to be displayed. Then this is solved.
@philkunz might be worth reporting upstream at https://github.com/Joxit/docker-registry-ui/issues/