Qbot
Qbot copied to clipboard
构建项目的docker镜像失败
🐛 Bug Description
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Screenshot
Environment
Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.
- Qbot version:
- Python version: Python 3.10.11
- OS (
Windows,Linux,MacOS): Windows - Docker version 24.0.6, build ed223bc
- Commit number (optional, please provide it if you are using the dev version):
Additional Notes
按照《基金投资策略分析》页面上的提示,运行 “docker build -t fund_strategy .” ,报错如下:
ERROR: failed to solve: failed to parse stage name "gitlab/gitlab-runner-helper:": invalid reference format
我在docker hub上找到了这个gitlab/gitlab-runner-helper,但是不能pull Windows的版本,不知道为什么??? Docker version 24.0.6, build ed223bc
docker pull gitlab/gitlab-runner-helper:x86_64-latest-servercore21H2
x86_64-latest-servercore21H2: Pulling from gitlab/gitlab-runner-helper
7c76e5cf7755: Downloading 539.9kB/1.389GB
feca8e06011a: Downloading 539.9kB/448.7MB
d2a3afd10a4a: Pulling fs layer
8c50ae5b17ea: Waiting
c886165a9cfc: Waiting
701d6f1aee5a: Waiting
c47e93c5e94b: Waiting
767c6cd58630: Waiting
081d2a8d98d3: Waiting
63cb578eb007: Waiting
f2d737814706: Waiting
image operating system "windows" cannot be used on this platform: operating system is not supported
docker pull gitlab/gitlab-runner-helper:x86_64-latest-nanoserver21H2
x86_64-latest-nanoserver21H2: Pulling from gitlab/gitlab-runner-helper
8f8cef075921: Downloading 539.9kB/120.6MB
4e4df748ff96: Pulling fs layer
0297d2bca9b2: Download complete
30e1a65ced75: Waiting
1186b031d0f8: Waiting
cf0c992c600d: Waiting
5035135370e7: Waiting
981c0ed6b468: Waiting
376308e28be8: Waiting
115dd7da3bca: Waiting
fd41131ec50e: Waiting
06f03b67eae5: Waiting
65045b6dfe5e: Waiting
44965c6c21d1: Waiting
587e22b48359: Waiting
57074ed655b3: Waiting
image operating system "windows" cannot be used on this platform: operating system is not supported
Hey @{user}! Welcome to the QBOT repo on Github.
Docker 环境还没弄好。。