ceph-csi/deploy/jjb-buildconfig.yaml

31 lines
431 B
YAML
Raw Normal View History

---
apiVersion: v1
kind: ImageStream
metadata:
name: jjb
labels:
app: jjb
spec:
tags:
- name: latest
---
apiVersion: v1
kind: BuildConfig
metadata:
name: jjb
labels:
app: jjb
spec:
runPolicy: Serial
source:
git:
uri: https://github.com/ceph/ceph-csi
ref: ci/centos
contextDir: deploy
strategy:
dockerStrategy: {}
output:
to:
kind: ImageStreamTag
name: jjb:latest