Skip to content

Commit

Permalink
restore IS for "2.4" tagname for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank authored and phracek committed May 28, 2024
1 parent b5303c3 commit 10f47e3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file removed imagestreams/.imagestreams.yaml.swp
Binary file not shown.
19 changes: 19 additions & 0 deletions imagestreams/httpd-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,25 @@
"type": "Local"
}
},
{
"name": "2.4",
"annotations": {
"openshift.io/display-name": "Apache HTTP Server 2.4 (RHEL 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on RHEL 7. 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-httpd",
"tags": "builder,httpd",
"version": "2.4",
"sampleRepo": "https://github.com/sclorg/httpd-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/rhscl/httpd-24-rhel7:latest"
},
"referencePolicy": {
"type": "Local"
}
},
{
"name": "latest",
"annotations": {
Expand Down
4 changes: 4 additions & 0 deletions imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

- name: RHEL 8
app_versions: ["2.4"]
custom_tags:
- name: "2.4"
distro: RHEL 7
app_version: "2.4"

- filename: httpd-rhel-aarch64.json
latest: "2.4-ubi8"
Expand Down

0 comments on commit 10f47e3

Please sign in to comment.