Skip to content

Commit

Permalink
Update imagestreams and remove RHEL-7 imagestreams
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 5, 2024
1 parent a83f800 commit 5fbf4bb
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
description: |-
This content is expermental, do not use it in production. Import PHP imagestreams to OpenShift 4.
This content is experimental, do not use it in production. Import PHP imagestreams to OpenShift 4.
For more information about using this builder image, including OpenShift considerations,
see https://github.com/sclorg/s2i-php-container/blob/master/8.1/README.md.
see https://github.com/sclorg/s2i-php-container/blob/master/8.2/README.md.
annotations:
charts.openshift.io/name: Red Hat PHP imagestreams on UBI (experimental).
charts.openshift.io/name: Red Hat PHP imagestreams on UBI (experimental)
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: redhat-php-imagestreams
tags: builder,php
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,39 @@ spec:
sampleRepo: https://github.com/sclorg/cakephp-ex.git
from:
kind: ImageStreamTag
name: 8.0-ubi8
name: 8.2-ubi8
referencePolicy:
type: Local
- name: 8.2-ubi9
annotations:
openshift.io/display-name: PHP 8.2 (UBI 9)
openshift.io/provider-display-name: Red Hat, Inc.
description: Build and run PHP 8.2 applications on UBI 9. For more information
about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/8.2/README.md.
iconClass: icon-php
tags: builder,php
supports: php:8.2,php
version: '8.2'
sampleRepo: https://github.com/sclorg/cakephp-ex.git
from:
kind: DockerImage
name: registry.redhat.io/ubi9/php-82:latest
referencePolicy:
type: Local
- name: 8.2-ubi8
annotations:
openshift.io/display-name: PHP 8.2 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
description: Build and run PHP 8.2 applications on UBI 8. For more information
about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/8.2/README.md.
iconClass: icon-php
tags: builder,php
supports: php:8.2,php
version: '8.2'
sampleRepo: https://github.com/sclorg/cakephp-ex.git
from:
kind: DockerImage
name: registry.redhat.io/ubi8/php-82:latest
referencePolicy:
type: Local
- name: 8.1-ubi9
Expand Down Expand Up @@ -88,36 +120,3 @@ spec:
name: registry.redhat.io/ubi8/php-74:latest
referencePolicy:
type: Local
- name: 7.3-ubi7
annotations:
openshift.io/display-name: PHP 7.3 (UBI 7)
openshift.io/provider-display-name: Red Hat, Inc.
description: Build and run PHP 7.3 applications on UBI 7. For more information
about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md.
iconClass: icon-php
tags: builder,php
supports: php:7.3,php
version: '7.3'
sampleRepo: https://github.com/sclorg/cakephp-ex.git
from:
kind: DockerImage
name: registry.redhat.io/ubi7/php-73:latest
referencePolicy:
type: Local
- name: '7.3'
annotations:
openshift.io/display-name: PHP 7.3
openshift.io/provider-display-name: Red Hat, Inc.
description: Build and run PHP 7.3 applications on RHEL 7. For more information
about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md.
iconClass: icon-php
tags: builder,php,hidden
supports: php:7.3,php
version: '7.3'
sampleRepo: https://github.com/sclorg/cakephp-ex.git
from:
kind: DockerImage
name: registry.redhat.io/rhscl/php-73-rhel7:latest
referencePolicy:
type: Local

0 comments on commit 5fbf4bb

Please sign in to comment.