sohrab- / mule4-openshift

Mule:Unwrapped 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mule 4 on OpenShift

This is the companion repository to Mule on OpenShift: Part 2 - Build & Deploy blog post.

Here you will find:

  • image: An OpenShift-ready Mule 4 base image
  • sample-app: A sample Mule 4 application to build and deploy on top of the base image

Refer to the README file in each directory for more details.

Environment

This repo has been tested with Red Hat OpenShift Container Platform 3.11.

You may gain access to an instance by either signing up for OpenShift Online or running minishift as part of Red Hat CDK locally.

See Red Hat CDK Guide for tips on how to use CDK with this repo.

Caveat

Please note that some features, typically present in a production-ready image, have been stripped away in order to simplify the implementation for educational purposes. Examples include:

  • Pre-process application archive to
    • Remove any sensitive information
    • Align to container-friendly logging configuration
  • Enable properties encryption/decryption
  • Remove any JARs that score high in Common Vulnerability Scoring System (CVSS)
  • Add any common user libraries, not shipped with the runtime
  • CI/CD assets

About

Mule:Unwrapped 4

License:MIT License


Languages

Language:Shell 52.8%Language:Dockerfile 47.2%