forked from getupcloud/sti-php-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
imageStream.yaml
33 lines (33 loc) · 884 Bytes
/
imageStream.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: v1
kind: ImageStream
metadata:
creationTimestamp: null
name: php-extra
spec:
tags:
- annotations:
description: Build and run PHP 5.5 applications, with extra packages
iconClass: icon-php
sampleRepo: https://github.com/openshift/cakephp-ex.git
supports: php:5.5,php
tags: builder,php
version: "5.5"
from:
kind: DockerImage
name: getupcloud/sti-php-extra:5.5
name: "5.5"
- annotations:
description: Build and run PHP 5.6 applications, with extra packages
iconClass: icon-php
sampleRepo: https://github.com/openshift/cakephp-ex.git
supports: php:5.6,php
tags: builder,php
version: "5.6"
from:
kind: DockerImage
name: getupcloud/sti-php-extra:5.6
name: "5.6"
- from:
kind: DockerImage
name: getupcloud/sti-php-extra:latest
name: latest