https://github.com/yankeguo-deprecated/library
ACICN 基础镜像的源代码仓库,使用了 Go 模板语言进行渲染,便于批量构建和管理
https://github.com/yankeguo-deprecated/library
Last synced: about 2 months ago
JSON representation
ACICN 基础镜像的源代码仓库,使用了 Go 模板语言进行渲染,便于批量构建和管理
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/library
- Owner: yankeguo-deprecated
- License: mit
- Created: 2020-11-09T03:03:45.000Z (over 4 years ago)
- Default Branch: latest
- Last Pushed: 2021-08-10T05:34:08.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T16:58:21.681Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
- License: LICENSE
Awesome Lists containing this project
README
library
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;
font-size: 14px;
line-height: 1.6;
}
.task-list-item { list-style-type: none; } .task-list-item-checkbox { margin-left: -20px; vertical-align: middle; }
library
镜像源代码仓库,使用了 Go 模板语言进行渲染,便于批量构建和管理
镜像
自制镜像
自制镜像的用法和标签,参考各个子目录
- 操作系统
- 运行环境
- 基础服务
自制镜像列表可以访问如下地址获得:
https://acicn.guoyk.net/library/IMAGES.txt
外部镜像
除了自制镜像外,我还导入了常用的外部镜像,对应关系参考 manifest.yml
文件,以下为示例
k8s.gcr.io/ingress-nginx/controller => acicn/ingress-nginx-controller
k8s.gcr.io/defaultbackend-amd64 => acicn/ingress-nginx-defaultbackend
jettech/kube-webhook-certgen => acicn/ingress-nginx-kube-webhook-certgen
quay.io/external_storage/nfs-client-provisioner => acicn/nfs-client-provisioner
外部镜像列表可以访问如下地址获得:
https://acicn.guoyk.net/library/MIRRORS.txt
镜像源
除了标准的 DockerHub 源之外,我在其他云厂商的公共镜像仓库上也创建了对等的源
- 腾讯云:
ccr.ccs.tencentyun.com/acicn
- 阿里云:
registry.cn-shenzhen.aliyuncs.com/acicn
Helm 仓库
鉴于官方的 stable 中央仓库已经停用,我复制了一些常用的 Helm 仓库到 charts
子目录下,并定期发布。
Helm 仓库所涉及到的镜像均会作为外部镜像一并导入 acicn
命名空间
地址如下:
https://acicn.guoyk.net/charts
许可证
Guo Y.K., MIT License