mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #16] registry with htpasswd not accessible #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-registry-ui-jc21#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wiryonolau on GitHub (Dec 21, 2019).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/16
Hi, Is possible to use docker secrets to pass REGISTRY_PASS ?
I got "Internal Error There may be a problem communicating with the Registry" when accessing from browser. registry-ui container can telnet to registry normally on port 5000
Here is my compose file
registry last log
docker-registry-ui log when accesing from browser
@wiryonolau commented on GitHub (Dec 21, 2019):
If i use plain text in for REGISTRY_PASS i got this error
@moracabanas commented on GitHub (Jan 7, 2021):
I hope this pull request helps you, actually docker secrets didn't work if you don't implement it in your image because secrets are loaded from a file and you are trying to load a file content in a ENV variable but what you are doing is mapping a path not the content itself.
So if this pull request gets approved you should use
instead of