Skip to content

Commit

Permalink
Merge branch 'master' into SrinivasAtmakuri/ARO-5946
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasAtmakuri authored Apr 4, 2024
2 parents 1e5b555 + fb41688 commit 36e33e1
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -87,8 +87,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.1118.1225-d7e0d6-20231118t1338",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20231129.1",
srcAcrGeneva + "/distroless/genevamdm:2.2024.328.1744-c5fb79-20240328t1935",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20240304.1",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down
Loading

0 comments on commit 36e33e1

Please sign in to comment.