中文文档 • Docker Hub • GitHub Container • Red Hat Quay
In order to build Ascend Docker images, ensure you have the following.
- Docker Engine 20.10+
Run in the root directory of the repository:
docker buildx bake -f docker-bake.hcl
To build single-arch images only:
docker buildx bake -f docker-bake.hcl --set '*.platform=linux/arm64'
To customize the registry and owner using JSON format:
custom_registries='
[
{
"url": "quay.io",
"owner": "cosdt"
}
]'
registries="${custom_registries}" \
docker buildx bake -f docker-bake.hcl
This repository is licensed under the Apache License 2.0.