New project request: airship/images
This repo will contain scripts and Dockerfiles for building Airship supplementary images. Some Airship sub-projects may run utility containers. These utilities may not fit to particular project in terms of implementation therefore container image artifacts should be moved to separate repository. Change-Id: I8b3e13a83deb4a6acf25bca961ef57bd5090ee5f
This commit is contained in:
parent
b1c560a887
commit
b830c37774
16
gerrit/acls/airship/images.config
Normal file
16
gerrit/acls/airship/images.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group airship-images-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group airship-images-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group airship-images-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -52,6 +52,11 @@
|
||||
acl-config: /home/gerrit2/acls/airship/airship.config
|
||||
groups:
|
||||
- airship
|
||||
- project: airship/images
|
||||
description: Collection of supplementary Airship images
|
||||
use-storyboard: true
|
||||
groups:
|
||||
- airship
|
||||
- project: airship/kubernetes-entrypoint
|
||||
description: Pod sequencing functionality for Kubernetes
|
||||
use-storyboard: true
|
||||
|
@ -100,6 +100,7 @@
|
||||
- airship/drydock
|
||||
- airship/election
|
||||
- airship/governance
|
||||
- airship/images
|
||||
- airship/kubernetes-entrypoint
|
||||
- airship/maas
|
||||
- airship/pegleg
|
||||
|
Loading…
Reference in New Issue
Block a user