Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| schema_version: 1 | |
| from: "centos:7" | |
| name: "centos/openjdk-18-centos7" | |
| version: "1.6" | |
| description: "Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK 1.8" | |
| labels: | |
| - name: "io.k8s.description" | |
| value: "Platform for building and running plain Java applications (fat-jar and flat classpath)" | |
| - name: "io.k8s.display-name" | |
| value: "Java Applications" | |
| - name: "io.openshift.tags" | |
| value: "builder,java" | |
| envs: | |
| - name: PATH | |
| value: $PATH:"/usr/local/s2i" | |
| ports: | |
| - value: 8080 | |
| - value: 8443 | |
| packages: | |
| repositories: | |
| - name: scl | |
| rpm: centos-release-scl | |
| modules: | |
| repositories: | |
| - name: cct_module | |
| git: | |
| url: https://github.com/jboss-openshift/cct_module.git | |
| ref: master | |
| install: | |
| - name: jboss.container.openjdk.jdk | |
| version: "8" | |
| - name: jboss.container.java.s2i.bash | |