Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Oracle Jet JET Docker Builder plugin is a is a Docker image capable of building projects and applications through Oracle Jet. JET. 

Key Features

  • Plugin as a Container (Paac) give power to plugin developers in terms of the tools and technologies they can use to create new plugins

  • PaaC are able to package up code and dependencies all-in-one so that the applications run quickly and reliably from one computing environment to another

Docker Image Name

flexdeploy/plugin-ojetbuilder

Plugin Operations

Child pages (Children Display)

Containerized plugins can run on either:

  • Docker Host: An endpoint with Docker engine installed.

  • K8s cluster: An endpoint with kubectl installed and configured to communicate with a K8s cluster.

Tip

Setting up your workflow with Oracle Jet JET Docker may look like this. The he buildWeb step  step is invoking the buildWeb operation of Oracle Jet the buildWeb operation of Oracle JET Builder plugin:

Oracle Jet JET Docker has only a build operation as you see invoked here. Image Removed

If using a Docker Host, ensure Docker Host is enabled on the corresponding endpoint. Otherwise ensure K8s cluster is enabled and K8s context is defined.

Image ModifiedImage Modified

Key Features

  • Plugin as a Container (Pacc) give power to plugin developers in terms of the tools and technologies they can use to create new plugins
  • PaaC are able to package up code and dependencies all-in-one so that the applications runs quickly and reliably from one computing environment to another

Docker Image Name

flexdeploy/plugin-ojetbuilder

Plugin Operations

...