Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose some custom labels #240

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Expose some custom labels #240

merged 1 commit into from
Mar 26, 2022

Conversation

Joxit
Copy link
Owner

@Joxit Joxit commented Mar 25, 2022

Add new option HISTORY_CUSTOM_LABELS, this will add a list of custom labels separated with coma

Example: HISTORY_CUSTOM_LABELS=my-first-label,my_second_label

FROM joxit/docker-reigstry-ui

LABEL my-first-label="The Value of my-first-label"
LABEL my_second_label="The Value of my_second_label"

The UI will format your label and replace _ and - with spaces.

image

closes #160

@Joxit Joxit added this to the 2.2.0 milestone Mar 25, 2022
@Joxit Joxit merged commit ba6d817 into main Mar 26, 2022
@Joxit Joxit deleted the feat/expose-some-custom-labels branch March 26, 2022 14:06
@github-pages github-pages bot temporarily deployed to github-pages March 26, 2022 14:07 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

expose some labels
1 participant