-
Notifications
You must be signed in to change notification settings - Fork 556
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
feat: registry proxy #9722
Merged
Merged
feat: registry proxy #9722
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DmitriyMV
force-pushed
the
registry-proxy
branch
3 times, most recently
from
November 14, 2024 10:35
acb3f33
to
4bee044
Compare
smira
reviewed
Nov 14, 2024
smira
reviewed
Nov 14, 2024
smira
reviewed
Nov 14, 2024
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 19, 2024 18:41
4bee044
to
18e6856
Compare
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 19, 2024 18:44
18e6856
to
524f5cf
Compare
dsseng
reviewed
Nov 19, 2024
internal/app/machined/pkg/system/services/registry/store_darwin.go
Outdated
Show resolved
Hide resolved
DmitriyMV
force-pushed
the
registry-proxy
branch
2 times, most recently
from
November 19, 2024 19:18
710172b
to
38f321f
Compare
Merged
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 19, 2024 19:22
38f321f
to
8001aec
Compare
dsseng
approved these changes
Nov 19, 2024
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 19, 2024 19:47
8001aec
to
65dc256
Compare
frezbo
reviewed
Nov 20, 2024
smira
approved these changes
Nov 20, 2024
smira
reviewed
Nov 21, 2024
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 21, 2024 15:08
65dc256
to
dbba119
Compare
smira
approved these changes
Nov 21, 2024
frezbo
approved these changes
Nov 21, 2024
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 21, 2024 15:38
dbba119
to
48e9b9f
Compare
DmitriyMV
commented
Nov 21, 2024
func (r *registryD) Condition(runtime.Runtime) conditions.Condition { return nil } | ||
func (r *registryD) DependsOn(runtime.Runtime) []string { return nil } | ||
|
||
func (r *registryD) HealthFunc(runtime.Runtime) health.Check { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smira healthcheck ^^^
Implement container registry proxy. Signed-off-by: Dmitriy Matrenichev <[email protected]>
DmitriyMV
force-pushed
the
registry-proxy
branch
from
November 21, 2024 16:28
48e9b9f
to
0ffb218
Compare
/m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implement container registry proxy.