Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore IS for "2.4" tagname for backwards compatibility #208

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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