Compare commits
3 Commits
2a66109f13
...
codex/s58-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b40dfb185 | ||
| 103878671c | |||
|
|
36039c1335 |
@@ -126,7 +126,7 @@ spec:
|
|||||||
# dotnet.exe publish -c Release -o deploy/app \
|
# dotnet.exe publish -c Release -o deploy/app \
|
||||||
# src/FlowerCore.Distribution.Web/FlowerCore.Distribution.Web.csproj
|
# src/FlowerCore.Distribution.Web/FlowerCore.Distribution.Web.csproj
|
||||||
# podman build -t localhost/fc-distribution:v<tag> -f deploy/Dockerfile.deploy deploy
|
# podman build -t localhost/fc-distribution:v<tag> -f deploy/Dockerfile.deploy deploy
|
||||||
image: localhost/fc-distribution:v202605061948
|
image: localhost/fc-distribution:v20260604-oidc-root-anon
|
||||||
imagePullPolicy: Never
|
imagePullPolicy: Never
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|||||||
@@ -790,6 +790,12 @@ public sealed class FleetManifestLintTests
|
|||||||
"/volume1/kubernetes/fc-media-inbox",
|
"/volume1/kubernetes/fc-media-inbox",
|
||||||
"/volume1/video",
|
"/volume1/video",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var distributionDeployment = AppDocuments("fc-distribution")
|
||||||
|
.Single(document => document.Kind == "Deployment" && document.Name == "fc-distribution");
|
||||||
|
var distributionContainer = distributionDeployment.MainContainerMappings().Should().ContainSingle().Subject;
|
||||||
|
|
||||||
|
ManifestNodeExtensions.Scalar(distributionContainer, "image").Should().Be("localhost/fc-distribution:v20260604-oidc-root-anon");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|||||||
Reference in New Issue
Block a user