Skip to content

Commit

Permalink
Fix imagestreams custom_tags definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Jun 26, 2024
1 parent b5fc1a5 commit 2b37f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion imagestreams/imagestreams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
custom_tags:
- name: "5.30"
distro: UBI 7
app_version: ["5.30"]
app_version: "5.30"

- filename: perl-rhel-aarch64.json
latest: "5.32-ubi8"
Expand Down
8 changes: 4 additions & 4 deletions imagestreams/perl-rhel.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@
{
"name": "5.30",
"annotations": {
"openshift.io/display-name": "Perl ['5.30'] (UBI 7)",
"openshift.io/display-name": "Perl 5.30 (UBI 7)",
"openshift.io/provider-display-name": "Red Hat, Inc.",
"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.",
"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.",
"iconClass": "icon-perl",
"tags": "builder,perl",
"version": "['5.30']",
"version": "5.30",
"sampleRepo": "https://github.com/sclorg/dancer-ex.git"
},
"from": {
"kind": "DockerImage",
"name": "registry.redhat.io/ubi7/perl-['530']:latest"
"name": "registry.redhat.io/ubi7/perl-530:latest"
},
"referencePolicy": {
"type": "Local"
Expand Down

0 comments on commit 2b37f9a

Please sign in to comment.