Commit Graph
5 Commits
Author SHA1 Message Date
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
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