Forge
Plugins

JIB

Plugin for building container images with JIB

@bjb-forge/nx-jib-project

Installation

npx @bjb-forge/cli add @bjb-forge/nx-jib-project

Inferred Targets

nx-release-publish

Builds and publishes a container image using JIB (Java Image Builder).

Condition: All projects containing a jib.yaml

Generators

jib-project

Create a JIB project.

nx g @bjb-forge/nx-jib-project:jib-project [options]
OptionTypeRequiredDefaultDescription
directorystringYes-A directory where the jib config is placed
registrystringNonullContainer registry URL

On this page