Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-shrimp authored Jun 12, 2024
1 parent 63a6450 commit c241ff7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Docker Images Pusher

使用Github Action将DockerHub镜像转存到阿里云私有仓库,供国内服务器使用,免费易用
使用Github Action将国内难访问的Docker镜像转存到阿里云私有仓库,供国内服务器使用,免费易用
支持DockerHub, gcr.io, k8s.io, quay.io, ghcr.io等任意仓库

视频教程:https://www.bilibili.com/video/BV1Zn4y19743/

Expand Down Expand Up @@ -35,8 +36,11 @@ Fork本项目<br>
的值配置成环境变量

### 添加镜像
打开images.txt文件,添加你想要的镜像,可以带tag,也可以不用(默认latest)<br>
也可添加 --platform=xxxxx 的参数指定镜像架构<br>
打开images.txt文件,添加你想要的镜像
可以加tag,也可以不用(默认latest)<br>
可添加 --platform=xxxxx 的参数指定镜像架构<br>
可使用 k8s.gcr.io/kube-state-metrics/kube-state-metrics 格式指定私库<br>
可使用 #开头作为注释<br>
![](doc/images.png)
文件提交后,自动进入Github Action构建

Expand Down Expand Up @@ -70,4 +74,4 @@ xiaoyaliu/alist
### 定时执行
修改/.github/workflows/docker.yaml文件
添加 schedule即可定时执行(此处cron使用UTC时区)
![](doc/定时执行.png)
![](doc/定时执行.png)

0 comments on commit c241ff7

Please sign in to comment.