Skip to content

Commit 56ccb6a

Browse files
authored
stress test docker baseimage updates (#5328)
* stress test docker basefile updates * dockerfile update * updating stress watcher ci to net7.0 * stress watcher test net version bump * get env var * show env vars * show env var after install dotnet7 * testing if global affects * delete unnecessary net version * delete function call for debug * revert to net6 * revert to net6
1 parent eabf3b8 commit 56ccb6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ stages:
6767
- template: /eng/pipelines/templates/steps/install-dotnet.yml
6868
parameters:
6969
DotNetCoreVersion: ${{ parameters.DotNetCoreVersion }}
70-
70+
7171
- script: 'dotnet pack /p:ArtifactsPackagesDir=$(packagesToPublishDir) $(Warn) -c Release'
7272
displayName: 'Build and Package'
7373
workingDirectory: '${{ coalesce(parameters.PackageDirectory, parameters.ToolDirectory) }}'

tools/stress-cluster/chaos/examples/network-stress-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0
1+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
22
# Included packages: https://github.com/microsoft/CBL-Mariner/blob/1.0/SPECS/core-packages/core-packages.spec
33

44
ADD ./poll.sh /poll.sh

tools/stress-cluster/chaos/examples/network-stress-scenarios-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0
1+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
22
# Included packages: https://github.com/microsoft/CBL-Mariner/blob/1.0/SPECS/core-packages/core-packages.spec
33

44
ADD ./poll.sh /poll.sh

0 commit comments

Comments
 (0)