2024-10-31 17:18:36 +08:00
2024-10-31 17:18:36 +08:00
2024-10-31 09:25:08 +08:00
2024-10-31 09:25:08 +08:00
2024-10-31 17:18:36 +08:00
2024-10-31 09:25:08 +08:00

镜像的构建

使用自定义的构建器构建多架构镜像,并推送至阿里云个人镜像仓库

docker buildx build -t crpi-jqvcwrlyhb9wwayw.cn-beijing.personal.cr.aliyuncs.com/ourhonour/flaskapi --platform=linux/arm64,linux/amd64 . --push

多架构镜像的实现可参考 利用 buildx 构建多架构镜像

Description
简单的 API 接口,用于提供 API 接口测试
Readme 33 KiB
Languages
Python 90%
Dockerfile 10%