diff --git a/charts/centos/nginx-imagestreams/src/Chart.yaml b/charts/centos/nginx-imagestreams/src/Chart.yaml index 274f9fe..b223483 100644 --- a/charts/centos/nginx-imagestreams/src/Chart.yaml +++ b/charts/centos/nginx-imagestreams/src/Chart.yaml @@ -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 diff --git a/charts/centos/nginx-imagestreams/src/templates/imagestreams.yaml b/charts/centos/nginx-imagestreams/src/templates/imagestreams.yaml index 2b8b322..81aae81 100644 --- a/charts/centos/nginx-imagestreams/src/templates/imagestreams.yaml +++ b/charts/centos/nginx-imagestreams/src/templates/imagestreams.yaml @@ -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 @@ -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) @@ -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) diff --git a/charts/centos/nodejs-imagestreams/src/Chart.yaml b/charts/centos/nodejs-imagestreams/src/Chart.yaml index 4b3bf46..8e5e8c2 100644 --- a/charts/centos/nodejs-imagestreams/src/Chart.yaml +++ b/charts/centos/nodejs-imagestreams/src/Chart.yaml @@ -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 diff --git a/charts/centos/nodejs-imagestreams/src/templates/imagestreams.yaml b/charts/centos/nodejs-imagestreams/src/templates/imagestreams.yaml index 691c118..a119c5f 100644 --- a/charts/centos/nodejs-imagestreams/src/templates/imagestreams.yaml +++ b/charts/centos/nodejs-imagestreams/src/templates/imagestreams.yaml @@ -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 diff --git a/charts/centos/perl-imagestreams/src/Chart.yaml b/charts/centos/perl-imagestreams/src/Chart.yaml index 3df2ad5..33816bb 100644 --- a/charts/centos/perl-imagestreams/src/Chart.yaml +++ b/charts/centos/perl-imagestreams/src/Chart.yaml @@ -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 diff --git a/charts/centos/perl-imagestreams/src/templates/imagestreams.yaml b/charts/centos/perl-imagestreams/src/templates/imagestreams.yaml index 403d4de..859948c 100644 --- a/charts/centos/perl-imagestreams/src/templates/imagestreams.yaml +++ b/charts/centos/perl-imagestreams/src/templates/imagestreams.yaml @@ -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) diff --git a/charts/redhat/nginx-imagestreams/src/Chart.yaml b/charts/redhat/nginx-imagestreams/src/Chart.yaml index f997278..b82bc5b 100644 --- a/charts/redhat/nginx-imagestreams/src/Chart.yaml +++ b/charts/redhat/nginx-imagestreams/src/Chart.yaml @@ -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 diff --git a/charts/redhat/nginx-imagestreams/src/templates/imagestreams.yaml b/charts/redhat/nginx-imagestreams/src/templates/imagestreams.yaml index 1959213..4c3a191 100644 --- a/charts/redhat/nginx-imagestreams/src/templates/imagestreams.yaml +++ b/charts/redhat/nginx-imagestreams/src/templates/imagestreams.yaml @@ -25,15 +25,53 @@ spec: tags: 'builder,nginx' from: kind: ImageStreamTag - name: 1.22-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 9. 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.redhat.io/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.redhat.io/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 9. 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) @@ -48,6 +86,25 @@ spec: 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.redhat.io/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 diff --git a/charts/redhat/nodejs-imagestreams/src/Chart.yaml b/charts/redhat/nodejs-imagestreams/src/Chart.yaml index fb69b9c..5aea9e7 100644 --- a/charts/redhat/nodejs-imagestreams/src/Chart.yaml +++ b/charts/redhat/nodejs-imagestreams/src/Chart.yaml @@ -5,10 +5,10 @@ description: |- annotations: charts.openshift.io/name: Red Hat NodeJS applications on UBI (experimental) apiVersion: v2 -appVersion: 0.0.4 +appVersion: 0.0.5 kubeVersion: '>=1.20.0' name: nodejs-imagestreams tags: builder,nodejs sources: - https://github.com/sclorg/helm-charts -version: 0.0.4 +version: 0.0.5 diff --git a/charts/redhat/perl-imagestreams/src/Chart.yaml b/charts/redhat/perl-imagestreams/src/Chart.yaml index 2e4cf73..0ee2d7b 100644 --- a/charts/redhat/perl-imagestreams/src/Chart.yaml +++ b/charts/redhat/perl-imagestreams/src/Chart.yaml @@ -7,10 +7,10 @@ annotations: charts.openshift.io/provider: Red Hat charts.openshift.io/providerType: redhat apiVersion: v2 -appVersion: 0.0.2 +appVersion: 0.0.3 kubeVersion: '>=1.20.0' name: perl-imagestreams tags: builder,perl sources: - https://github.com/sclorg/helm-charts -version: 0.0.2 +version: 0.0.3 diff --git a/nginx-imagestreams-0.0.4.tgz b/nginx-imagestreams-0.0.4.tgz new file mode 100644 index 0000000..8cbc625 Binary files /dev/null and b/nginx-imagestreams-0.0.4.tgz differ diff --git a/nodejs-imagestreams-0.0.5.tgz b/nodejs-imagestreams-0.0.5.tgz new file mode 100644 index 0000000..8dc7e04 Binary files /dev/null and b/nodejs-imagestreams-0.0.5.tgz differ diff --git a/perl-imagestreams-0.0.3.tgz b/perl-imagestreams-0.0.3.tgz new file mode 100644 index 0000000..8844920 Binary files /dev/null and b/perl-imagestreams-0.0.3.tgz differ diff --git a/tests/test_nginx_imagestreams.py b/tests/test_nginx_imagestreams.py index fbd9a71..5d261fa 100644 --- a/tests/test_nginx_imagestreams.py +++ b/tests/test_nginx_imagestreams.py @@ -21,6 +21,8 @@ def teardown_method(self): @pytest.mark.parametrize( "version,registry", [ + ("1.24-ubi9", "registry.redhat.io/ubi9/nginx-124:latest"), + ("1.24-ubi8", "registry.redhat.io/ubi8/nginx-124:latest"), ("1.22-ubi9", "registry.redhat.io/ubi9/nginx-122:latest"), ("1.22-ubi8", "registry.redhat.io/ubi8/nginx-122:latest"), ("1.20-ubi9", "registry.redhat.io/ubi9/nginx-120:latest"), @@ -46,6 +48,10 @@ def teardown_method(self): @pytest.mark.parametrize( "version,registry", [ + ("1.24-ubi9", "registry.access.redhat.com/ubi9/nginx-124:latest"), + ("1.24-ubi8", "registry.access.redhat.com/ubi8/nginx-124:latest"), + ("1.22-ubi9", "registry.access.redhat.com/ubi9/nginx-122:latest"), + ("1.22-ubi8", "registry.access.redhat.com/ubi8/nginx-122:latest"), ("1.20-ubi9", "registry.access.redhat.com/ubi9/nginx-120:latest"), ("1.20-ubi8", "registry.access.redhat.com/ubi8/nginx-120:latest"), ], diff --git a/tests/test_nodejs_imagestreams.py b/tests/test_nodejs_imagestreams.py index d4da18e..1399955 100644 --- a/tests/test_nodejs_imagestreams.py +++ b/tests/test_nodejs_imagestreams.py @@ -50,8 +50,14 @@ def teardown_method(self): @pytest.mark.parametrize( "version,registry", [ - ("14-ubi8", "registry.access.redhat.com/ubi8/nodejs-14:latest"), - ("14-ubi8-minimal", "registry.access.redhat.com/ubi8/nodejs-14-minimal:latest"), + ("20-ubi9", "registry.access.redhat.com/ubi9/nodejs-20:latest"), + ("20-ubi9-minimal", "registry.access.redhat.com/ubi9/nodejs-20-minimal:latest"), + ("20-ubi8", "registry.access.redhat.com/ubi8/nodejs-20:latest"), + ("20-ubi8-minimal", "registry.access.redhat.com/ubi8/nodejs-20-minimal:latest"), + ("18-ubi9", "registry.access.redhat.com/ubi9/nodejs-18:latest"), + ("18-ubi9-minimal", "registry.access.redhat.com/ubi9/nodejs-18-minimal:latest"), + ("18-ubi8", "registry.access.redhat.com/ubi8/nodejs-18:latest"), + ("18-ubi8-minimal", "registry.access.redhat.com/ubi8/nodejs-18-minimal:latest"), ], ) def test_package_imagestream(self, version, registry):