|
10 | 10 | "spec": {
|
11 | 11 | "tags": [
|
12 | 12 | {
|
13 |
| - "name": "latest", |
| 13 | + "name": "5.30-ubi7", |
14 | 14 | "annotations": {
|
15 |
| - "openshift.io/display-name": "Perl (Latest)", |
| 15 | + "openshift.io/display-name": "Perl 5.30 (UBI 7)", |
16 | 16 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
17 |
| - "description": "Build and run Perl applications on UBI. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.32/README.md.\n\nWARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major version updates.", |
| 17 | + "description": "Build and run Perl 5.30 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.30/README.md.", |
18 | 18 | "iconClass": "icon-perl",
|
19 | 19 | "tags": "builder,perl",
|
20 |
| - "supports":"perl", |
| 20 | + "version": "5.30", |
21 | 21 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
22 | 22 | },
|
23 | 23 | "from": {
|
24 |
| - "kind": "ImageStreamTag", |
25 |
| - "name": "5.32-ubi8" |
| 24 | + "kind": "DockerImage", |
| 25 | + "name": "registry.access.redhat.com/ubi7/perl-530:latest" |
26 | 26 | },
|
27 | 27 | "referencePolicy": {
|
28 | 28 | "type": "Local"
|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | {
|
32 |
| - "name": "5.32-ubi9", |
| 32 | + "name": "5.26-ubi8", |
33 | 33 | "annotations": {
|
34 |
| - "openshift.io/display-name": "Perl 5.32 (UBI 9)", |
| 34 | + "openshift.io/display-name": "Perl 5.26 (UBI 8)", |
35 | 35 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
36 |
| - "description": "Build and run Perl 5.32 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.32/README.md.", |
37 |
| - "iconClass": "icon-perl", |
| 36 | + "description": "Build and run Perl 5.26 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26/README.md.", |
| 37 | + "iconClass": "icon-perl", |
38 | 38 | "tags": "builder,perl",
|
39 |
| - "supports":"perl:5.32,perl", |
40 |
| - "version": "5.32", |
| 39 | + "version": "5.26", |
41 | 40 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
42 | 41 | },
|
43 | 42 | "from": {
|
44 | 43 | "kind": "DockerImage",
|
45 |
| - "name": "registry.access.redhat.com/ubi9/perl-532:latest" |
| 44 | + "name": "registry.access.redhat.com/ubi8/perl-526:latest" |
46 | 45 | },
|
47 | 46 | "referencePolicy": {
|
48 | 47 | "type": "Local"
|
|
54 | 53 | "openshift.io/display-name": "Perl 5.32 (UBI 8)",
|
55 | 54 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
56 | 55 | "description": "Build and run Perl 5.32 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.32/README.md.",
|
57 |
| - "iconClass": "icon-perl", |
| 56 | + "iconClass": "icon-perl", |
58 | 57 | "tags": "builder,perl",
|
59 |
| - "supports":"perl:5.32,perl", |
60 | 58 | "version": "5.32",
|
61 | 59 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
62 | 60 | },
|
|
69 | 67 | }
|
70 | 68 | },
|
71 | 69 | {
|
72 |
| - "name": "5.30-el7", |
| 70 | + "name": "5.32-ubi9", |
73 | 71 | "annotations": {
|
74 |
| - "openshift.io/display-name": "Perl 5.30 (CentOS 7)", |
| 72 | + "openshift.io/display-name": "Perl 5.32 (UBI 9)", |
75 | 73 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
76 |
| - "description": "Build and run Perl 5.30 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.30/README.md.", |
| 74 | + "description": "Build and run Perl 5.32 applications on UBI 9. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.32/README.md.", |
77 | 75 | "iconClass": "icon-perl",
|
78 | 76 | "tags": "builder,perl",
|
79 |
| - "supports":"perl:5.30,perl", |
80 |
| - "version": "5.30", |
| 77 | + "version": "5.32", |
81 | 78 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
82 | 79 | },
|
83 | 80 | "from": {
|
84 | 81 | "kind": "DockerImage",
|
85 |
| - "name": "quay.io/centos7/perl-530-centos7:latest" |
| 82 | + "name": "registry.access.redhat.com/ubi9/perl-532:latest" |
86 | 83 | },
|
87 | 84 | "referencePolicy": {
|
88 | 85 | "type": "Local"
|
|
91 | 88 | {
|
92 | 89 | "name": "5.30",
|
93 | 90 | "annotations": {
|
94 |
| - "openshift.io/display-name": "Perl 5.30", |
| 91 | + "openshift.io/display-name": "Perl ['5.30'] (UBI 7)", |
95 | 92 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
96 |
| - "description": "Build and run Perl 5.30 applications on CentOS 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.30/README.md.", |
| 93 | + "description": "Build and run Perl ['5.30'] applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/['5.30']/README.md.", |
97 | 94 | "iconClass": "icon-perl",
|
98 |
| - "tags": "builder,perl,hidden", |
99 |
| - "supports":"perl:5.30,perl", |
100 |
| - "version": "5.30", |
| 95 | + "tags": "builder,perl", |
| 96 | + "version": "['5.30']", |
101 | 97 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
102 | 98 | },
|
103 | 99 | "from": {
|
104 | 100 | "kind": "DockerImage",
|
105 |
| - "name": "quay.io/centos7/perl-530-centos7:latest" |
| 101 | + "name": "registry.access.redhat.com/ubi7/perl-['530']:latest" |
106 | 102 | },
|
107 | 103 | "referencePolicy": {
|
108 | 104 | "type": "Local"
|
109 | 105 | }
|
110 | 106 | },
|
111 | 107 | {
|
112 |
| - "name": "5.26-ubi8", |
| 108 | + "name": "latest", |
113 | 109 | "annotations": {
|
114 |
| - "openshift.io/display-name": "Perl 5.26 (UBI 8)", |
| 110 | + "openshift.io/display-name": "Perl 5.32 (Latest)", |
115 | 111 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
116 |
| - "description": "Build and run Perl 5.26 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26-mod_fcgid/README.md.", |
117 |
| - "iconClass": "icon-perl", |
| 112 | + "description": "Build and run Perl 5.32 applications on UBI 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.32/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", |
| 113 | + "iconClass": "icon-perl", |
118 | 114 | "tags": "builder,perl",
|
119 |
| - "supports":"perl:5.26,perl", |
120 |
| - "version": "5.26", |
| 115 | + "version": "5.32", |
121 | 116 | "sampleRepo": "https://github.com/sclorg/dancer-ex.git"
|
122 | 117 | },
|
123 | 118 | "from": {
|
124 |
| - "kind": "DockerImage", |
125 |
| - "name": "registry.access.redhat.com/ubi8/perl-526:latest" |
| 119 | + "kind": "ImageStreamTag", |
| 120 | + "name": "5.32-ubi8" |
126 | 121 | },
|
127 | 122 | "referencePolicy": {
|
128 | 123 | "type": "Local"
|
|
0 commit comments