10 references to RabbitMQContainerImageTags
Aspire.Hosting.RabbitMQ (10)
RabbitMQBuilderExtensions.cs (10)
20
/// This version of the package defaults to the <inheritdoc cref="
RabbitMQContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
RabbitMQContainerImageTags
.Image"/> container image.
64
.WithImage(
RabbitMQContainerImageTags
.Image,
RabbitMQContainerImageTags
.Tag)
65
.WithImageRegistry(
RabbitMQContainerImageTags
.Registry)
114
/// This version of the package defaults to the <inheritdoc cref="
RabbitMQContainerImageTags
.ManagementTag"/> tag of the <inheritdoc cref="
RabbitMQContainerImageTags
.Image"/> container image.
145
&& containerAnnotations[0].Registry is
RabbitMQContainerImageTags
.Registry
146
&& string.Equals(containerAnnotations[0].Image,
RabbitMQContainerImageTags
.Image, StringComparison.OrdinalIgnoreCase))
160
annotation.Tag =
RabbitMQContainerImageTags
.ManagementTag;