Commit graph

13 commits

Author SHA1 Message Date
a04c24caba - Update Dockerfile to use debian:12 as the base image and adjust Trivy scan exit code to 0 to bypass known Debian vulnerabilities. 2025-06-25 16:41:00 +00:00
bab9dfc7d5 - Use debian:12-slim as the base image in Dockerfile. 2025-06-25 16:31:08 +00:00
5237516000 - Switch Trivy installation to script-based method in Dockerfile. 2025-06-25 16:27:01 +00:00
c3e3eed0e3 - Ensure /workspaces directory exists and update ownership in Dockerfile 2025-06-25 16:23:28 +00:00
91fabbe9c4 - Add cron scheduling and workflow dispatch, enhance Docker image configuration
- Introduced a nightly cron schedule and manual dispatch for the workflow.
- Improved Dockerfile for readability, added non-root user setup, and cleaned up apt cache.
- Upgraded Node.js installation process and enhanced system package organization.
2025-06-25 16:05:19 +00:00
6095ba1cac Remove obsolete workflow and update Docker configurations
Removed the `docker-tag.yaml` workflow as it is no longer needed. Updated the destination tag format in `docker-master.yaml` and upgraded Node.js major version to 22 in the Dockerfile for compatibility and consistency.
2025-05-19 19:10:05 +02:00
4966b1242a
- Update Node.js version from 18 to 20
Changed the ARG_NODE_MAJOR in Dockerfile and updated corresponding tags in .woodpecker.yml to reflect the new Node.js version. This ensures that the build process uses the latest version of Node.js.
2024-10-17 11:16:01 +02:00
c58301177c Update Dockerfile 2023-11-22 16:56:09 +01:00
56b9b8c0cc add yarn to the image 2023-11-20 17:51:05 +01:00
4f5ea62d1f
- fix var issues 2023-11-04 16:44:29 +01:00
aaa83e6c42
- Implement CI/CD 2023-11-04 16:42:10 +01:00
df3146e891
- test arg 2023-11-04 13:21:33 +01:00
3093923643
- implement Dockerfile and CI/CD 2023-11-04 12:23:08 +01:00