Skip to content

Commit 8e2c03a

Browse files
authored
re-add previously removed "7.3" IS tag (#444)
we need to maintain it for the lifetime of this image.
1 parent f8bf2b4 commit 8e2c03a

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

imagestreams/imagestreams.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333

3434
- name: UBI 9
3535
app_versions: ["8.0", "8.1"]
36+
custom_tags:
37+
- name: "7.3"
38+
distro: UBI 7
39+
app_version: "7.3"
3640

3741
- filename: php-rhel-aarch64.json
3842
latest: "8.0-ubi8"

imagestreams/php-rhel.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,25 @@
104104
"type": "Local"
105105
}
106106
},
107+
{
108+
"name": "7.3",
109+
"annotations": {
110+
"openshift.io/display-name": "PHP 7.3 (UBI 7)",
111+
"openshift.io/provider-display-name": "Red Hat, Inc.",
112+
"description": "Build and run PHP 7.3 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md.",
113+
"iconClass": "icon-php",
114+
"tags": "builder,php",
115+
"version": "7.3",
116+
"sampleRepo": "https://github.com/sclorg/cakephp-ex.git"
117+
},
118+
"from": {
119+
"kind": "DockerImage",
120+
"name": "registry.redhat.io/ubi7/php-73:latest"
121+
},
122+
"referencePolicy": {
123+
"type": "Local"
124+
}
125+
},
107126
{
108127
"name": "latest",
109128
"annotations": {

0 commit comments

Comments
 (0)