Skip to content

Commit

Permalink
bumping versions and make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
b-jhoreman committed Jul 11, 2023
1 parent 6cfcd6e commit 0684a8c
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.505.1124-45da18-20230505t1700",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230517.1",
srcAcrGeneva + "/distroless/genevamdm:2.2023.609.2051-821f47-20230706t0953",
srcAcrGeneva + "/distroless/genevamdsd:mariner_20230706.2",
}
for _, ref := range mirrorImages {
log.Printf("mirroring %s -> %s", ref, pkgmirror.DestLastIndex(dstAcr+acrDomainSuffix, ref))
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/assets/gateway-production.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0684a8c

Please sign in to comment.