Skip to content

Commit 7b6dc9e

Browse files
committed
Update imagestreams and refers to the latest iamge that is ubi10
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent eec3687 commit 7b6dc9e

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

imagestreams/httpd-centos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"annotations": {
9191
"openshift.io/display-name": "Apache HTTP Server 2.4 (Latest)",
9292
"openshift.io/provider-display-name": "Red Hat, Inc.",
93-
"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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
93+
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/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",
9494
"iconClass": "icon-httpd",
9595
"tags": "builder,httpd",
9696
"version": "2.4",
9797
"sampleRepo": "https://github.com/sclorg/httpd-ex.git"
9898
},
9999
"from": {
100100
"kind": "ImageStreamTag",
101-
"name": "2.4-ubi9"
101+
"name": "2.4-ubi10"
102102
},
103103
"referencePolicy": {
104104
"type": "Local"

imagestreams/httpd-rhel-aarch64.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"annotations": {
9191
"openshift.io/display-name": "Apache HTTP Server 2.4 (Latest)",
9292
"openshift.io/provider-display-name": "Red Hat, Inc.",
93-
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on UBI 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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
93+
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/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",
9494
"iconClass": "icon-httpd",
9595
"tags": "builder,httpd",
9696
"version": "2.4",
9797
"sampleRepo": "https://github.com/sclorg/httpd-ex.git"
9898
},
9999
"from": {
100100
"kind": "ImageStreamTag",
101-
"name": "2.4-ubi8"
101+
"name": "2.4-ubi10"
102102
},
103103
"referencePolicy": {
104104
"type": "Local"

imagestreams/httpd-rhel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
"annotations": {
9191
"openshift.io/display-name": "Apache HTTP Server 2.4 (Latest)",
9292
"openshift.io/provider-display-name": "Red Hat, Inc.",
93-
"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.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version available on OpenShift, including major version updates.\n",
93+
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on UBI 10. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/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",
9494
"iconClass": "icon-httpd",
9595
"tags": "builder,httpd",
9696
"version": "2.4",
9797
"sampleRepo": "https://github.com/sclorg/httpd-ex.git"
9898
},
9999
"from": {
100100
"kind": "ImageStreamTag",
101-
"name": "2.4-ubi9"
101+
"name": "2.4-ubi10"
102102
},
103103
"referencePolicy": {
104104
"type": "Local"

imagestreams/imagestreams.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
https://github.com/sclorg/httpd-container/blob/master/APP_VERSION/README.md.
1111
imagestream_files:
1212
- filename: httpd-centos.json
13-
latest: "2.4-ubi9"
13+
latest: "2.4-ubi10"
1414
distros:
1515
- name: UBI 8
1616
app_versions: ["2.4"]
@@ -25,7 +25,7 @@
2525
app_versions: ["2.4-micro"]
2626

2727
- filename: httpd-rhel.json
28-
latest: "2.4-ubi9"
28+
latest: "2.4-ubi10"
2929
distros:
3030
- name: UBI 8
3131
app_versions: ["2.4"]
@@ -41,7 +41,7 @@
4141

4242

4343
- filename: httpd-rhel-aarch64.json
44-
latest: "2.4-ubi8"
44+
latest: "2.4-ubi10"
4545
distros:
4646
- name: UBI 8
4747
app_versions: ["2.4"]

test/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
IMAGE_NAME="${IMAGE_NAME:-rhel8/httpd-24}"
3+
IMAGE_NAME="${IMAGE_NAME:-rhel10/httpd-24}"
44

55
THISDIR=$(dirname ${BASH_SOURCE[0]})
66
. ${THISDIR}/utils.sh

0 commit comments

Comments
 (0)