22 references to MySqlContainerImageTags
Aspire.Hosting.MySql (10)
MySqlBuilderExtensions.cs (10)
25/// This version of the package defaults to the <inheritdoc cref="MySqlContainerImageTags.Tag"/> tag of the <inheritdoc cref="MySqlContainerImageTags.Image"/> container image. 79.WithImage(MySqlContainerImageTags.Image, MySqlContainerImageTags.Tag) 80.WithImageRegistry(MySqlContainerImageTags.Registry) 182/// This version of the package defaults to the <inheritdoc cref="MySqlContainerImageTags.PhpMyAdminTag"/> tag of the <inheritdoc cref="MySqlContainerImageTags.PhpMyAdminImage"/> container image. 203.WithImage(MySqlContainerImageTags.PhpMyAdminImage, MySqlContainerImageTags.PhpMyAdminTag) 204.WithImageRegistry(MySqlContainerImageTags.Registry)
Aspire.Hosting.MySql.Tests (12)
AddMySqlTests.cs (12)
49Assert.Equal(MySqlContainerImageTags.Tag, containerAnnotation.Tag); 50Assert.Equal(MySqlContainerImageTags.Image, containerAnnotation.Image); 51Assert.Equal(MySqlContainerImageTags.Registry, containerAnnotation.Registry); 88Assert.Equal(MySqlContainerImageTags.Tag, containerAnnotation.Tag); 89Assert.Equal(MySqlContainerImageTags.Image, containerAnnotation.Image); 90Assert.Equal(MySqlContainerImageTags.Registry, containerAnnotation.Registry); 166"image": "{{MySqlContainerImageTags.Registry}}/{{MySqlContainerImageTags.Image}}:{{MySqlContainerImageTags.Tag}}", 204"image": "{{MySqlContainerImageTags.Registry}}/{{MySqlContainerImageTags.Image}}:{{MySqlContainerImageTags.Tag}}",