Skip to content

Commit

Permalink
release jsreport 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed Sep 1, 2023
1 parent c97903a commit 5bd3627
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 48 deletions.
8 changes: 4 additions & 4 deletions packages/jsreport/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ Tags

[jsreport/jsreport](https://hub.docker.com/r/jsreport/jsreport/) image is automatically pushed with adequate tags into [docker hub](https://www.docker.com/) public repository in three variations:
>
- `jsreport/jsreport:3.13.0` ([Dockerfile](https://github.com/jsreport/jsreport/blob/3.13.0/packages/jsreport/docker/default/Dockerfile)) contains default installation from npm
- `jsreport/jsreport:3.13.0-full` ([Dockerfile](https://github.com/jsreport/jsreport/blob/3.13.0/packages/jsreport/docker/full/Dockerfile)) contains default installation plus all the custom extensions, see the list of installed extensions in the dockerfile
- `jsreport/jsreport:3.13.0-windowsservercore` ([Dockerfile](https://github.com/jsreport/jsreport/blob/3.13.0/packages/jsreport/docker/windowsservercore/Dockerfile)) contains default installation with windows server core based image. Use `c:\jsreport` for mounting volume.
- `jsreport/jsreport:4.0.0` ([Dockerfile](https://github.com/jsreport/jsreport/blob/4.0.0/packages/jsreport/docker/default/Dockerfile)) contains default installation from npm
- `jsreport/jsreport:4.0.0-full` ([Dockerfile](https://github.com/jsreport/jsreport/blob/4.0.0/packages/jsreport/docker/full/Dockerfile)) contains default installation plus all the custom extensions, see the list of installed extensions in the dockerfile
- `jsreport/jsreport:4.0.0-windowsservercore` ([Dockerfile](https://github.com/jsreport/jsreport/blob/4.0.0/packages/jsreport/docker/windowsservercore/Dockerfile)) contains default installation with windows server core based image. Use `c:\jsreport` for mounting volume.

You can find the list of all available tags and previous versions in the [tags tab](https://hub.docker.com/r/jsreport/jsreport/tags/)

Usage
-----

1. Install [Docker](https://www.docker.com/)
2. `sudo docker run -p 80:5488 jsreport/jsreport:3.13.0`
2. `sudo docker run -p 80:5488 jsreport/jsreport:4.0.0`

This is the most basic usage. It will start jsreport server on port 80 directly in the current shell with data and configuration stored directly in the container. Change 80 http port to whatever you want.

Expand Down
28 changes: 14 additions & 14 deletions packages/jsreport/docker/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,20 @@ ENV PUPPETEER_CACHE_DIR /app/.puppeteer-cache
RUN npm i -g @jsreport/jsreport-cli
RUN jsreport init

RUN npm install --save --save-exact @jsreport/jsreport-ejs@3.0.1 \
@jsreport/jsreport-pug@4.0.0 \
@jsreport/jsreport-aws-s3-storage@3.0.0 \
@jsreport/jsreport-azure-storage@3.0.2 \
@jsreport/jsreport-docxtemplater@3.2.0 \
@jsreport/jsreport-mssql-store@3.1.1 \
@jsreport/jsreport-postgres-store@3.1.1 \
@jsreport/jsreport-mongodb-store@3.2.0 \
@jsreport/jsreport-office-password@3.0.1 \
@jsreport/jsreport-html-to-text@3.0.0 \
@jsreport/jsreport-html-embedded-in-docx@3.1.0 \
@jsreport/jsreport-fs-store-aws-s3-persistence@3.1.0 \
@jsreport/jsreport-fs-store-azure-storage-persistence@3.0.0 \
@jsreport/jsreport-unoconv@3.0.1 \
RUN npm install --save --save-exact @jsreport/jsreport-ejs@4.0.0 \
@jsreport/jsreport-pug@5.0.0 \
@jsreport/jsreport-aws-s3-storage@4.0.0 \
@jsreport/jsreport-azure-storage@4.0.0 \
@jsreport/jsreport-docxtemplater@4.0.0 \
@jsreport/jsreport-mssql-store@4.0.0 \
@jsreport/jsreport-postgres-store@4.0.0 \
@jsreport/jsreport-mongodb-store@4.0.0 \
@jsreport/jsreport-office-password@4.0.0 \
@jsreport/jsreport-html-to-text@4.0.0 \
@jsreport/jsreport-html-embedded-in-docx@4.0.0 \
@jsreport/jsreport-fs-store-aws-s3-persistence@4.0.0 \
@jsreport/jsreport-fs-store-azure-storage-persistence@4.0.0 \
@jsreport/jsreport-unoconv@4.0.0 \
cheerio-page-eval@1.0.0

COPY ./packages/jsreport/docker/full/install-or-build-oracledb-for-store.js install-or-build-oracledb-for-store.js
Expand Down
2 changes: 1 addition & 1 deletion packages/jsreport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsreport",
"version": "3.13.0",
"version": "4.0.0",
"description": "javascript based business reporting",
"keywords": [
"report",
Expand Down
29 changes: 0 additions & 29 deletions ses.txt

This file was deleted.

0 comments on commit 5bd3627

Please sign in to comment.