Commit graph

128 commits

Author SHA1 Message Date
nicobo
fa21f46880
Create a github actions workflow to publish to pypi 2021-01-22 00:35:04 +01:00
nicobo
565c6be4f0
~ trying to fix the pypi token... 2021-01-21 23:37:12 +01:00
nicobo
fc48e18879
Fixed : added travis ci token 2021-01-21 22:54:15 +01:00
nicobo
9d70d19088
- removing local version part has it's not supported by pypi
~ conf update
2021-01-21 22:17:57 +01:00
nicobo
e509a0010d
+ adding travis ci push to pypi
+ docker shields now link to the tags page on DH
2021-01-21 22:17:16 +01:00
nicobo
690779a526
~ creating a CI workflow to build & push tagged commits 2021-01-21 13:45:01 +01:00
nicobo
d3e58ca028
- removing linux in jobs/include as it's already tested with the top /python list 2021-01-20 23:17:59 +01:00
nicobo
7902419e6c
- removing windows as it does not build because of issue #46
~ moving the python versions list to the top to iterate over it for 
linux at least
2021-01-20 23:15:53 +01:00
nicobo
8d1d110a57
Trying to build on more OSes 2021-01-20 23:06:14 +01:00
nicobo
7aa6d9ec71
+ instructions to generate version.py before running the bots 2021-01-20 22:59:02 +01:00
nicobo
797b54cc80
Replacing python nightly with 3.9 because of issue #43 (does not build on 3.10) 2021-01-20 22:46:15 +01:00
nicobo
68110fec81
+ setup.py build to generate version.py 2021-01-20 22:32:01 +01:00
nicobo
1db981115b debian-signal should also be tagged latest as it's the only image supporting all features 2021-01-20 21:09:11 +01:00
nicobo
f3e7fc3997
+ PlantUML diagram of the Docker build process 2021-01-20 18:26:55 +01:00
nicobo
a43789bc13
+ doc updates 2021-01-20 18:12:02 +01:00
nicobo
1e232dea79
+ chaining again pip upgrade & install because the cache should be already handled by docker 2021-01-20 18:06:37 +01:00
nicobo
14a324eac2
- version.py should not be tracked in git 2021-01-20 18:04:04 +01:00
nicobo
05f944d145
+ 'latest' tag 2021-01-20 18:03:36 +01:00
nicobo
c153cb86c8
+ chaining again apt-get update & install to make sure packages are up to date
+ building qrcode from source for ARM
2021-01-19 12:24:27 +01:00
nicobo
fb3e359eb1
chaining again apt-get update & install to make sure packages are up to date 2021-01-19 12:21:50 +01:00
nicobo
b42b078cfd
Using back the native rustc package in the hope it offers more multiarch options 2021-01-18 22:41:07 +01:00
nicobo
9dab8d5325
Doc fix 2021-01-18 22:40:07 +01:00
nicobo
7a95ea8c9e
- remove arm/v5 & arm/v6 for now in order to focus on fewer platforms to debug the build process 2021-01-18 22:39:35 +01:00
nicobo
5c302325f7
- rustup does not exit for arm on alpine 2021-01-18 08:03:07 +01:00
nicobo
75a738462c
- python:3 image does not exist in arm/v5 2021-01-18 07:09:43 +01:00
nicobo
931cfae18d
+ smaller images that should work on more CPU architectures 2021-01-17 23:40:30 +01:00
nicobo
9e15e4f56e
trying arm64 on alpine... 2021-01-04 00:35:31 +01:00
nicobo
250555ff9a
re-read & re-fixed the readme 2021-01-03 22:59:05 +01:00
nicobo
c3ff380c1f doc refactored ( still code to check for truth) 2020-12-31 00:06:46 +01:00
nicobo
b028bf8738 more doc review ( not finished yet) 2020-12-29 23:23:29 +01:00
nicobo
36ec511b2e started to edit the readme 2020-12-27 23:40:20 +01:00
nicobo
7d26891296 trying another layout for badges 2020-12-27 23:11:18 +01:00
nicobo
0b8ebbe73c doc fix 2020-12-27 22:35:19 +01:00
nicobo
c5d4a79099 doc fix 2020-12-27 22:29:35 +01:00
nicobo
ac63fc346f + link to future pypi page 2020-12-27 22:25:54 +01:00
nicobo
3632852104 + pypi status badge 2020-12-27 22:22:03 +01:00
nicobo
031c4e246c + docker push badge
+ title for the pypi badge section
2020-12-27 22:06:35 +01:00
nicobo
a1e75e280b + badges for the other images 2020-12-27 21:59:21 +01:00
nicobo
86da7312b1 move dependabot.yml 2020-12-27 21:41:40 +01:00
nicobo
0130f4a28b + custom label for docker badge 2020-12-27 19:49:04 +01:00
nicobo
08d05e314d fixed wrong badge url 2020-12-27 19:42:40 +01:00
nicobo
a8ee1f2d10 using simpler docker badges 2020-12-27 19:35:33 +01:00
nicobo
abad7232b3 doc format 2020-12-27 17:41:26 +01:00
nicobo
06f90b2ce7 + docker badges 2020-12-27 17:38:13 +01:00
nicobo
494edb0058 + dependabot 2020-12-27 07:24:14 +01:00
nicobo
8f2a91638b removing arm for alpine as well (missing dependencies) 2020-12-24 08:37:52 +01:00
nicobo
ff0598bb3f
- removing arm CPU on debian-slim for now (needs more work) 2020-12-24 08:23:27 +01:00
nicobo
4bbb38b96b
- removing more problematic CPU archs
~ minor enhancements to the Dockerfiles
2020-12-24 00:04:14 +01:00
nicobo
91be08d2dd
Fixed duplicated step id 2020-12-23 23:34:14 +01:00
nicobo
465e323e5b
+ signal dependencies (JDK, libckgroup) 2020-12-23 23:27:08 +01:00