Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
40 lines (32 sloc) 818 Bytes
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