Git Product home page Git Product logo

aushacker / jboss-eap-7-openshift-image Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jboss-container-images/jboss-eap-7-openshift-image

0.0 1.0 0.0 1.11 MB

Red Hat JBoss Enterprise Application Platform 7 OpenShift container image

Home Page: https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_jboss_enterprise_application_platform_for_openshift/

License: Apache License 2.0

Java 19.95% Python 8.58% Dockerfile 0.56% Gherkin 70.91%

jboss-eap-7-openshift-image's Introduction

JBoss Enterprise Application Platform continuous delivery OpenShift container image

Importing Imagestreams and Templates

You should have the 'oc' tools available and be logged in to your OpenShift instance. For more details on how to do this, please consult the OpenShift documentation. For example, for OpenShift Online, see: https://docs.openshift.com/online/pro/cli_reference/get_started_cli.html

for resource in eap73-image-stream.json \
  eap73-amq-persistent-s2i.json \
  eap73-amq-s2i.json \
  eap73-basic-s2i.json \
  eap73-https-s2i.json \
  eap73-sso-s2i.json \
  eap73-third-party-db-s2i.json \
  eap73-tx-recovery-s2i.json
do
  oc replace --force -f https://raw.githubusercontent.com/jboss-container-images/jboss-eap-7-openshift-image/7.3.x/templates/${resource}
done

If you have administrative access to the general openshift namespace and want the image streams and templates to be accessible by all projects, add -n openshift to the oc replace line of the command. For example:

oc replace -n openshift --force -f ...

See the OpenShift documentation at https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html/ for more details on importing templates.

Updating Existing Images

To update an to the most recent image:

oc import-image jboss-eap73-openshift:7.3

Optionally include namespace to the import:

oc -n myproject import-image jboss-eap73-openshift:7.3

Creating New Applications With Templates

Example:

oc -n myproject new-app eap73-basic-s2i -p APPLICATION_NAME=eap73-basic-app

or, if a namespace was used with -n above:

oc -n myproject new-app eap73-basic-s2i -p APPLICATION_NAME=eap73-basic-app -p IMAGE_STREAM_NAMESPACE=myproject

For more information on application creation and deployment see the OpenShift documentation at https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.3/html/ for more details on importing templates.

Creating Secrets

Some of the included templates require the creation of secrets.

Example:

$ keytool -genkey -keyalg RSA -alias eapdemo-selfsigned -keystore keystore.jks -validity 360 -keysize 2048
$ oc secrets new eap7-app-secret keystore.jks
oc create -n myproject -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/secrets/eap-app-secret.json
oc create -n myproject -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/secrets/eap7-app-secret.json
oc create -n myproject -f https://raw.githubusercontent.com/jboss-openshift/application-templates/master/secrets/sso-app-secret.json

Please refer to the EAP Documentation for additional details.

License

See LICENSE file.

jboss-eap-7-openshift-image's People

Contributors

luck3y avatar jfdenise avatar dbkreling avatar jmtd avatar kabir avatar jmesnil avatar goldmann avatar bstansberry avatar ettoreleandrotognoli avatar yersan avatar douglaspalmer avatar wdecoste avatar levivic avatar yongyang avatar ochaloup avatar rcernich avatar spolti avatar kyguy avatar pgier avatar mackaypeter avatar ranabirchakraborty avatar tremes avatar dependabot[bot] avatar samding01 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.