Skip to content

Commit 7801238

Browse files
committed
Added placeholder for eshop image tags in SF config manifests
1 parent 7861d5d commit 7801238

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/BasketApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/basket.api:latest</ImageName>
18+
<ImageName>eshop/basket.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/CatalogApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/catalog.api:latest</ImageName>
18+
<ImageName>eshop/catalog.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/LocationsApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/locations.api:latest</ImageName>
18+
<ImageName>eshop/locations.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/marketing.api:latest</ImageName>
18+
<ImageName>eshop/marketing.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/OrderingApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/ordering.api:latest</ImageName>
18+
<ImageName>eshop/ordering.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabric/ApplicationPackageRoot/PaymentApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/payment.api:latest</ImageName>
18+
<ImageName>eshop/payment.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabricIdSrv/eShopOnServiceFabricIdSrv/ApplicationPackageRoot/IdentityApiPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/identity.api:latest</ImageName>
18+
<ImageName>eshop/identity.api:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabricWebMVC/eShopOnServiceFabricWebMVC/ApplicationPackageRoot/WebMVCPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/webmvc:latest</ImageName>
18+
<ImageName>eshop/webmvc:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabricWebSPA/eShopOnServiceFabricWebSPA/ApplicationPackageRoot/WebSPAPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/webspa:latest</ImageName>
18+
<ImageName>eshop/webspa:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

ServiceFabric/Linux/eShopOnServiceFabricWebStatus/eShopOnServiceFabricWebStatus/ApplicationPackageRoot/WebStatusPkg/ServiceManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<EntryPoint>
1616
<!-- Follow this link for more information about deploying Windows containers to Service Fabric: https://aka.ms/sfguestcontainers -->
1717
<ContainerHost>
18-
<ImageName>eshop/webstatus:latest</ImageName>
18+
<ImageName>eshop/webstatus:#{tag}#</ImageName>
1919
</ContainerHost>
2020
</EntryPoint>
2121
<!-- Pass environment variables to your container: -->

0 commit comments

Comments
 (0)