koxudaxi/python此镜像包含 lysnikolaou 的 tstrings 分支的 CPython Dockerfile,提供支持标签字符串功能的 Python 环境。Dockerfile 由官方 Dockerfile 代码生成器的补丁版本构建,所有镜像可在 Docker Hub 上获取,并通过 GitHub Actions 自动构建和发布。
shell$ docker pull koxudaxi/python:3.14-rc-alpine3.20
shell$ docker run -it --rm koxudaxi/python:3.14-rc-alpine3.20 Python 3.14.0a1+ (heads/tstrings:499d70c, Oct 21 2024, 19:13:41) [GCC 13.2.1 20240309] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from templatelib import Template, Interpolation >>> name = "World" >>> template = t"Hello {name}" >>> assert isinstance(template.args[0], str) >>> assert isinstance(template.args[1], Interpolation) >>> assert template.args[0] == "Hello " >>> assert template.args[1].value == "World"
shell# 默认使用 alpine3.20 基础镜像 $ make build # 指定基础镜像 $ make build BASE_IMAGE=slim-bookworm # 构建所有基础镜像 $ make build-all

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务