13 lines
604 B
YAML
13 lines
604 B
YAML
# 需要自动更新的文件列表
|
|
- file: /docker/install.sh
|
|
source: https://raw.githubusercontent.com/docker/docker-install/master/install.sh
|
|
- file: /docker/debian/gpg
|
|
source: https://download.docker.com/linux/debian/gpg
|
|
- file: /docker/ubuntu/gpg
|
|
source: https://download.docker.com/linux/ubuntu/gpg
|
|
- file: /docker/raspbian/gpg
|
|
source: https://download.docker.com/linux/raspbian/gpg
|
|
- file: /docker/fedora/docker-ce.repo
|
|
source: https://download.docker.com/linux/fedora/docker-ce.repo
|
|
- file: /docker/centos/docker-ce.repo
|
|
source: https://download.docker.com/linux/centos/docker-ce.repo |