mirror of
https://github.com/jc21/docker-registry-ui.git
synced 2026-04-25 09:15:54 +03:00
[GH-ISSUE #19] How about use golang as the backend? #15
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#15
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 @huapox on GitHub (Apr 6, 2020).
Original GitHub issue: https://github.com/jc21/docker-registry-ui/issues/19
First this is awesome project, with lite useful and refreshing frontend.
And now it's with
nodefor the backtend, as we can see the image's size at165.72 MBin dockerhub alter compressed. and the runtime mem up to about40Mb.There is just about 3 apis between backtend and frontend, so come with a idea of changing the backtend to
golangof implement. for lite image size(about40Mb) and lower run memory(about8Mb).@jc21 commented on GitHub (Apr 6, 2020):
Yeah I am trying to switch to a golang backend for another one of my projects and it's so much nicer. I really haven't devoted any time to this registry ui in almost a couple of years though.
@huapox commented on GitHub (Apr 6, 2020):
Great! and if with your permission I'll devote some time to this work. thx~
@tomaswarynyca commented on GitHub (Jul 14, 2021):
Any news about migration?
Fiber could be used as backend