Skip to content

Commit

Permalink
praecoapp/elastalert-server:20240730
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Jul 29, 2024
1 parent 766ddbb commit dc6754e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
17 changes: 17 additions & 0 deletions DockerImageLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# praecoapp/elastalert-server:20240730

## New features

None

## Bug Fix

None

## Other changes

- jertel/elastalert2:2.15.0 to 2.19.0
- node:20.12.2-alpine3.19 to node:20.16-alpine3.20
- python:3.11-alpine3.19 to python:3.12-alpine3.20
- Library Update

# praecoapp/elastalert-server:20240104

## New features
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WORKDIR /opt/elastalert-server
COPY . /opt/elastalert-server

RUN npm install --omit=dev --quiet && \
pip3 install --no-cache-dir --upgrade pip==24.1.2 --break-system-packages
pip3 install --no-cache-dir --upgrade pip==24.2 --break-system-packages

USER node

Expand All @@ -66,7 +66,7 @@ RUN apk add --update --no-cache \
tzdata

COPY --from=install /opt/elastalert /opt/elastalert
COPY --from=install /home/node/.local/lib/python3.11/site-packages /home/node/.local/lib/python3.11/site-packages
COPY --from=install /home/node/.local/lib/python3.12/site-packages /home/node/.local/lib/python3.12/site-packages

WORKDIR /opt/elastalert-server

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@
},
"dependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/register": "^7.23.7",
"@opensearch-project/opensearch": "^2.7.0",
"axios": "^1.6.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@babel/register": "^7.24.6",
"@opensearch-project/opensearch": "^2.11.0",
"axios": "^1.7.2",
"bunyan": "^1.8.15",
"cors": "^2.8.5",
"cpu-stat": "^2.0.1",
"es5": "npm:@elastic/elasticsearch@^5.6.22",
"es6": "npm:@elastic/elasticsearch@^6.8.8",
"es7": "npm:@elastic/elasticsearch@^7.17.13",
"es8": "npm:@elastic/elasticsearch@^8.13.1",
"es8": "npm:@elastic/elasticsearch@^8.14.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"joi": "^17.13.1",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"object-resolve-path": "^1.1.1",
"randomstring": "^1.3.0",
"readdirp": "^3.6.0",
"recursive-readdir": "^2.2.3",
"ws": "^8.17.0"
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^9.2.0"
"eslint": "^8.57.0"
},
"scripts": {
"build": "babel src -d lib",
Expand Down

0 comments on commit dc6754e

Please sign in to comment.