Skip to content

Commit

Permalink
ran make generate (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivkumar13 authored Aug 22, 2023
1 parent 48af20f commit d74f9f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.609.2051-821f47-20230706t0953",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230706.2",
srcAcrGeneva + "/distroless/genevamdm:2.2023.721.1630-e50918-20230721t1737",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230727.1",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down
Loading

0 comments on commit d74f9f3

Please sign in to comment.