Plugins
JIB
Plugin for building container images with JIB
@bjb-forge/nx-jib-project
Installation
npx @bjb-forge/cli add @bjb-forge/nx-jib-projectInferred 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]| Option | Type | Required | Default | Description |
|---|---|---|---|---|
directory | string | Yes | - | A directory where the jib config is placed |
registry | string | No | null | Container registry URL |