@rxap/plugin-kaniko
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

@rxap/plugin-kaniko (Nx/Ng Plugin)

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the plugin to your workspace:

ng add @rxap/plugin-kaniko

Setup the package @rxap/plugin-kaniko for the workspace.

Configure the builder @rxap/plugin-kaniko for a project:

ng g @rxap/plugin-kaniko:config [project]

Adds the @rxap/plugin-kaniko:build to the specified project

Schematics

config

Adds the @rxap/plugin-kaniko:build to the specified project

ng g @rxap/plugin-kaniko:config
Option Type Default Description
project string The name of the project.
destination array Specify the docker image names
context string Path to context for the docker build process.
dockerfile string Path to the dockerfile.
buildTarget string The target from witch the output path can be extract.
command string The command to start kaniko
cache boolean true Enable kaniko cache feature
latest boolean false If true a destination with a latest tag is added
Required
project

ng-add

Setup the package @rxap/plugin-kaniko for the workspace.

ng g @rxap/plugin-kaniko:ng-add
Option Type Default Description
project string Name of the project

Builder

build

build builder

Builder name

@rxap/plugin-kaniko:build
Option Type Default Description
context string The docker build context path
dockerfile string The path to the dockerfile
destination array A list of docker image tags
buildTarget string The target from witch the output path can be extract.
imageSuffix string A suffix added to the base image name
command string /kaniko/executor The command to start kaniko
cache boolean true Enable kaniko cache feature
latest boolean false If true a destination with a latest tag is added
Required
buildTarget

Readme

Keywords

Package Sidebar

Install

npm i @rxap/plugin-kaniko

Weekly Downloads

0

Version

15.0.0

License

GPL-3.0

Unpacked Size

69.6 kB

Total Files

28

Last publish

Collaborators

  • badry.muenker
  • mmuenker