Commit Graph

32 Commits

Author SHA1 Message Date
renovate 083e07992b chore(deps): update ubuntu docker tag to v26
Docker Build and Push / lint (pull_request) Successful in 11s
Docker Build and Push / build (pull_request) Successful in 1m27s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-11 01:46:17 +00:00
cloudix_mcp_server 0e56dadbee Merge pull request 'fix: replace python2 with python-is-python3 for Ubuntu 26.04+' (#7) from fix/remove-python2-dependency into master
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 46s
Docker Build and Push / test (push) Successful in 17s
Docker Build and Push / push (push) Successful in 48s
2026-06-10 21:44:38 -04:00
Sagent cb34cae943 fix: create python symlink for Ubuntu cross-version compat
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Successful in 1m31s
Docker Build and Push / test (pull_request) Successful in 19s
Docker Build and Push / push (pull_request) Has been skipped
Replace 'python' package (Python 2, removed in Ubuntu 24.04+)
with a simple 'ln -sf python3 python' symlink that works on
all Ubuntu versions.
2026-06-11 00:53:49 +00:00
Sagent 0be44f9135 fix: remove python2 dependency for Ubuntu 26.04+ compatibility
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Failing after 19s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Ubuntu 26.04 no longer provides the 'python' package (Python 2).
Replace with python-is-python3 which creates the symlink for
scripts using '#!/usr/bin/env python'. Keep python3 for runtime.
2026-06-11 00:49:55 +00:00
cloudix_mcp_server 6673e95f7c fix: add branches: [master] filter on push trigger
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 54s
Docker Build and Push / test (push) Successful in 25s
Docker Build and Push / push (push) Successful in 49s
2026-06-09 10:48:51 -04:00
jcabillot 85340adcbc Merge pull request 'feat: migrate to 4-job CI pipeline v2' (#3) from feat/gitea-actions-v2 into master
Docker Build and Push / lint (push) Successful in 7s
Docker Build and Push / build (push) Successful in 1m28s
Docker Build and Push / test (push) Successful in 18s
Docker Build and Push / push (push) Successful in 49s
Reviewed-on: #3
2026-06-08 21:20:34 -04:00
Sagent 4f20ddde90 fix: python-six → python3-six (cscan.py runs under python3)
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m34s
Docker Build and Push / build (push) Successful in 1m40s
Docker Build and Push / test (pull_request) Successful in 30s
Docker Build and Push / test (push) Successful in 30s
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Successful in 54s
2026-06-09 01:09:48 +00:00
Sagent 50391c215f fix: add python3 to runtime packages (cscan.sh requires python3)
Docker Build and Push / lint (push) Successful in 13s
Docker Build and Push / lint (pull_request) Successful in 11s
Docker Build and Push / build (push) Failing after 57s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / build (pull_request) Failing after 50s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 01:04:55 +00:00
Sagent e456d1c3c5 fix: add ca-certificates to fix SSL for git clone on ubuntu:18.04
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (push) Failing after 42s
Docker Build and Push / build (pull_request) Failing after 36s
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (push) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-09 01:01:08 +00:00
cloudix_mcp_server c827c967dd fix: add SC2086 to hadolint ignore
Docker Build and Push / lint (pull_request) Successful in 7s
Docker Build and Push / build (pull_request) Failing after 34s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / lint (push) Failing after 14m55s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
2026-06-08 20:30:00 -04:00
cloudix_mcp_server deffcc9670 fix: add hadolint ignores DL3008,SC3009
Docker Build and Push / lint (pull_request) Failing after 9s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / lint (push) Failing after 13m10s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / push (push) Has been skipped
2026-06-08 20:26:47 -04:00
cloudix_mcp_server 5902dad9a8 feat: migrate to 4-job CI pipeline (lint+build+test+push)
Docker Build and Push / lint (push) Failing after 5s
Docker Build and Push / build (push) Has been skipped
Docker Build and Push / test (push) Has been skipped
Docker Build and Push / lint (pull_request) Failing after 6s
Docker Build and Push / build (pull_request) Has been skipped
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
Docker Build and Push / push (push) Failing after 11m8s
2026-06-08 20:23:48 -04:00
cloudix_mcp_server a1bb95f7ef feat: add test.sh for CI 2026-06-08 20:21:59 -04:00
cloudix_mcp_server ec5ba18601 fix: remove quoted strings (hadolint) 2026-06-08 20:21:40 -04:00
jcabillot d15f8cb0fa feat: add Gitea Actions workflow
Docker Build and Push / build (push) Failing after 1m0s
feat: add Gitea Actions workflow
2026-05-29 16:22:25 -04:00
Julien Cabillot b41a24b97a feat: add Gitea Actions workflow 2026-05-29 14:49:52 -04:00
Julien Cabillot b3316e3726 feat: add Gitea Actions workflow 2026-05-29 14:22:35 -04:00
Julien Cabillot 44354ca3b0 feat: add Gitea Actions workflow 2026-05-29 14:08:21 -04:00
jcabillot 2681cca9c8 Fix jenkinsfile
perso/cipherscan/master This commit looks good
perso/cipherscan/pipeline/head There was a failure building this commit
2020-01-08 13:56:27 -05:00
jcabillot b927d883d1 import
perso/cipherscan/master This commit looks good
2019-10-20 10:23:14 -04:00
Julien Cabillot af9f0313ae Update .gitlab-ci.yml 2019-04-15 20:25:51 +00:00
Cabillot Julien fbe873b026 Correction github -> dockerhub 2018-05-24 20:23:48 -04:00
Cabillot Julien d43045e048 tweaks 2018-05-18 15:13:38 -04:00
Cabillot Julien fb3823294f Merge branch 'master' of ssh://gitlab.cabillot.eu:2224/jcabillot/cipherscan 2018-05-18 11:49:56 -04:00
Cabillot Julien 84d7f9a254 17.10 -> 18.04, uniformisation avec les autres dockers ubuntu 2018-05-18 11:38:54 -04:00
Julien Cabillot 3ed750e614 Update .gitlab-ci.yml 2018-05-15 13:03:37 +00:00
Cabillot Julien 9d579e39ab fix cleanup 2018-05-14 13:55:46 -04:00
Julien Cabillot d75561e4f6 Maintainer -> label maintainer 2018-05-06 16:27:10 +00:00
Cabillot Julien 56e7d0aa7a oubli de bsdmainutils 2017-12-21 10:49:28 +01:00
JC 520b0f4128 fonctionnel 2017-12-21 10:47:56 +01:00
Julien Cabillot cc8951d601 Add .gitlab-ci.yml 2017-11-07 17:41:03 +00:00
root d6be046d6f import 2017-11-07 18:40:34 +01:00