Skip to content

Commit

Permalink
Sync fluentbit image with correct checksum seen in arosvc registry
Browse files Browse the repository at this point in the history
With two separate build pipelines, the sha256 checksum of the images between INT and FF INT, are not in sync with the checksums present in Prod, FF Prod.

The images present in arosvc.azurecr.io  have been pulled and pushed to arointsvc.azurecr.io .
  • Loading branch information
s-fairchild committed Aug 8, 2024
1 parent cb40d34 commit 5838b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/version/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var DefaultInstallStream = Stream{
// FluentbitImage contains the location of the Fluentbit container image
func FluentbitImage(acrDomain string) string {
// https://github.com/microsoft/azurelinux/releases
return acrDomain + "/fluentbit:1.9.10-cm20240628@sha256:1d0b1789f4eb06f5c74fa5def306bd5095852882f63d91578ef589e8eab18765"
return acrDomain + "/fluentbit:1.9.10-cm20240628@sha256:f2bfd9bef5eb1ab6ee580b585b3ef1280386c919b12901b7d7127de60c60e7e5"
}

// MdmImage contains the location of the MDM container image
Expand Down

0 comments on commit 5838b6e

Please sign in to comment.