Skip to content

replace-ociserver#16

Open
jcarter3 wants to merge 2 commits into
mainfrom
replace-ociserver
Open

replace-ociserver#16
jcarter3 wants to merge 2 commits into
mainfrom
replace-ociserver

Conversation

@jcarter3

Copy link
Copy Markdown
Collaborator

Replaces ociserver with a regex based mux that let's us extend the functionality more - this let's users add more routes on the server or just new extensions not currently handled.

Additionally, adds a way to run OCI conformance tests to ensure compability

…er" to allow for CDNs

Signed-off-by: Jeff Carter <jeff.carter@docker.com>

if pathMatched {
mx.handleMethodNotAllowed(w, r)
mx.log().Debug("method not allowed", "method", r.Method, "path", path)
Comment thread ociserver/server.go
if s.cfg.Logger == nil {
return
}
s.cfg.Logger.ErrorContext(ctx, message, append(args, "error", err)...)
Signed-off-by: Jeff Carter <jeff.carter@docker.com>
@jcarter3
jcarter3 force-pushed the replace-ociserver branch from fa77e52 to a9d78ef Compare July 24, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants