Skip to content

welshstew/fis-groovy-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

fis-groovy-openshift

Simple Dockerfile, adding groovy into the RedHat fis java images, so now this image contains:

  • jdk8
  • maven
  • groovy

profit.

docker build -t welshstew/fis-groovy-openshift .

Building on OSE

oc new-project groovy
oc create -f kube/fis-groovy-openshift-template.json -n groovy
oc create -f https://raw.githubusercontent.com/jboss-fuse/application-templates/master/fis-image-streams.json -n openshift
REGISTRY=`oc get svc/docker-registry -n default -o json | jq -r .spec.portalIP`
oc new-app --template=fis-groovy-openshift -p REGISTRY=$REGISTRY,IS_PULL_NAMESPACE=groovy

Running a Groovy Job

Taken from this BLOG

oc create -f fis-groovy-job.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published