- Oct 10, 2023
-
-
Adrien Kantcheff authored
Deprecate this tool, as of next Bonita release 2023.2 the packaging process will be replaced by a [Maven plugin](https://github.com/bonitasoft/bonita-project-maven-plugin).
-
- Oct 04, 2023
-
-
Emmanuel Duchastenier authored
-
- May 02, 2023
-
-
Adrien Kantcheff authored
To give more details about the possibility to use: * INSTALL_PROVIDED_PAGES=true in a Docker env. * bonita.runtime.custom-application.install-provided-pages=true in a Tomcat bundle env.
-
- Apr 25, 2023
-
-
Emmanuel Duchastenier authored
zip.UnzipFile() now returns the first-level folder name inside the zip file, so that we know where to find files after unzipping bundle Closes [RUNTIME-1684](https://bonitasoft.atlassian.net/browse/RUNTIME-1684)
-
- Apr 12, 2023
-
-
Emmanuel Duchastenier authored
-
- Apr 07, 2023
-
-
Emmanuel Duchastenier authored
-
- Apr 04, 2023
-
-
Emmanuel Duchastenier authored
Cobra is the de-facto framework for writing Command-based Go programs. It is widely used by big projects (Github Cli, Docker client...) The main idea is to clearly separate command code into their own code file and to have the syntax, usage and help, validation... automatically generated for us. Reference https://github.com/spf13/cobra
⚠️ The main executable command is not named `bonita-packager` anymore but `bonita` and has a sub-command named `package` which lead to its main usage being `bonita package ...`
-
- Mar 29, 2023
-
-
dependabot[bot] authored
-
- Mar 24, 2023
-
-
Emmanuel Duchastenier authored
-
Emmanuel Duchastenier authored
+ Move printFinalNote() call only if build successful
-
- Mar 21, 2023
-
-
Emmanuel Duchastenier authored
Instead of **bonita-application-packager(.exe)** ![image](https://user-images.githubusercontent.com/4921958/226636765-cd7e833c-2b96-4613-a9e4-94f97240d4e1.png)
-
- Mar 17, 2023
-
-
Adrien Kantcheff authored
-
- Mar 16, 2023
-
-
danila_mazour authored
-
Pascal GARCIA authored
-
Adrien Kantcheff authored
By removing this step, it also enables the tool to use a local image.
-
- Mar 14, 2023
-
-
Adrien Kantcheff authored
Print a final note on how to install default provided pages (from Admin and User apps) by setting new property or environment variable depending on package nature.
-
Adrien Kantcheff authored
In Dockerfile do not remove default Bonita provided resources (pages and applications). Same behavior as Tomcat bundle.
-
- Mar 13, 2023
-
-
Emmanuel Duchastenier authored
to 5 minutes, to let time to download bonita-base-image
-
Adrien Kantcheff authored
-
Adrien Kantcheff authored
`actions/create-release` and `actions/upload-release-asset` actions are not maintained anymore and are running on Node12, which is deprecated by GitHub (see [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/))
-
- Mar 08, 2023
-
-
Emmanuel Duchastenier authored
* what to do next * pointers to official documentation (feedback from Test session)
-
- Mar 07, 2023
-
-
Emmanuel Duchastenier authored
-
Adrien Kantcheff authored
When packaging a docker image, the base docker image is not pulled if the option -verbose is not given.
-
- Mar 06, 2023
-
-
Adrien Kantcheff authored
* Fix write permissions on GH Action * do not write full exe path when displaying version
-
Adrien Kantcheff authored
Also add '-version' option to display tool version
-
Adrien Kantcheff authored
Add comprehensive detailed information of what is the tool for and how to use it.
-
- Mar 01, 2023
-
-
Adrien Kantcheff authored
-
Adrien Kantcheff authored
-
Emmanuel Duchastenier authored
by adding a trailing `/`
-
- Feb 28, 2023
-
-
Emmanuel Duchastenier authored
-
Adrien Kantcheff authored
-
Adrien Kantcheff authored
-
Adrien Kantcheff authored
add optional parameter -configuration-file check that file exists if the parameter is set copy in bundle folder if parameter is set COPY docker command cannot handle optional file so all resources (zip and bconf) are copied in a docker context subfolder (resources/) that is used by the COPY command add check on file extensions (.zip, .bconf)
-
- Feb 27, 2023
-
-
Emmanuel Duchastenier authored
usability: enforce passing application file argument docker: embed Dockerfile in the program feat: allow to override bonita docker base image feat: support authentication against Docker registry
-
- Feb 23, 2023
-
-
Emmanuel Duchastenier authored
fix windows compliancy for Tomcat bundle packaging --------- Co-authored-by: Adrien Kantcheff <adrien.kantcheff@bonitasoft.com>
-
- Feb 22, 2023
-
-
Emmanuel Duchastenier authored
ADM64 & ARM64 Relates to https://bonitasoft.atlassian.net/browse/DEV-90
-
- Feb 21, 2023
-
-
Emmanuel Duchastenier authored
-
- Jan 17, 2023
-
-
Adrien Kantcheff authored
-