docker-alerta icon indicating copy to clipboard operation
docker-alerta copied to clipboard

Run alerta in a docker container

Results 59 docker-alerta issues
Sort by recently updated
recently updated
newest added

Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 1.5.0 to 1.9.4. Release notes Sourced from sentry-sdk[flask]'s releases. 1.9.4 Various fixes & improvements Remove TRANSACTION_SOURCE_UNKNOWN and default to CUSTOM (#1558) by @​sl0thentr0py feat(redis): Add instrumentation for...

dependencies
python

**Issue Summary** Alerta container fails to start (when restarted/redeployed) due to error: ``` # Create user-defined admin API key. ERROR: duplicate key value violates unique constraint "keys_key_key" DETAIL: Key (key)=(*********secret*********)...

bug

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 to 37.0.4. Changelog Sourced from cryptography's changelog. 37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: 37.0.3...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.28.1. Release notes Sourced from requests's releases. v2.28.1 2.28.1 (2022-06-29) Improvements Speed optimization in iter_content with transition to yield from. (#6170) Dependencies Added support for...

dependencies
python

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies
python

**Issue Summary** The webui/Dockerfile in examples/nginx fails to build because python can't be found. ``` npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Can't find Python...

Docker build was failing due to incompatibilities with the referenced node:lts-alpine image, which seems to use node16. Changed to use node:14-buster image, and removed alpine specific lines (apk add).

There are 805 vulnerabilities in the python:3.8-slim-buster image. An alpine image was created to address these vulnerabilities.

**The following error receiving while installing via Helm** `Error: can't get a valid version for repositories postgresql. Try changing the version constraint in Chart.yaml` **What this PR does / why...

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies
python