Skip to content

Commit

Permalink
MDM Image Bump - ARO-4792
Browse files Browse the repository at this point in the history
Update MDM image to 2.2023.1118.1225-d7e0d6-20231118t1338
Update MDSD image to mariner_20231109.1
  • Loading branch information
s-fairchild committed Nov 30, 2023
1 parent 72cad15 commit 40825a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/aro/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
srcAcrGeneva := "linuxgeneva-microsoft" + acrDomainSuffix
mirrorImages := []string{
// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers
srcAcrGeneva + "/distroless/genevamdm:2.2023.928.2134-0de476-20230928t2244",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20231024.2",
srcAcrGeneva + "/distroless/genevamdm:2.2023.1118.1225-d7e0d6-20231118t1338",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20231115",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down
Loading

0 comments on commit 40825a1

Please sign in to comment.