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

Fix and re-enable update-dependencies pipeline #6052

Open
lbussell opened this issue Nov 13, 2024 · 0 comments
Open

Fix and re-enable update-dependencies pipeline #6052

lbussell opened this issue Nov 13, 2024 · 0 comments
Assignees

Comments

@lbussell
Copy link
Contributor

I have disabled the scheduled runs of the update-dependencies pipeline in the Azure DevOps UI for several reasons:

  1. We do not currently have .NET 10 images in the nightly repo
  2. It has failed every day for a number of weeks with this error message > ```

    ##[debug]Processed: ##vso[task.setvariable variable=versionInfos][{"SdkVersion":"9.0.101-servicing.24561.8","StableBranding":true,"DockerfileVersion":"9.0","RuntimeVersion":"9.0.0-rtm.24516.10","AspnetVersion":"9.0.0-rtm.24516.19"}]
    Get-DropVersions.ps1: /home/vsts/work/_temp/c63cb427-081e-4bad-b278-93e2185667e5.ps1:25
    Line |
    25 | /home/vsts/work/1/s/eng/Get-DropVersions.ps1 @Args
    | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    | The variable '$internalBaseUrl' cannot be retrieved because it has not
    | been set.

  3. We need to implement Update-dependencies pipeline: create separate PRs per upgraded image component #5990

As part of this, we should also re-enable the Syft and Ubuntu Chiseled updaters:

// Disable additional updaters due to https://github.com/dotnet/dotnet-docker/issues/5990
// Chisel updaters must be listed before runtime version
// updaters because they check the manifest for whether the
// runtime versions are being updated or not
// ..chiselUpdaters,
// syftUpdater

@github-project-automation github-project-automation bot moved this to Backlog in .NET Docker Nov 13, 2024
@lbussell lbussell moved this from Backlog to Sprint in .NET Docker Nov 13, 2024
@lbussell lbussell moved this from Sprint to Current Release in .NET Docker Nov 18, 2024
@lbussell lbussell self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Current Release
Development

No branches or pull requests

1 participant