Skip to content

Commit 9eff1fd

Browse files
authored
Set Permissive network isolation policy (#7295)
1 parent ed4aa6f commit 9eff1fd

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

eng/pipelines/dotnet-core-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ resources:
4747
extends:
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:

eng/pipelines/dotnet-core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ resources:
3434
extends:
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:

0 commit comments

Comments
 (0)