Skip to content

[nightly] Update dependencies from dotnet/dotnet#7032

Merged
lbussell merged 1 commit intodotnet:nightlyfrom
dotnet-docker-bot:nightly-UpdateDependencies-nightly-From-dotnet-dotnet
Feb 6, 2026
Merged

[nightly] Update dependencies from dotnet/dotnet#7032
lbussell merged 1 commit intodotnet:nightlyfrom
dotnet-docker-bot:nightly-UpdateDependencies-nightly-From-dotnet-dotnet

Conversation

@dotnet-docker-bot
Copy link
Contributor

No description provided.

@dotnet-docker-bot dotnet-docker-bot force-pushed the nightly-UpdateDependencies-nightly-From-dotnet-dotnet branch from 512cdb3 to 296144c Compare February 6, 2026 13:08
@dotnet-docker-bot dotnet-docker-bot requested a review from a team as a code owner February 6, 2026 13:08
@lbussell lbussell merged commit 36373e7 into dotnet:nightly Feb 6, 2026
80 checks passed
@github-actions github-actions bot added the needs-backport PR that should be backported to another branch label Feb 6, 2026
@lbussell
Copy link
Member

lbussell commented Feb 6, 2026

/backport to release/2026-02B

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

Started backporting to release/2026-02B (link to workflow run)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2026

@lbussell backporting to release/2026-02B failed during automated conflict resolution. Please backport manually!

Error details

pwsh ./eng/dockerfile-templates/Get-GeneratedDockerfiles.ps1 && pwsh ./eng/readme-templates/Get-GeneratedReadmes.ps1 stderr:

Error: No such object: mcr.microsoft.com/dotnet-buildtools/image-builder:2887966
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile.WithRepo
#1 transferring dockerfile: 146B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $IMAGE results in empty or invalid base image name (line 3)
#1 DONE 0.0s

#2 [internal] load metadata for mcr.microsoft.com/dotnet-buildtools/image-builder:2887966
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context: 107B done
#3 DONE 0.0s

#4 [1/3] FROM mcr.microsoft.com/dotnet-buildtools/image-builder:2887966
#4 DONE 0.0s

#5 [2/3] WORKDIR /repo
#5 DONE 0.0s

#6 [internal] load build context
#6 transferring context: 55.01MB 0.4s done
#6 DONE 0.4s

#7 [3/3] COPY . .
#7 DONE 0.5s

#8 exporting to image
#8 exporting layers
#8 exporting layers 0.8s done
#8 writing image sha256:d486febb576873f222a32da446ce7807fa1ead6db6a3f535aa30dfc7cf99ec1c done
#8 naming to docker.io/library/microsoft-dotnet-imagebuilder-withrepo done
#8 DONE 0.8s

 �[33m1 warning found (use docker --debug to expand):
�[0m - InvalidDefaultArgInFrom: Default value for ARG $IMAGE results in empty or invalid base image name (line 3)
Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
 ---> Newtonsoft.Json.JsonReaderException: Invalid property identifier character: <. Path 'variables['aspnet-composite|8.0|build-version']', line 34, position 0.
   at Newtonsoft.Json.JsonTextReader.ParseProperty()
   at Newtonsoft.Json.JsonTextReader.ParseObject()
   at Newtonsoft.Json.JsonTextReader.Read()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary dictionary, JsonReader reader, JsonDictionaryContract contract, JsonProperty containerProperty, String id)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
   at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
   at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
   at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
   at Microsoft.DotNet.ImageBuilder.ViewModel.ManifestInfo.LoadModel(String path, String manifestDirectory) in /image-builder/ImageBuilder/ViewModel/ManifestInfo.cs:line 258
   at Microsoft.DotNet.ImageBuilder.ViewModel.ManifestInfo.Create(String manifestPath, ManifestFilter manifestFilter, IManifestOptionsInfo options) in /image-builder/ImageBuilder/ViewModel/ManifestInfo.cs:line 62
   at Microsoft.DotNet.ImageBuilder.ViewModel.ManifestInfo.Load(IManifestOptionsInfo options) in /image-builder/ImageBuilder/ViewModel/ManifestInfo.cs:line 46
   at Microsoft.DotNet.ImageBuilder.Commands.ManifestCommand`2.LoadManifest() in /image-builder/ImageBuilder/Commands/ManifestCommand.cs:line 19
   at Microsoft.DotNet.ImageBuilder.Commands.ManifestCommand`2.Initialize(TOptions options) in /image-builder/ImageBuilder/Commands/ManifestCommand.cs:line 26
   at Microsoft.DotNet.ImageBuilder.Commands.Command`2.<GetCliCommand>b__9_0(TOptions options) in /image-builder/ImageBuilder/Commands/Command.TOptions.cs:line 55
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
   --- End of inner exception stack trace ---
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.CommandLine.Invocation.ModelBindingCommandHandler.InvokeAsync(InvocationContext context)
   at System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<<BuildInvocationChain>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseParseErrorReporting>b__21_0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass19_0.<<UseMiddleware>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass16_0.<<UseHelp>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass25_0.<<UseVersionOption>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass23_0.<<UseTypoCorrections>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseSuggestDirective>b__22_0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseParseDirective>b__20_0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseDebugDirective>b__11_0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<RegisterWithDotnetSuggest>b__10_0>d.MoveNext()
--- End of stack trace from previous location ---
   at System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass14_0.<<UseExceptionHandler>b__0>d.MoveNext()

Link to workflow output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-backport PR that should be backported to another branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants