Commit Graph

40 Commits

Author SHA1 Message Date
Nicolas Hennion
b290048437
Merge pull request #2172 from nicolargo/renovate/docker-build-push-action-3.x
Update docker/build-push-action action to v3
2022-10-29 09:54:49 +02:00
Nicolas Hennion
01932c954a
Merge pull request #2170 from nicolargo/renovate/crazy-max-ghaction-docker-meta-4.x
Update crazy-max/ghaction-docker-meta action to v4
2022-10-29 09:53:43 +02:00
Nicolas Hennion
1256f38b15
Merge pull request #2169 from nicolargo/renovate/actions-setup-python-4.x
Update actions/setup-python action to v4
2022-10-29 09:52:45 +02:00
Nicolas Hennion
4f2a1ffc88
Merge pull request #2168 from nicolargo/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2022-10-29 09:52:06 +02:00
renovate[bot]
68c37032bc
Update docker/build-push-action action to v3 2022-10-25 20:10:25 +00:00
renovate[bot]
2cda1b4a52
Update crazy-max/ghaction-docker-meta action to v4 2022-10-25 17:10:37 +00:00
renovate[bot]
7f3d847896
Update actions/setup-python action to v4 2022-10-25 17:10:32 +00:00
renovate[bot]
5b8db6b395
Update actions/checkout action to v3 2022-10-25 13:44:28 +00:00
renovate[bot]
dd93f07c81
Update actions/cache action to v3 2022-10-25 13:44:22 +00:00
nicolargo
1697eca9bd The Docker hub repository nicolargo/glances is now a organization. Use a token instead of password to publish Glances images. 2022-10-22 09:29:19 +02:00
nicolargo
b2b173b159 buildx failed with: ERROR: failed to solve: python:3.10-slim-buster: no match for platform in manifest #2120 2022-09-04 08:16:21 +02:00
nicolargo
678f6da3a9 Disable Pyright on the Git actions pipeline 2022-07-10 18:52:23 +02:00
Nicolas Hennion
169468cd0b
Merge pull request #2084 from sylvainmouquet/chore--add-pyright
chore(ci): add pyright
2022-07-10 18:37:58 +02:00
Sylvain MOUQUET
3237d2aedf
chore: add pyright 2022-07-10 11:34:56 +02:00
Sylvain MOUQUET
f798293474
chore(ci): add pyright 2022-07-10 11:29:50 +02:00
Sylvain MOUQUET
4b5ae8aded
chore(ci): add pyright 2022-07-10 11:22:47 +02:00
Sylvain MOUQUET
da14a9bb1b
chore: wip 2022-07-09 13:19:23 +02:00
Hugo van Kemenade
0fd55a43d2 Add support for Python 3.10 2021-11-21 12:29:02 +02:00
Nicolas Hennion
6526013567
Create codeql-analysis.yml 2021-07-10 09:57:06 +02:00
Markus Pöschl
5141d75684
Fix missing docker image name 2021-05-15 22:28:31 +02:00
Markus Pöschl
e93adf5cad Apply os on image tag 2021-05-15 16:09:20 +02:00
Markus Pöschl
4295f6ee90 Change cache specific to Dockerfile, not commit. 2021-05-15 15:44:43 +02:00
Markus Pöschl
3ab59b833a Add alpine multi-staged build 2021-05-15 15:44:43 +02:00
Markus Pöschl
cec2c453bc Change docker build to matrix 2021-05-15 15:44:43 +02:00
Markus Pöschl
da9c056964 Ensure correct version inside docker container 2021-05-15 14:39:26 +02:00
Markus Pöschl
76a89d2675 Add opencontainers label metadata 2021-05-15 14:39:26 +02:00
Markus Pöschl
77d902bbc1 Change the actions to build both of the versioned variants 2021-05-15 14:39:26 +02:00
nicolargo
2e56ccac42 Add Bandit to test 2021-04-20 19:25:41 +02:00
nicolargo
a78da548f4 Let only build and test pipelines 2021-04-20 16:14:52 +02:00
nicolargo
d27c75bf88 Correct Pypi CI pipeline 2021-04-20 15:55:39 +02:00
nicolargo
6f50664eaf Correct Pypi CI pipeline 2021-04-20 11:00:32 +02:00
nicolargo
a244cd3dfc Correct Pypi CI pipeline 2021-04-20 10:19:37 +02:00
nicolargo
c80772a160 Replace Travis by Github action #1850 2021-04-20 10:09:31 +02:00
Eduard Marbach
23c927bb2b feat: readd armv6 to docker images
- See #1762, thanks to @eifinger
2021-01-01 17:27:07 +01:00
Eduard Marbach
353c2f5fdb ci: fix pushing for develop branch 2021-01-01 17:27:07 +01:00
Eduard Marbach
3901174b10 ci: fix release process and improve build speeds 2020-12-30 23:44:47 +01:00
Eduard Marbach
28f1143976 fix: dev build contains all optional req
- requires base image to be full fledged python -> results in bigger image size for dev.
2020-12-28 16:47:12 +01:00
Nicolas Hennion
38fcc24e65 Reverse the last PR #1762 because it breaks the CI pipeline 2020-12-05 09:55:22 +01:00
Kevin Eifinger
7f97e23a59 (ci): Add linux/arm/v6 docker platform 2020-11-23 11:52:18 +01:00
Eduard Marbach
82821ec585 ci: implement github actions for builds
* includes build of docker files for multiple arch versions
2020-10-01 16:06:32 +02:00