Skip to content

Commit

Permalink
Establish a staging repository for mirroring Docker Hub images
Browse files Browse the repository at this point in the history
Primary owners: Release Managers under the Release Engineering
                subproject of SIG Release.

Shared ownership across:
- SIG Release
- SIG Testing
- WG K8s Infra

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Nov 20, 2020
1 parent dcc9671 commit 4c9e6d2
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
17 changes: 17 additions & 0 deletions groups/sig-release/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@ groups:
members:
- k8s-infra-release-editors@kubernetes.io

- email-id: k8s-infra-staging-mirror@kubernetes.io
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:
- k8s-infra-release-editors@kubernetes.io
- bentheelder@google.com # SIG Testing Chair
# wg-k8s-infra-oncall
- cblecker@gmail.com
- davanum@gmail.com
- spiffxp@google.com
- thockin@google.com

- email-id: k8s-infra-staging-releng@kubernetes.io
name: k8s-infra-staging-releng
description: |-
Expand Down
2 changes: 2 additions & 0 deletions infra/gcp/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ STAGING_PROJECTS=(
kubernetes
kustomize
metrics-server
mirror
multitenancy
networking
nfd
Expand All @@ -106,6 +107,7 @@ STAGING_PROJECTS=(

RELEASE_STAGING_PROJECTS=(
kubernetes
mirror
releng
)

Expand Down
15 changes: 15 additions & 0 deletions k8s.gcr.io/images/k8s-staging-mirror/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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
reviewers:
- release-engineering-reviewers

labels:
- sig/release
- area/release-eng
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-mirror/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# NO IMAGES YET
10 changes: 10 additions & 0 deletions k8s.gcr.io/manifests/k8s-staging-mirror/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-mirror is k8s-infra-staging-mirror@kubernetes.io
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

0 comments on commit 4c9e6d2

Please sign in to comment.