Skip to content
Snippets Groups Projects
Unverified Commit 327d0fb6 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix: remove traefik manual sourceUrl (#21117)

parent 3859b521
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = { ...@@ -66,7 +66,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
}, },
docker: { docker: {
'amd64/registry': 'https://github.com/distribution/distribution', 'amd64/registry': 'https://github.com/distribution/distribution',
'amd64/traefik': 'https://github.com/containous/traefik',
'coredns/coredns': 'https://github.com/coredns/coredns', 'coredns/coredns': 'https://github.com/coredns/coredns',
'docker/compose': 'https://github.com/docker/compose', 'docker/compose': 'https://github.com/docker/compose',
'drone/drone': 'https://github.com/drone/drone', 'drone/drone': 'https://github.com/drone/drone',
...@@ -91,7 +90,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = { ...@@ -91,7 +90,6 @@ export const manualSourceUrls: Record<string, Record<string, string>> = {
'mcr.microsoft.com/dotnet/sdk': 'https://github.com/dotnet/sdk', 'mcr.microsoft.com/dotnet/sdk': 'https://github.com/dotnet/sdk',
node: 'https://github.com/nodejs/node', node: 'https://github.com/nodejs/node',
registry: 'https://github.com/distribution/distribution', registry: 'https://github.com/distribution/distribution',
traefik: 'https://github.com/containous/traefik',
}, },
kubernetes: { kubernetes: {
node: 'https://github.com/nodejs/node', node: 'https://github.com/nodejs/node',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment