10 references to RabbitMQContainerImageTags
Aspire.Hosting.RabbitMQ (10)
RabbitMQBuilderExtensions.cs (10)
21/// This version of the package defaults to the <inheritdoc cref="RabbitMQContainerImageTags.Tag"/> tag of the <inheritdoc cref="RabbitMQContainerImageTags.Image"/> container image. 76.WithImage(RabbitMQContainerImageTags.Image, RabbitMQContainerImageTags.Tag) 77.WithImageRegistry(RabbitMQContainerImageTags.Registry) 128/// This version of the package defaults to the <inheritdoc cref="RabbitMQContainerImageTags.ManagementTag"/> tag of the <inheritdoc cref="RabbitMQContainerImageTags.Image"/> container image. 163&& containerAnnotations[0].Registry is RabbitMQContainerImageTags.Registry 164&& string.Equals(containerAnnotations[0].Image, RabbitMQContainerImageTags.Image, StringComparison.OrdinalIgnoreCase)) 178annotation.Tag = RabbitMQContainerImageTags.ManagementTag;