Skip to content

Commit

Permalink
Update httpd imagestreams. Remove RHEL7 (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
phracek authored Aug 5, 2024
1 parent 2b2f38b commit 817c899
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
description: |-
This content is experimental, do not use it in production. Red Hat Apache HTTP Server imagestreams.
For more information about HTTPD container see https://github.com/sclorg/httpd-container/.
annotations:
charts.openshift.io/name: Red Hat Apache HTTP Server imagestreams (experimental).
apiVersion: v2
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: redhat-httpd-imagestreams
tags: builder,httpd
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
annotations:
openshift.io/display-name: Apache HTTP Server (httpd)
name: httpd
spec:
tags:
- annotations:
description: >-
Build and serve static content via Apache HTTP Server (httpd) on RHEL.
For more information about using this builder image, including
OpenShift considerations, see
https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.
WARNING: By selecting this tag, your application will automatically
update to use the latest version of Httpd available on OpenShift,
including major version updates.
iconClass: icon-apache
openshift.io/display-name: Apache HTTP Server (Latest)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/httpd-ex.git'
supports: httpd
tags: 'builder,httpd'
from:
kind: ImageStreamTag
name: 2.4-ubi9
referencePolicy:
type: Local
name: latest
- annotations:
description: >-
Build and serve static content via Apache HTTP Server (httpd) 2.4 on
UBI 9. For more information about using this builder image, including
OpenShift considerations, see
https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.
iconClass: icon-apache
openshift.io/display-name: Apache HTTP Server 2.4 (UBI 9)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/httpd-ex.git'
supports: httpd
tags: 'builder,httpd'
version: '2.4'
from:
kind: DockerImage
name: 'registry.redhat.io/ubi9/httpd-24:latest'
referencePolicy:
type: Local
name: 2.4-ubi9
- annotations:
description: >-
Build and serve static content via Apache HTTP Server (httpd) 2.4 on
RHEL 8. For more information about using this builder image, including
OpenShift considerations, see
https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.
iconClass: icon-apache
openshift.io/display-name: Apache HTTP Server 2.4 (UBI 8)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/httpd-ex.git'
supports: httpd
tags: 'builder,httpd'
version: '2.4'
from:
kind: DockerImage
name: 'registry.redhat.io/ubi8/httpd-24:latest'
referencePolicy:
type: Local
name: 2.4-ubi8
- annotations:
description: >-
Build and serve static content via Apache HTTP Server (httpd) 2.4 on
RHEL 8. For more information about using this builder image, including
OpenShift considerations, see
https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.
iconClass: icon-apache
openshift.io/display-name: Apache HTTP Server 2.4 (RHEL 9)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/httpd-ex.git'
supports: httpd
tags: 'builder,httpd,hidden'
version: '2.4'
from:
kind: DockerImage
name: registry.redhat.io/rhel9/httpd-24
referencePolicy:
type: Local
name: 2.4-el9
- annotations:
description: >-
Build and serve static content via Apache HTTP Server (httpd) 2.4 on
RHEL 8. For more information about using this builder image, including
OpenShift considerations, see
https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.
iconClass: icon-apache
openshift.io/display-name: Apache HTTP Server 2.4 (RHEL 8)
openshift.io/provider-display-name: 'Red Hat, Inc.'
sampleRepo: 'https://github.com/sclorg/httpd-ex.git'
supports: httpd
tags: 'builder,httpd,hidden'
version: '2.4'
from:
kind: DockerImage
name: registry.redhat.io/rhel8/httpd-24
referencePolicy:
type: Local
name: 2.4-el8

0 comments on commit 817c899

Please sign in to comment.