10 references to MySqlContainerImageTags
Aspire.Hosting.MySql (10)
MySqlBuilderExtensions.cs (10)
22
/// This version of the package defaults to the <inheritdoc cref="
MySqlContainerImageTags
.Tag"/> tag of the <inheritdoc cref="
MySqlContainerImageTags
.Image"/> container image.
55
.WithImage(
MySqlContainerImageTags
.Image,
MySqlContainerImageTags
.Tag)
56
.WithImageRegistry(
MySqlContainerImageTags
.Registry)
88
/// This version of the package defaults to the <inheritdoc cref="
MySqlContainerImageTags
.PhpMyAdminTag"/> tag of the <inheritdoc cref="
MySqlContainerImageTags
.PhpMyAdminImage"/> container image.
109
.WithImage(
MySqlContainerImageTags
.PhpMyAdminImage,
MySqlContainerImageTags
.PhpMyAdminTag)
110
.WithImageRegistry(
MySqlContainerImageTags
.Registry)