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.
75
.WithImage(
RabbitMQContainerImageTags
.Image,
RabbitMQContainerImageTags
.Tag)
76
.WithImageRegistry(
RabbitMQContainerImageTags
.Registry)
125
/// This version of the package defaults to the <inheritdoc cref="
RabbitMQContainerImageTags
.ManagementTag"/> tag of the <inheritdoc cref="
RabbitMQContainerImageTags
.Image"/> container image.
156
&& containerAnnotations[0].Registry is
RabbitMQContainerImageTags
.Registry
157
&& string.Equals(containerAnnotations[0].Image,
RabbitMQContainerImageTags
.Image, StringComparison.OrdinalIgnoreCase))
171
annotation.Tag =
RabbitMQContainerImageTags
.ManagementTag;