ba52fedd27
examples/single-file/remotes.yaml — original monolithic config examples/conf.d-method/ — one yaml per remote (alpine, github, pypi) docker-compose updated to mount from examples/single-file/.
12 lines
274 B
YAML
12 lines
274 B
YAML
remotes:
|
|
alpine:
|
|
base_url: "https://dl-cdn.alpinelinux.org"
|
|
type: "remote"
|
|
package: "alpine"
|
|
description: "Alpine Linux APK package repository"
|
|
immutable_patterns:
|
|
- ".*/x86_64/.*\\.apk$"
|
|
cache:
|
|
immutable_ttl: 0
|
|
mutable_ttl: 7200
|