Skip to content

Commit

Permalink
Use the correct MDSD image (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
mociarain committed Apr 11, 2024
1 parent 3432d3a commit a0948b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aro/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
mirrorImages := []string{
// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
srcAcrGeneva + "/distroless/genevamdm:2.2024.328.1744-c5fb79-20240328t1935",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20240304.1",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20240327.2",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down

0 comments on commit a0948b5

Please sign in to comment.