Skip to content

Commit

Permalink
javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 16, 2024
1 parent 400b0e0 commit 15c09ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

`gcr.io/kaniko-project/executor:debug` with some extra scripts that are use in our pipeline. It's better to have the scripts in an image, which is used in a pipeline than having the scripts themselves encapsulated in a yaml.

== features

The scripts are mainly targeted at maven projects

- that produce wars
- multimodule, a project running this in can even product multiple wars.
- a module producing a war, must contain a Dockerfile with a ARG NAME=<name>
which will be used to generate the image name
- the resulting images are default pushed to registry.npohosting.nl



== Using locally
An advantage of this approach is that it can be used locally. Sometimes it is just good to know how to deploy without gitlab itself. It debugs easier, and I needed it also when our account ran out of minutes.

Expand Down

0 comments on commit 15c09ae

Please sign in to comment.