Skip to content

Commit

Permalink
stress test docker baseimage updates (#5328)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ckairen authored Feb 13, 2023
1 parent eabf3b8 commit 56ccb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stages:
- template: /eng/pipelines/templates/steps/install-dotnet.yml
parameters:
DotNetCoreVersion: ${{ parameters.DotNetCoreVersion }}

- script: 'dotnet pack /p:ArtifactsPackagesDir=$(packagesToPublishDir) $(Warn) -c Release'
displayName: 'Build and Package'
workingDirectory: '${{ coalesce(parameters.PackageDirectory, parameters.ToolDirectory) }}'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
# Included packages: https://github.com/microsoft/CBL-Mariner/blob/1.0/SPECS/core-packages/core-packages.spec

ADD ./poll.sh /poll.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/cbl-mariner/base/core:1.0
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0
# Included packages: https://github.com/microsoft/CBL-Mariner/blob/1.0/SPECS/core-packages/core-packages.spec

ADD ./poll.sh /poll.sh
Expand Down

0 comments on commit 56ccb6a

Please sign in to comment.