-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1441 from justaugustus/docker-mirror
Establish a staging repository for mirroring Docker Hub images
- Loading branch information
Showing
6 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,22 @@ groups: | |
- [email protected] # 1.20 Bug Triage Shadow | ||
- [email protected] # 1.20 Bug Triage Lead | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-google-build-admins | ||
description: |- | ||
ACL for Google Build Admins (edit access to Docker Hub mirror, view | ||
access to Release GCP projects) | ||
https://git.k8s.io/sig-release/release-managers.md#build-admins | ||
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-release-admins | ||
description: |- | ||
|
@@ -59,6 +75,7 @@ groups: | |
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -150,6 +167,22 @@ groups: | |
members: | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-mirror | ||
description: |- | ||
ACL for staging mirror images | ||
This project is used to stage images mirrored from Docker Hub. | ||
settings: | ||
ReconcileMembers: "true" | ||
members: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] # wg-k8s-infra-oncall | ||
- [email protected] # wg-k8s-infra-oncall | ||
- [email protected] # wg-k8s-infra-oncall | ||
- [email protected] # wg-k8s-infra-oncall | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-releng | ||
description: |- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
options: | ||
no_parent_owners: true | ||
approvers: | ||
- sig-release-leads | ||
- sig-testing-leads | ||
- release-engineering-approvers | ||
- wg-k8s-infra-leads | ||
- build-admins | ||
reviewers: | ||
- release-engineering-reviewers | ||
|
||
labels: | ||
- sig/release | ||
- area/release-eng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# NO IMAGES YET |
10 changes: 10 additions & 0 deletions
10
k8s.gcr.io/manifests/k8s-staging-mirror/promoter-manifest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# google group for gcr.io/k8s-staging-mirror is [email protected] | ||
registries: | ||
- name: gcr.io/k8s-staging-mirror | ||
src: true | ||
- name: us.gcr.io/k8s-artifacts-prod/mirror | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: eu.gcr.io/k8s-artifacts-prod/mirror | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: asia.gcr.io/k8s-artifacts-prod/mirror | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com |