Skip to content

Commit

Permalink
Merge pull request #84 from sclorg/update_is_nodejs_nginx_perl
Browse files Browse the repository at this point in the history
Update is nodejs nginx perl
  • Loading branch information
phracek authored Aug 1, 2024
2 parents 2cf58e9 + d488da4 commit 2804e9a
Show file tree
Hide file tree
Showing 15 changed files with 242 additions and 80 deletions.
4 changes: 2 additions & 2 deletions charts/centos/nginx-imagestreams/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: |-
annotations:
charts.openshift.io/name: CentOS Nginx HTTP server and a reverse proxy (nginx) (experimental)
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: nginx-imagestreams
tags: builder,nginx
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
96 changes: 86 additions & 10 deletions charts/centos/nginx-imagestreams/src/templates/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
tags:
- annotations:
description: >-
Build and serve static content via Nginx HTTP Server and a reverse
proxy (nginx) on CentOS. For more information about using this builder
image, including OpenShift considerations, see
Build and serve static content via Nginx HTTP Server and a reverse
proxy (nginx) on CentOS. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.20/README.md.
WARNING: By selecting this tag, your application will automatically
Expand All @@ -24,15 +24,91 @@ spec:
tags: builder,nginx
from:
kind: ImageStreamTag
name: 1.20-ubi8
name: 1.24-ubi8
referencePolicy:
type: Local
name: latest
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.24/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.24 (UBI 9)
openshift.io/provider-display-name: Red Hat, Inc.
sampleRepo: https://github.com/sclorg/nginx-ex.git
supports: nginx
tags: builder,nginx
version: "1.22"
from:
kind: DockerImage
name: registry.access.redhat.com/ubi9/nginx-124:latest
referencePolicy:
type: Local
name: 1.24-ubi9
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.24/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.24 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
sampleRepo: https://github.com/sclorg/nginx-ex.git
supports: nginx
tags: builder,nginx
version: "1.24"
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nginx-124:latest
referencePolicy:
type: Local
name: 1.24-ubi8
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.22/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.22 (UBI 9)
openshift.io/provider-display-name: Red Hat, Inc.
sampleRepo: https://github.com/sclorg/nginx-ex.git
supports: nginx
tags: builder,nginx
version: "1.22"
from:
kind: DockerImage
name: registry.access.redhat.com/ubi9/nginx-122:latest
referencePolicy:
type: Local
name: 1.22-ubi9
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.22/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.22 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
sampleRepo: https://github.com/sclorg/nginx-ex.git
supports: nginx
tags: builder,nginx
version: "1.22"
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nginx-122:latest
referencePolicy:
type: Local
name: 1.22-ubi8
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.20/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.20 (UBI 9)
Expand All @@ -49,9 +125,9 @@ spec:
name: 1.20-ubi9
- annotations:
description: >-
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
Build and serve static content via Nginx HTTP server and a reverse
proxy (nginx) on RHEL 8. For more information about using this builder
image, including OpenShift considerations, see
https://github.com/sclorg/nginx-container/blob/master/1.20/README.md.
iconClass: icon-nginx
openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.20 (UBI 8)
Expand Down
4 changes: 2 additions & 2 deletions charts/centos/nodejs-imagestreams/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: |-
annotations:
charts.openshift.io/name: Red Hat PHP applications on UBI (experimental)
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: nodejs-imagestreams
tags: builder,nodejs
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
109 changes: 72 additions & 37 deletions charts/centos/nodejs-imagestreams/src/templates/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,108 +27,143 @@ spec:
name: 16-ubi8
referencePolicy:
type: Local
- name: 16-ubi9
- name: 20-ubi9
annotations:
openshift.io/display-name: Node.js 16 (UBI 9)
openshift.io/display-name: Node.js 20 (UBI 9)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 16 applications on UBI 9. For more information
Build and run Node.js 20 applications on UBI 9. For more information
about using this builder image, including OpenShift considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/16/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/20/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "16"
version: "20"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi9/nodejs-16:latest
name: registry.access.redhat.com/ubi9/nodejs-20:latest
referencePolicy:
type: Local
- name: 16-ubi9-minimal
- name: 20-ubi9-minimal
annotations:
openshift.io/display-name: Node.js 16 (UBI 9 Minimal)
openshift.io/display-name: Node.js 20 (UBI 9 Minimal)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 16 applications on UBI 9 Minimal. For more
description: >-
Build and run Node.js 20 applications on UBI 9 Minimal. For more
information about using this builder image, including OpenShift
considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/16-minimal/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/20-minimal/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "16"
version: "20"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi9/nodejs-16-minimal:latest
name: registry.access.redhat.com/ubi9/nodejs-20-minimal:latest
referencePolicy:
type: Local
- name: 16-ubi8
- name: 20-ubi8
annotations:
openshift.io/display-name: Node.js 16 (UBI 8)
openshift.io/display-name: Node.js 20 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 16 applications on UBI 8. For more information
Build and run Node.js 20 applications on UBI 8. For more information
about using this builder image, including OpenShift considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/16/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/20/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "20"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-20:latest
referencePolicy:
type: Local
- name: 20-ubi8-minimal
annotations:
openshift.io/display-name: Node.js 20 (UBI 8 Minimal)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 20 applications on UBI 8 Minimal. For more
information about using this builder image, including OpenShift
considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/20-minimal/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "20"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-20-minimal:latest
referencePolicy:
type: Local
- name: 18-ubi9
annotations:
openshift.io/display-name: Node.js 18 (UBI 9)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 18 applications on UBI 9. For more information
about using this builder image, including OpenShift considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/18/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "16"
version: "18"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-16:latest
name: registry.access.redhat.com/ubi9/nodejs-18:latest
referencePolicy:
type: Local
- name: 16-ubi8-minimal
- name: 18-ubi9-minimal
annotations:
openshift.io/display-name: Node.js 16 (UBI 8 Minimal)
openshift.io/display-name: Node.js 18 (UBI 9 Minimal)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 16 applications on UBI 8 Minimal. For more
Build and run Node.js 18 applications on UBI 9 Minimal. For more
information about using this builder image, including OpenShift
considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/16-minimal/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/18-minimal/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "16"
version: "18"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-16-minimal:latest
name: registry.access.redhat.com/ubi9/nodejs-18-minimal:latest
referencePolicy:
type: Local
- name: 14-ubi8
- name: 18-ubi8
annotations:
openshift.io/display-name: Node.js 14 (UBI 8)
openshift.io/display-name: Node.js 18 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 14 applications on UBI 8. For more information
Build and run Node.js 18 applications on UBI 8. For more information
about using this builder image, including OpenShift considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/14/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/18/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "14"
version: "18"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-14:latest
name: registry.access.redhat.com/ubi8/nodejs-18:latest
referencePolicy:
type: Local
- name: 14-ubi8-minimal
- name: 18-ubi8-minimal
annotations:
openshift.io/display-name: Node.js 14 (UBI 8 Minimal)
openshift.io/display-name: Node.js 18 (UBI 8 Minimal)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Node.js 14 applications on UBI 8 Minimal. For more
Build and run Node.js 18 applications on UBI 8 Minimal. For more
information about using this builder image, including OpenShift
considerations, see
https://github.com/sclorg/s2i-nodejs-container/blob/master/14-minimal/README.md.
https://github.com/sclorg/s2i-nodejs-container/blob/master/18-minimal/README.md.
iconClass: icon-nodejs
tags: builder,nodejs
version: "14"
version: "18"
sampleRepo: https://github.com/sclorg/nodejs-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/nodejs-14-minimal:latest
name: registry.access.redhat.com/ubi8/nodejs-18-minimal:latest
referencePolicy:
type: Local
4 changes: 2 additions & 2 deletions charts/centos/perl-imagestreams/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: |-
annotations:
charts.openshift.io/name: CentOS Perl applications on UBI (experimental)
apiVersion: v2
appVersion: 0.0.1
appVersion: 0.0.2
kubeVersion: '>=1.20.0'
name: perl-imagestreams
tags: builder,perl
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.1
version: 0.0.2
18 changes: 0 additions & 18 deletions charts/centos/perl-imagestreams/src/templates/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,6 @@ spec:
name: registry.access.redhat.com/ubi8/perl-532:latest
referencePolicy:
type: Local
- name: 5.30-ubi8
annotations:
openshift.io/display-name: Perl 5.30 (UBI 8)
openshift.io/provider-display-name: Red Hat, Inc.
description: >-
Build and run Perl 5.30 applications on UBI 8. For more information
about using this builder image, including OpenShift considerations, see
https://github.com/sclorg/s2i-perl-container/blob/master/5.30-mod_fcgid/README.md.
iconClass: icon-perl
tags: builder,perl
supports: perl:5.30,perl
version: "5.30"
sampleRepo: https://github.com/sclorg/dancer-ex.git
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/perl-530:latest
referencePolicy:
type: Local
- name: 5.26-ubi8
annotations:
openshift.io/display-name: Perl 5.26 (UBI 8)
Expand Down
4 changes: 2 additions & 2 deletions charts/redhat/nginx-imagestreams/src/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: |-
annotations:
charts.openshift.io/name: Red Hat Nginx HTTP server and a reverse proxy (nginx) (experimental)
apiVersion: v2
appVersion: 0.0.3
appVersion: 0.0.4
kubeVersion: '>=1.20.0'
name: nginx-imagestreams
tags: builder,nginx
sources:
- https://github.com/sclorg/helm-charts
version: 0.0.3
version: 0.0.4
Loading

0 comments on commit 2804e9a

Please sign in to comment.