File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ resources:
4747extends :
4848 template : /eng/docker-tools/templates/1es.yml@self
4949 parameters :
50+ # Temporarily use only Permissive because CFSClean blocks Ubuntu/Debian package feeds.
51+ # Tracking issue: https://github.com/dotnet/dotnet-docker-internal/issues/11529
52+ networkIsolationPolicy : Permissive
5053 reposToExcludeFromScanning :
5154 - VersionsRepo
5255 stages :
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ resources:
3434extends :
3535 template : /eng/docker-tools/templates/1es.yml@self
3636 parameters :
37+ # Temporarily use only Permissive because CFSClean blocks Ubuntu/Debian package feeds.
38+ # Tracking issue: https://github.com/dotnet/dotnet-docker-internal/issues/11529
39+ networkIsolationPolicy : Permissive
3740 reposToExcludeFromScanning :
3841 - VersionsRepo
3942 stages :
You can’t perform that action at this time.
0 commit comments