Nawaz Dhandala
4bad603db2
fix: update Dockerfile to use Start.dev.sh for development environment
2026-04-03 20:24:41 +01:00
Nawaz Dhandala
c62a49d499
fix: combine iputils and dnsutils installation in Dockerfile
2026-02-16 16:56:11 +00:00
Nawaz Dhandala
9e01b0b75a
fix(playwright): install browsers to a fixed path for runtime accessibility
2026-02-08 17:56:59 +00:00
Nawaz Dhandala
6335887d62
feat: Reduce npm fetch retry timeout values in Dockerfiles
2025-12-16 13:30:12 +00:00
Nawaz Dhandala
e328dca641
fix: add tini for proper zombie process reaping in Dockerfile
2025-12-08 14:54:50 +00:00
Nawaz Dhandala
2467d2c02d
refactor: reorder app dependency installation and Playwright browser setup in Dockerfile
2025-11-26 16:26:17 +00:00
Simon Larsen
1ac6e71f7e
chore(config,docker,ci,ui): rename IS_ENTERPRISE to IS_ENTERPRISE_EDITION across env, Dockerfiles, compose and workflows
2025-11-03 11:25:12 +00:00
Nawaz Dhandala
1c1a48b78f
chore(ci): build/publish enterprise image variants and add IS_ENTERPRISE arg to Dockerfiles
2025-10-31 14:49:07 +00:00
Nawaz Dhandala
caf709a38a
chore(probe): bump Node base image to public.ecr.aws/docker/library/node:24.9 (from 23.8)
2025-10-24 12:01:50 +01:00
Nico Aymet
b7ea97c246
Set permission to write logs and cache on /tmp/npm in case container run as non root
2025-06-10 19:11:37 +01:00
Simon Larsen
c667fddc64
chore: update Node.js base image to version 23.8 in Dockerfile templates
2025-02-21 22:38:02 +00:00
Simon Larsen
621e1ce207
feat: update Dockerfiles to replace libasound2t64 with libasound2 for playwright dependencies
2025-01-20 14:14:06 +00:00
Simon Larsen
1c42c58591
feat: update Dockerfiles to include libasound2t64 dependency for playwright
2025-01-20 14:09:41 +00:00
Simon Larsen
fac334d58a
Remove probe port configuration and update related references in Helm chart and Docker setup
2024-11-22 11:37:52 +00:00
Simon Larsen
b9b5ca3325
switch base image to ecr
2024-10-16 15:54:57 +01:00
snyk-bot
c1beb9c0a0
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979
- https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855502
- https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855503
- https://snyk.io/vuln/SNYK-DEBIAN12-EXPAT-7855507
- https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203
2024-09-28 05:43:30 +00:00
Simon Larsen
e7377f6c8f
refactor: Enable lazy loading for images in BlogPostUtil and remove unnecessary whitespace in Copilot/Init.ts
2024-09-05 14:30:30 +01:00
Simon Larsen
dea6c55365
refactor: Update import statements for CommonUI to use Common/UI
2024-08-07 15:50:32 -06:00
Simon Larsen
36a0dad41c
refactor: Update import statements for ProbeMonitor and ServerMonitor to use ProbeMonitorResponse and ServerMonitorResponse
2024-08-05 11:35:45 -06:00
Simon Larsen
52630b16d1
refactor: Update import statements for ProbeMonitor and ServerMonitor to use ProbeMonitorResponse and ServerMonitorResponse
2024-08-05 10:06:53 -06:00
Simon Larsen
5ae034ffdf
chore: Add iputils-ping package to Dockerfile
...
The Dockerfile has been modified to include the installation of the `iputils-ping` package. This change ensures that the `ping` command is available within the Docker container.
See this file in the repository:
`Probe/Dockerfile.tpl`
2024-07-26 10:03:26 -06:00
Simon Larsen
ba97a1e14b
refactor: Update npm dependency to latest stable version
2024-07-25 17:25:16 -06:00
Simon Larsen
09883b1129
chore: Update Dockerfile templates to include CommonProject dependencies
2024-07-24 19:04:25 -06:00
snyk-bot
8f86a4651e
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203
- https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315
2024-07-19 07:47:19 +00:00
Simon Larsen
786ec6ce7a
refactor: Update import statements for TimezoneUtil in multiple files
2024-06-18 11:35:04 +01:00
Simon Larsen
5fa7c5baaa
refactor: Remove Webkit browser support
...
The code changes in this commit remove support for the Webkit browser in the BrowserType enum and SyntheticMonitor module. The Webkit browser was commented out and not being used, so it was decided to remove it to simplify the codebase and reduce unnecessary dependencies. This refactor improves code organization and maintainability.
2024-05-24 13:14:02 +01:00
Simon Larsen
a14614b7de
refactor: Improve page load performance with lazy loading for images
2024-05-24 12:44:34 +01:00
Simon Larsen
3bf4137db2
refactor: Update Dockerfile to install necessary dependencies
...
This commit updates the Dockerfile to install necessary dependencies for the application. It adds the installation of bash, curl, python3, make, g++, and various libraries required for playwright. Additionally, it installs net-tools for network-related functionality. These changes ensure that the application has all the required dependencies to run properly in the Docker environment.
2024-05-22 10:24:06 +01:00
snyk-bot
28e809c493
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6615824
2024-05-10 23:23:48 +00:00
Simon Larsen
382c71be93
Update Dockerfile.tpl files to set APP_VERSION to 1.0.0 if not set
2024-04-09 13:03:32 +01:00
Simon Larsen
445a8d3f35
Update Dockerfile.tpl files to set APP_VERSION to 1.0.0 if not set
2024-04-09 12:53:42 +01:00
Simon Larsen
356bacf9a0
Update Dockerfile.tpl files to set APP_VERSION to 2.0.0 if not set
2024-04-09 12:53:13 +01:00
snyk-bot
9f354383f7
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6564548
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6564550
2024-04-05 20:34:59 +00:00
Simon Larsen
49a2cbd579
fix newline
2024-03-12 10:43:14 +00:00
Simon Larsen
519daba294
Remove root user from Dockerfiles
2024-02-16 07:40:22 +00:00
snyk-bot
b3d384e0b4
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692
2024-01-28 04:04:37 +00:00
snyk-bot
0e0365007d
fix: Probe/Dockerfile.tpl to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
2023-12-01 18:12:24 +00:00
Simon Larsen
ed7708ba7c
remove change in config from npm
2023-10-04 19:11:51 +01:00
Simon Larsen
d3e3b7d918
fix docker file
2023-10-02 16:17:43 +01:00
Simon Larsen
2a6cb19405
add pnpm to docker build to speed up builds
2023-10-02 12:38:40 +01:00
Simon Larsen
708a9ba4b8
increase npm timeout in docker files
2023-09-21 17:09:09 +01:00
Simon Larsen
4d2e66fce3
fix base
2023-09-13 13:56:36 +05:30
Simon Larsen
6057fafd97
fix docker files
2023-09-13 13:55:54 +05:30
Simon Larsen
57671c444c
refactor docker files
2023-09-13 13:53:26 +05:30
Simon Larsen
35d7f0ee59
remove update
2023-09-13 12:30:24 +05:30
Simon Larsen
b1bd44be59
add sha and version to docker file
2023-08-25 11:16:31 +01:00
Simon Larsen
2966924bcd
update node to current alpine
2023-08-09 11:55:19 +01:00
Simon Larsen
95c6cee3e2
add retry on probe
2023-05-25 23:44:20 +01:00
Simon Larsen
6a4cea838e
build probe server
2023-05-15 10:54:32 +01:00
Simon Larsen
27420261a0
add probe docker file
2023-05-02 15:29:22 +01:00