-
Notifications
You must be signed in to change notification settings - Fork 14
/
netlify.toml
30 lines (24 loc) · 984 Bytes
/
netlify.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# netlify.toml
[[redirects]]
from = "https://docker.gocv.io/*"
to = "https://registry.hub.docker.com/:splat"
status = 307
[[redirects]]
from = "https://c.gocv.io/*"
to = "https://ghcr.io/:splat"
status = 307
[[redirects]]
from = "https://cr.gocv.io/v2/library/gocv/*"
to = "https://ghcr.io/v2/library/hybridgroup/:splat"
status = 200
headers = {WWW-Authenticate = "Bearer realm=\"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:hybridgroup/opencv:pull\""}
[[redirects]]
from = "https://cr.gocv.io/v2/gocv/*"
to = "https://ghcr.io/v2/hybridgroup/:splat"
status = 200
headers = {WWW-Authenticate = "Bearer realm=\"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:hybridgroup/opencv:pull\""}
[[redirects]]
from = "https://cr.gocv.io/*"
to = "https://ghcr.io/:splat"
status = 200
headers = {WWW-Authenticate = "Bearer realm=\"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:hybridgroup/opencv:pull\""}