-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pulls in the following changes: * Add UBI 8 tags to 'java' imagestream * SCL templates (aside from nodejs) use RHEL/CentOS/UBI 8 imagestream tags * Fuse updated to 7.7
- Loading branch information
1 parent
1327650
commit ce7405a
Showing
110 changed files
with
1,028 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
180 changes: 180 additions & 0 deletions
180
assets/operator/ocp-ppc64le/java/imagestreams/java-rhel-ppc64le.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,180 @@ | ||
{ | ||
"kind": "ImageStream", | ||
"apiVersion": "v1", | ||
"metadata": { | ||
"name": "java", | ||
"creationTimestamp": null, | ||
"labels": { | ||
"xpaas": "1.4.17" | ||
}, | ||
"annotations": { | ||
"openshift.io/display-name": "Red Hat OpenJDK", | ||
"openshift.io/provider-display-name": "Red Hat, Inc.", | ||
"version": "1.4.17" | ||
} | ||
}, | ||
"spec": { | ||
"lookupPolicy": { | ||
"local": false | ||
}, | ||
"tags": [ | ||
{ | ||
"name": "openjdk-8-ubi8", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 8.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 8 (UBI 8)", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:8,java", | ||
"tags": "builder,java,openjdk", | ||
"version": "8" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/ubi8/openjdk-8:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "openjdk-8-el7", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 8.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 8 (RHEL 7)", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:8,java", | ||
"tags": "builder,java,openjdk", | ||
"version": "8" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "8", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 8.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 8", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:8,java", | ||
"tags": "builder,java,openjdk,hidden", | ||
"version": "8" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "openjdk-11-ubi8", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 11.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 11 (UBI 8)", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:11,java", | ||
"tags": "builder,java,openjdk", | ||
"version": "11" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/ubi8/openjdk-11:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "openjdk-11-el7", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 11.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 11 (RHEL 7)", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:11,java", | ||
"tags": "builder,java,openjdk", | ||
"version": "11" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/openjdk/openjdk-11-rhel7:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "11", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven and OpenJDK 11.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Red Hat OpenJDK 11", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java:11,java", | ||
"tags": "builder,java,openjdk,hidden", | ||
"version": "11" | ||
}, | ||
"from": { | ||
"kind": "DockerImage", | ||
"name": "registry.redhat.io/openjdk/openjdk-11-rhel7:latest" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
}, | ||
{ | ||
"name": "latest", | ||
"annotations": { | ||
"description": "Build and run Java applications using Maven.", | ||
"iconClass": "icon-rh-openjdk", | ||
"openshift.io/display-name": "Java (Latest)", | ||
"sampleContextDir": "undertow-servlet", | ||
"sampleRepo": "https://github.com/jboss-openshift/openshift-quickstarts", | ||
"supports": "java", | ||
"tags": "builder,java,openjdk", | ||
"version": "latest" | ||
}, | ||
"from": { | ||
"kind": "ImageStreamTag", | ||
"name": "openjdk-11-ubi8" | ||
}, | ||
"generation": null, | ||
"importPolicy": {}, | ||
"referencePolicy": { | ||
"type": "Local" | ||
} | ||
} | ||
] | ||
}, | ||
"status": { | ||
"dockerImageRepository": "" | ||
} | ||
} |
Oops, something went wrong.