[image]: swagger-ui#358
Open
dylanmtaylor wants to merge 1 commit into
Open
Conversation
7fec092 to
7382c7d
Compare
7382c7d to
386f0f0
Compare
This file contains hidden or 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
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.
Description
Add a new hardened container image definition for swagger-ui — a minimal, secure alternative to the official Swagger UI image.
Type of Change
[✓] New image
[ ] New Helm chart
[ ] New package
[ ] Documentation improvement or correction
[ ] Example configuration or use case
[ ] Community tooling or script
[ ] Website or catalog enhancement
[ ] Bug fix
[ ] Other (please describe):
Related Issues
#355
Changes Made
• Added
image/swagger-ui/with Debian 13 runtime and dev variants• Packaged swagger-ui version
v5.32.6• Stripped Node.js dev tools from runtime for minimal attack surface (only static JS/HTML served via a pure Nginx runtime container)
• Lightweight runtime configurability using secure shell entrypoint for
SWAGGER_JSON_URLand mountedSWAGGER_JSONspecs• Secure, non-root Nginx server configuration (listening on port
8080as usernginxwith UID65532)• Includes
info.yaml,overview.md,guides.md, andlogo.svgTesting
[✓] I have tested these changes locally
[✓] All existing tests pass
[ ] I have added new tests (if applicable)
Screenshots (if applicable)
N/A
Checklist
[✓] My changes follow the repository's style and conventions
[✓] I have updated documentation as needed
[✓] My commit messages are clear and descriptive
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.