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:
Dmitry Ukov 2019-08-22 13:44:37 +04:00
parent b1c560a887
commit b830c37774
3 changed files with 22 additions and 0 deletions

View 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

View File

@ -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

View File

@ -100,6 +100,7 @@
- airship/drydock
- airship/election
- airship/governance
- airship/images
- airship/kubernetes-entrypoint
- airship/maas
- airship/pegleg