Commit Graph

52 Commits

Author SHA1 Message Date
cloudix_mcp_server 629029bdf6 ci: standardize cron.yaml - add test mandatory step, remove :latest push 2026-06-13 16:27:29 -04:00
cloudix_mcp_server a7b418e7a3 ci: standardize main.yaml - tests mandatory, remove :latest push on master 2026-06-13 16:27:18 -04:00
jcabillot 399c978553 Merge pull request 'refactor(ci): migrate to split Gitea Actions workflows' (#9) from fix/refactor-ci-pipelines into master
Main Release / hadolint (push) Successful in 7s
Main Release / test (push) Successful in 15s
Main Release / tag (push) Successful in 11s
Main Release / build-push (push) Successful in 2m6s
Reviewed-on: #9
v0.0.2
2026-06-12 20:54:52 -04:00
cloudix_mcp_server 81663ba8e8 fix: rewrite cron.yaml with proper YAML (was base64-encoded)
PR Checks / build-test (pull_request) Successful in 19s
PR Checks / hadolint (pull_request) Successful in 6s
2026-06-12 20:24:39 -04:00
cloudix_mcp_server b31856d228 fix: rewrite tag.yaml with proper YAML (was base64-encoded) 2026-06-12 20:24:32 -04:00
cloudix_mcp_server 542f86b6cd fix: rewrite main.yaml with proper YAML (was base64-encoded)
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 21s
2026-06-12 20:24:25 -04:00
cloudix_mcp_server b2c0103b27 fix(ci): rewrite pr.yaml with parallel pattern
PR Checks / hadolint (pull_request) Successful in 6s
PR Checks / build-test (pull_request) Successful in 31s
2026-06-12 19:38:25 -04:00
cloudix_mcp_server bbecb203c9 feat(ci): add tag release workflow 2026-06-12 17:01:33 -04:00
cloudix_mcp_server 7947430ef1 feat(ci): add nightly cron rebuild workflow 2026-06-12 17:01:26 -04:00
cloudix_mcp_server d1c4b85c64 feat(ci): add PR workflow with lint and test jobs 2026-06-12 17:01:22 -04:00
cloudix_mcp_server 1e9e827b43 feat(ci): add main workflow for push to master 2026-06-12 17:01:20 -04:00
cloudix_mcp_server ef6c7b1b3e refactor(ci): replace single docker-build workflow with split workflow files 2026-06-12 17:00:50 -04:00
jcabillot bee9a79f62 Merge pull request 'ci: add automatic semver tagging on merge to master' (#8) from feat/semver-tag-action into master
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Failing after 2m8s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
Reviewed-on: #8
2026-06-12 13:40:07 -04:00
cloudix_mcp_server 79c2ae6814 ci: add automatic semver tagging on merge to master
Docker Build and Push / lint (pull_request) Successful in 9s
Docker Build and Push / build (pull_request) Successful in 1m38s
Docker Build and Push / test (pull_request) Successful in 41s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 13:21:21 -04:00
cloudix_mcp_server 24edaad520 ci: add automatic semver tagging on merge to master 2026-06-12 13:20:44 -04:00
jcabillot 5083ea89e8 Merge pull request 'fix(renovate): unquote FROM to enable docker image lookup' (#5) from chore/renovate into master
Docker Build and Push / lint (push) Successful in 12s
Docker Build and Push / build (push) Successful in 1m11s
Docker Build and Push / test (push) Successful in 22s
Docker Build and Push / push (push) Successful in 24s
Reviewed-on: #5
v0.0.1
2026-06-09 08:37:00 -04:00
Sagent fb2bfb019a fix(renovate): remove quotes from FROM to enable docker image detection
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m31s
Docker Build and Push / test (pull_request) Successful in 34s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 02:15:26 +00:00
jcabillot a6638c5ef1 Merge pull request 'Update hadolint/hadolint-action action to v3.3.0' (#4) from renovate/hadolint-hadolint-action-3.x into master
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 1m21s
Docker Build and Push / test (push) Successful in 20s
Docker Build and Push / push (push) Successful in 33s
Reviewed-on: #4
2026-06-08 17:28:48 -04:00
renovate f3897ba4b0 Update hadolint/hadolint-action action to v3.3.0
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 1m11s
Docker Build and Push / test (pull_request) Successful in 21s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:51:57 +00:00
jcabillot 0386665e2a Merge pull request 'feat: add lint, build, test, push pipeline with SHA-pinned actions' (#3) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 10s
Docker Build and Push / build (push) Successful in 1m20s
Docker Build and Push / test (push) Successful in 25s
Docker Build and Push / push (push) Successful in 23s
Reviewed-on: #3
2026-06-08 16:47:23 -04:00
Sagent 4d33657ea1 fix: replace echo with printf to avoid SC2028
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m23s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:40:51 +00:00
Sagent d9b462b6e8 fix: unquote EXPOSE to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 8s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:53:15 +00:00
Sagent a1d6f90967 feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 9s
Docker Build and Push / build (pull_request) Successful in 2m7s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Split single build job into 4 jobs: lint, build, test, push
- SHA-pin all actions for supply chain security
- Use ChristopherHX artifact actions (Gitea-compatible)
- Add tests/test.sh with Docker bridge gateway networking
- Add hadolint ignore for apt/brace patterns
2026-06-08 19:41:56 +00:00
jcabillot c065123d90 feat: add Gitea Actions workflow
Docker Build and Push / build (push) Successful in 1m1s
feat: add Gitea Actions workflow
2026-05-29 16:23:11 -04:00
Julien Cabillot ef18694099 feat: add Gitea Actions workflow 2026-05-29 14:46:30 -04:00
Julien Cabillot c6f59affeb feat: add Gitea Actions workflow 2026-05-29 14:18:48 -04:00
Julien Cabillot 487154c948 feat: add Gitea Actions workflow 2026-05-29 14:04:48 -04:00
Julien Cabillot 6baa97c8e6 feat: add pcntl
web/phpapache/pipeline/head This commit looks good
2025-03-12 12:47:54 -04:00
Julien Cabillot b11ff93333 php8.3
web/phpapache/pipeline/head This commit looks good
2024-11-10 18:10:53 -05:00
Julien Cabillot 7566a73183 testmp4
web/phpapache/pipeline/head This commit looks good
2024-10-25 13:40:25 -04:00
Julien Cabillot 4f425dfc3c feat: add RemoteIPInternalProxy
web/phpapache/pipeline/head This commit looks good
2023-05-30 17:48:06 -04:00
jcabillot 377889e098 fix: tini
Web/phpapache/pipeline/head This commit looks good
web/phpapache/pipeline/head This commit looks good
2021-03-09 19:55:49 -05:00
Julien Cabillot 643f9fd03c Bump 7.4
Web/phpapache/pipeline/head This commit looks good
2020-12-07 09:59:15 -05:00
jcabillot ac8817362b Rollback php 7.3 too many errors
Web/phpapache/master This commit looks good
Web/phpapache/pipeline/head This commit looks good
2020-02-29 00:55:12 -05:00
jcabillot d325c00f11 Add jenkinsfile
Web/phpapache/master This commit looks good
2020-01-07 20:16:53 -05:00
jcabillot 05ea37e57d Go to 7.4 + tiny 0.18.0 2020-01-07 20:14:53 -05:00
Julien Cabillot f0d39cf0fa Update .gitlab-ci.yml 2019-01-21 03:42:28 +00:00
Cabillot Julien 097c5ace5c Remove rm -rf /usr/src 2018-05-22 13:06:08 -04:00
Cabillot Julien 0461db41c5 Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/www/phpapache 2018-05-18 12:08:40 -04:00
Cabillot Julien 146979c0f3 Uniformisation avec les autres dockers ubuntu 2018-05-18 12:08:29 -04:00
Julien Cabillot 862041ea1f Maintainer -> label maintainer 2018-05-06 16:25:46 +00:00
Cabillot Julien 06e4222743 test 2018-03-27 20:14:09 +02:00
Cabillot Julien ec39b7c850 plus de tiny pour le moment 2018-02-13 10:31:33 +01:00
root 29f76ec928 apt un peu plus silencieux 2017-12-07 13:47:44 +01:00
Julien Cabillot d97835e2f6 Update Dockerfile 2017-12-04 21:01:18 +00:00
Julien Cabillot 8377d66995 ajout de a2enmod rewrite 2017-11-07 09:31:03 +01:00
Julien Cabillot fd2d703aa2 doc 2017-11-06 19:14:06 +01:00
Julien Cabillot 1755f790ac on utilise l'ip de remoteip pour le logs 2017-11-06 18:39:17 +01:00
Julien Cabillot 64d06c5e89 a2enmod headers 2017-11-06 18:19:57 +01:00
Julien Cabillot 4b30230557 On retire les infos de apache ainsi que php 2017-11-06 17:21:00 +01:00