Skip to content

Commit

Permalink
Add imagestreams Nginx-124 for RHEL9 (#296)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed May 14, 2024
1 parent 271fabc commit f8afa65
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 18 deletions.
12 changes: 6 additions & 6 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
https://github.com/sclorg/nginx-container/blob/master/APP_VERSION/README.md.
imagestream_files:
- filename: nginx-centos.json
latest: "1.22-ubi8"
latest: "1.24-ubi9"
distros:
- name: UBI 7
app_versions: ["1.20"]
Expand All @@ -22,10 +22,10 @@
app_versions: ["1.22"]

- name: UBI 9
app_versions: ["1.20", "1.22"]
app_versions: ["1.20", "1.22", "1.24"]

- filename: nginx-rhel.json
latest: "1.22-ubi8"
latest: "1.24-ubi9"
distros:
- name: UBI 7
app_versions: ["1.20"]
Expand All @@ -34,13 +34,13 @@
app_versions: ["1.22"]

- name: UBI 9
app_versions: ["1.20", "1.22"]
app_versions: ["1.20", "1.22", "1.24"]

- filename: nginx-rhel-aarch64.json
latest: "1.22-ubi8"
latest: "1.24-ubi9"
distros:
- name: UBI 8
app_versions: ["1.22"]

- name: UBI 9
app_versions: ["1.20", "1.22"]
app_versions: ["1.20", "1.22", "1.24"]
27 changes: 23 additions & 4 deletions imagestreams/nginx-centos.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,39 @@
"type": "Local"
}
},
{
"name": "1.24-ubi9",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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",
"tags": "builder,nginx",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.access.redhat.com/ubi9/nginx-124:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.22 (Latest)",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-nginx",
"tags": "builder,nginx",
"version": "1.22",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.22-ubi8"
"name": "1.24-ubi9"
},
"referencePolicy": {
"type": "Local"
Expand Down
27 changes: 23 additions & 4 deletions imagestreams/nginx-rhel-aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,39 @@
"type": "Local"
}
},
{
"name": "1.24-ubi9",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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",
"tags": "builder,nginx",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi9/nginx-124:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.22 (Latest)",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-nginx",
"tags": "builder,nginx",
"version": "1.22",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.22-ubi8"
"name": "1.24-ubi9"
},
"referencePolicy": {
"type": "Local"
Expand Down
27 changes: 23 additions & 4 deletions imagestreams/nginx-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,39 @@
"type": "Local"
}
},
{
"name": "1.24-ubi9",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (UBI 9)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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",
"tags": "builder,nginx",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi9/nginx-124:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.22 (Latest)",
"openshift.io/display-name": "Nginx HTTP server and a reverse proxy 1.24 (Latest)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"description": "Build and serve static content via Nginx HTTP Server and a reverse proxy (nginx) on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
"iconClass": "icon-nginx",
"tags": "builder,nginx",
"version": "1.22",
"version": "1.24",
"sampleRepo": "https://github.com/sclorg/nginx-ex.git"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.22-ubi8"
"name": "1.24-ubi9"
},
"referencePolicy": {
"type": "Local"
Expand Down

0 comments on commit f8afa65

Please sign in to comment.