Add Docker Hub sync workflow and README files for fileserver, gitweb, and wechat - #6
Merged
Merged
Conversation
Owner
Author
|
@copilot resolve the merge conflicts in this pull request |
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.
Motivation
README.mdcontent for the container images.fileserver,gitweb, andwechatso the workflow can extract meaningful summaries.Description
/.github/workflows/sync-dockerhub-repo-info.ymlthat logs into the Docker Hub API, extracts a short description and full description from each repoREADME.md, andPATCHes the Docker Hub repository metadata usingcurlandjq.jq, obtains a JWT from Docker Hub usingcurl, trims the short description to 100 bytes while preserving UTF-8 via an inlinepython3snippet, and supports an optionalcategoryinput applied to all repos.fileserver,gitweb, andwechat, validates eachREADME.mdexists, and fails the job with diagnostic output on HTTP or other failures.README.mdfiles forfileserver,gitweb, andwechatwith highlights and basicdocker runusage examples.Testing
curl,jq,python3,awk) and include HTTP status checks to surface failures during execution.README.mdfiles were added as static documentation and require no runtime tests.Codex Task