Skip to content

Add structured image registry configuration#459

Merged
DorianZheng merged 5 commits into
mainfrom
insecure-registries
May 2, 2026
Merged

Add structured image registry configuration#459
DorianZheng merged 5 commits into
mainfrom
insecure-registries

Conversation

@DorianZheng

Copy link
Copy Markdown
Member

Summary

  • add structured registry host configuration with HTTP, skip-verify, search, basic auth, and bearer auth support
  • wire registry host config through Rust, C, Go, Python, and Node SDKs
  • update generated C header, SDK docs, and registry configuration guide

Tests

  • cargo test -p boxlite registry_
  • cargo test -p boxlite client_config_
  • cargo test -p boxlite-c
  • cargo check -p boxlite-python
  • cargo check -p boxlite-node
  • cargo clippy -p boxlite --tests -- -D warnings
  • cargo clippy -p boxlite-c --tests -- -D warnings
  • cargo clippy -p boxlite-python -p boxlite-node -- -D warnings
  • go test -tags boxlite_dev -run TestRuntimeOptions .
  • npm run build
  • npm run format:check
  • cmake -S sdks/c/tests -B sdks/c/tests/build && cmake --build sdks/c/tests/build
  • git diff --check

Comment thread src/boxlite/src/images/store.rs Fixed
Comment thread sdks/c/src/runtime.rs Fixed
Comment thread sdks/node/src/options.rs Fixed
Comment thread src/boxlite/src/images/store.rs Fixed
Comment thread src/boxlite/src/runtime/options.rs Fixed
Comment thread src/boxlite/src/runtime/options.rs Fixed
Comment thread src/boxlite/src/runtime/options.rs Fixed
@DorianZheng DorianZheng merged commit a4364ab into main May 2, 2026
51 checks passed
@DorianZheng DorianZheng deleted the insecure-registries branch May 2, 2026 04:53
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