Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wali/dotnet test release with public binaires to private mcr #2183

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

waliMSFT
Copy link
Contributor

@waliMSFT waliMSFT commented Oct 5, 2023

  • The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • Tests are included and/or updated for code changes.
  • Proper license headers are included in each file.

-- This PR is created for the below testing purpose.

We need to test if we can release the baseImages and runTimeImages to the staging repo (staging/oryx/base) of MCR. For the testing purpose I took the public binaries so that if anything went wrong in the release won't create any mess.

@waliMSFT waliMSFT requested a review from a team as a code owner October 5, 2023 20:35
daniv-msft
daniv-msft previously approved these changes Oct 6, 2023
daniv-msft
daniv-msft previously approved these changes Oct 6, 2023
# Added the [ "$ImageDebianFlavor" != "bullseye" ] condition to avoid creating bullseye images from `staging/oryx` repo.
# This is a temporary change only to release the dotnet 6,7,8 privately.
if [ shouldStageRuntimeVersion "dotnetcore" $VERSION_DIRECTORY ] && [ "$ImageDebianFlavor" != "bullseye" ] ; then
if shouldStageRuntimeVersion "dotnetcore" $VERSION_DIRECTORY ; then
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please ignore this change. In previous commit I tried to fix one issue. In this commit I just reverted it back..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants