-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update httpd imagestreams. Remove RHEL7 (#1558)
- Loading branch information
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
charts/redhat/redhat/redhat-httpd-imagestreams/0.0.2/src/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
107 changes: 107 additions & 0 deletions
107
charts/redhat/redhat/redhat-httpd-imagestreams/0.0.2/src/templates/imagestreams.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |