Improve installer download sources and slim image/compose progress - #35
Merged
Merged
Conversation
- Detect github/gitee download source automatically or via --download-source / DEVIFY_DOWNLOAD_SOURCE; fetch the deployment files directly from the chosen host's raw URLs - Abort with a clear message when the gitee mirror has not synced the requested tag (HTTP 404); skip other missing files with a warning - Collapse docker pull detail into a single self-updating TTY progress line; show [i/N] pulled counting on non-TTY; log docker errors - Send compose up output to the log; show a spinner while starting and a compact NAME/STATUS container table at the end - Pull application images from Aliyun ACR oneprolabs registry - Keep bash 3.2 compatibility (no associative arrays) - Publish the latest tag explicitly in backend/UI image workflows Co-authored-by: Orca <help@stably.ai>
5 tasks
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.
Summary
--download-source/DEVIFY_DOWNLOAD_SOURCE; fetch the 11 deployment files directly from the chosen host's raw URLs instead of a full archivedocker pulldetail into a single self-updating TTY progress line (img: N/M layers ready, N complete (X/Y));[i/N] pulled <img>counting on non-TTY; docker errors now loggedcompose upoutput to the log; show a spinner while starting and a compactNAME/STATUScontainer table at the endregistry.cn-beijing.aliyuncs.com/oneprolabslatesttag explicitly in backend/UI image workflowsCloses #34
Test plan
bash -npasses on bash 3.2 (macOS)scripts/test-install.shplatform smoke tests passstart_stack: spinner on TTY, compact container status table, retry warnings intactMade with Orca 🐋