docker-images/zuul.d/python-base.yaml
Mohammed Naser 7591aeae4e Add Python build images
These images are designed to build projects which are not in the same
repository (i.e. build a Glance image for a project that consumes it).

Change-Id: Iab6aa131fc77b072fdce0f635a42d870ef41a68a
2020-07-21 16:09:59 -04:00

32 lines
788 B
YAML

- job:
name: docker-images:build:python-base
parent: vexxhost-build-docker-image
provides: docker-images:image:python-base
vars: &id001
docker_images:
- context: python-base/
repository: vexxhost/python-base
files: &id002
- ^python-base/.*
- job:
name: docker-images:upload:python-base
parent: vexxhost-upload-docker-image
provides: docker-images:image:python-base
vars: *id001
files: *id002
- job:
name: docker-images:promote:python-base
parent: vexxhost-promote-docker-image
vars: *id001
files: *id002
- project:
check:
jobs:
- docker-images:build:python-base
gate:
jobs:
- docker-images:upload:python-base
promote:
jobs:
- docker-images:promote:python-base