Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update httpd imagestreams. Remove RHEL7 #1558

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading