feat: add docker compose image pull automation script#10
Open
lyydsheep wants to merge 15 commits intoyou8023:mainfrom
Open
feat: add docker compose image pull automation script#10lyydsheep wants to merge 15 commits intoyou8023:mainfrom
lyydsheep wants to merge 15 commits intoyou8023:mainfrom
Conversation
- Add script to automatically pull images from docker-compose files - Support multiple compose file formats (docker-compose*.yaml)
Author
|
close #9 |
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.
镜像批量拉取功能
使用命令:
docker_compose_pull使用yq工具扫描当前目录下所有
docker-compose*.yaml文件,并调用docker_pull脚本拉取镜像测试方法