cba7f9d3b6
chore(deps): update dependency dart-sass to v1.78.0
2024-09-03 23:15:29 +00:00
f5bfb2f2b0
Merge pull request 'chore(deps): update dependency numpy to v2.1.1' ( #50 ) from renovate/numpy-2.x into master
...
build/base Building image base
build/frp Building image frp
build/fluentd Building image fluentd
build/node-script Building image node-script
build/forgejo Building image forgejo
build/ruby-script Building image ruby-script
build/fava Building image fava
build/beancount-import Building image beancount-import
build/nextcloud Building image nextcloud
build/gotenberg Building image gotenberg
build/lua-clib Building image lua-clib
build/python-script Building image python-script
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
Reviewed-on: #50
2024-09-03 16:15:48 +00:00
b8908dd305
chore(deps): update dependency numpy to v2.1.1
2024-09-03 15:30:10 +00:00
22957ebbfa
Merge pull request 'chore(deps): update gotenberg/gotenberg docker tag to v8.9.2' ( #49 ) from renovate/gotenberg-gotenberg-8.x into master
...
build/base Building image base
build/node-script Building image node-script
build/frp Building image frp
build/forgejo Building image forgejo
build/fluentd Building image fluentd
build/python-script Building image python-script
build/ruby-script Building image ruby-script
build/beancount-import Building image beancount-import
build/lua-clib Building image lua-clib
build/gotenberg Building image gotenberg
build/fava Building image fava
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/nextcloud Building image nextcloud
Reviewed-on: #49
2024-09-03 11:19:32 +00:00
a9ef00ebca
chore(deps): update gotenberg/gotenberg docker tag to v8.9.2
2024-09-03 10:00:10 +00:00
5497039427
Merge pull request 'chore(deps): update codeberg.org/forgejo/forgejo docker tag to v8.0.2' ( #48 ) from renovate/codeberg.org-forgejo-forgejo-8.x into master
...
build/fluentd Building image fluentd
build/frp Building image frp
build/base Building image base
build/node-script Building image node-script
build/ruby-script Building image ruby-script
build/beancount-import Building image beancount-import
build/python-script Building image python-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/lua-clib Building image lua-clib
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/forgejo Building image forgejo
build/rust-xwin Building image rust-xwin
Reviewed-on: #48
2024-08-30 11:11:26 +00:00
0bb9f58f19
chore(deps): update codeberg.org/forgejo/forgejo docker tag to v8.0.2
2024-08-29 13:45:10 +00:00
6d035411c6
Merge branch 'feat/registry-mirror'
...
build/frp Building image frp
build/base Building image base
build/fava Building image fava
build/node-script Building image node-script
build/fluentd Building image fluentd
build/python-script Building image python-script
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/gotenberg Building image gotenberg
build/ruby-script Building image ruby-script
build/beancount-import Building image beancount-import
build/lua-clib Building image lua-clib
build/forgejo Building image forgejo
build/nextcloud Building image nextcloud
build/rust-xwin Building image rust-xwin
* feat/registry-mirror:
feat: Implement repository mirror
feat: Add registry mirror
2024-08-29 12:02:01 +02:00
a6a9fe59ec
feat: Implement repository mirror
...
The `oci-build-task` seems to be doing more requests to the registry
than local `docker build`, which frequently results in Docker Hub's
rate limits kicking in.
By proxying `docker.io`, this should hopefully be avoided.
A somewhat elaborate setup and a custom build of `oci-build-task` are
needed: https://github.com/concourse/oci-build-task/pull/121 .
Fixes : #39 .
2024-08-29 11:58:39 +02:00
c88442720c
Merge pull request 'chore(deps): update dependency npm to v10.8.3' ( #47 ) from renovate/npm-10.x into master
...
build/base Building image base
build/node-script Building image node-script
build/fluentd Building image fluentd
build/gotenberg Building image gotenberg
build/ruby-script Building image ruby-script
build/python-script Building image python-script
build/forgejo Building image forgejo
build/beancount-import Building image beancount-import
build/lua-clib Building image lua-clib
build/rust-xwin Building image rust-xwin
build/fava Building image fava
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/frp Building image frp
build/nextcloud Building image nextcloud
Reviewed-on: #47
2024-08-29 07:17:26 +00:00
0d477a7dea
chore(deps): update dependency npm to v10.8.3
2024-08-28 20:30:11 +00:00
2432154339
feat: Add registry mirror
...
Fixes : #39
2024-08-28 11:51:27 +02:00
3ed0626d0d
fix(gitea): Fix commit sha param
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/node-script Building image node-script
build/frp Building image frp
build/base Building image base
build/fluentd Building image fluentd
build/forgejo Building image forgejo
build/beancount-import Building image beancount-import
build/ruby-script Building image ruby-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/lua-clib Building image lua-clib
build/python-script Building image python-script
build/rust-xwin Building image rust-xwin
2024-08-28 11:26:09 +02:00
0da913ec7c
feat(gitea): Improve error message on invalid config
2024-08-28 11:20:07 +02:00
48dea1b884
fix: Fix status config
2024-08-28 11:14:29 +02:00
3df40715b4
feat(python-script): Mount pip cache path
...
Closes : #33
2024-08-28 10:21:29 +02:00
dae7318a7d
Add commit status checks
...
Closes : #4
2024-08-28 10:14:59 +02:00
6431c4c01e
fix(gitea): Update lock file
...
Seems that Renovate failed to do this.
2024-08-28 09:43:43 +02:00
9a5ae0a8fc
Merge pull request 'fix(deps): update rust crate reqwest to 0.12.0' ( #45 ) from renovate/reqwest-0.x into master
...
Reviewed-on: #45
2024-08-28 07:38:31 +00:00
5277cfbe75
Merge pull request 'fix(deps): update rust crate globwalk to 0.9.0' ( #44 ) from renovate/globwalk-0.x into master
...
Reviewed-on: #44
2024-08-28 07:32:35 +00:00
b8ad25f58a
fix(deps): update rust crate reqwest to 0.12.0
2024-08-27 17:00:35 +00:00
0ae0c19d4e
fix(deps): update rust crate globwalk to 0.9.0
2024-08-27 17:00:31 +00:00
5082b44462
fix(gitea): Fix incorrect build arg definition
2024-08-27 17:03:42 +02:00
dea08e07df
Fix beangrow
...
Their dependency definition ends up requiring a SSH clone, which pip
fails to do.
2024-08-27 16:57:28 +02:00
d0de1040ea
Fix gitea image
2024-08-27 16:54:32 +02:00
4d81a4eafc
Merge branch 'feat/gitea-resource'
...
* feat/gitea-resource:
gitea: Implement commit statuses
gitea: Implement package
fix(gitea): Fix version data
feat(gitea): Add Gitea resource to fetch PRs
2024-08-27 16:53:46 +02:00
01f4d05b37
Add Gitea resource type
...
* gitea-split/gitea-split:
gitea: Implement commit statuses
gitea: Implement package
fix(gitea): Fix version data
feat(gitea): Add Gitea resource to fetch PRs
2024-08-27 16:51:26 +02:00
78eb0887cc
Merge pull request 'Update https://github.com/beancount/beangrow digest to 56f1c2a' ( #36 ) from renovate/https-github.com-beancount-beangrow-digest into master
...
Reviewed-on: #36
2024-08-26 14:23:22 +00:00
29faf1e86c
Run builds in series
...
Since they I/O bound off of the same hardware, and sometimes also CPU
bound when compiling things, running them in parallel only slows
things down.
Closes : #28
2024-08-26 16:22:51 +02:00
39eb09456b
Speed up image uploads
...
As long as the image isn't used later on, there is no point in the
automatic `get` after `put`.
Also limit the inputs that each `put` step uses.
Closes : #29
2024-08-26 16:17:48 +02:00
443bd2e4b8
Update https://github.com/beancount/beangrow digest to 56f1c2a
2024-08-26 11:45:16 +00:00
a9bc340f7d
Fix node-script image
2024-08-26 13:30:20 +02:00
7327c05787
Merge pull request 'Update nextcloud Docker tag to v29' ( #26 ) from renovate/nextcloud-29.x into master
...
Reviewed-on: #26
2024-08-26 11:23:14 +00:00
53dbd85832
Merge pull request 'Update https://github.com/andreasgerstmayr/fava-dashboards digest to 50a0b7c' ( #35 ) from renovate/https-github.com-andreasgerstmayr-fava-dashboards-digest into master
...
Reviewed-on: #35
2024-08-26 11:19:35 +00:00
52c5a1fb00
Update nextcloud Docker tag to v29
2024-08-26 09:55:13 +00:00
c66b6f0896
Update https://github.com/andreasgerstmayr/fava-dashboards digest to 50a0b7c
2024-08-26 09:55:08 +00:00
7b8bb5584f
Fix requests version in python-script
...
`httpie` uses an upper limit, so we must use the same constraint for
pip to install it.
2024-08-26 11:53:38 +02:00
a5c62f85e3
Fix fava build commands
...
`find` seems to behave extremely weird within Docker `RUN` commands.
I could not find a way to properly escape `;`s in a way that I
can specify one for `find -exec` and a second one to separate `find`
from the next command. `find` would always complain about it.
So instead, it's now simply the last command in the chain, where no
separator is needed.
2024-08-26 11:50:54 +02:00
ea4acbb4b9
Fix commit-based pip packages
...
It seems that Renovate assumes Git tags for these kind of definitions,
and therefore cannot handle commit refs.
So a custom regex manager is needed, with a way to manually specify the
branch to use, thanks to the `master` vs `main` split.
2024-08-26 10:56:34 +02:00
9bce4a9834
Fix incompatible beancount version
2024-08-26 09:56:07 +02:00
010c09f751
Merge pull request 'Update dependency fava to v1.28' ( #17 ) from renovate/fava-1.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/17
2024-08-25 07:03:52 +00:00
4454031c57
Merge pull request 'Update nextcloud Docker tag to v28.0.9' ( #27 ) from renovate/nextcloud-28.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/27
2024-08-25 07:03:21 +00:00
f5369fc38c
Update dependency fava to v1.28
2024-08-25 07:00:13 +00:00
720421e6f4
Update nextcloud Docker tag to v28.0.9
2024-08-25 07:00:11 +00:00
8815e24721
Merge pull request 'Update gotenberg/gotenberg Docker tag to v8' ( #25 ) from renovate/gotenberg-gotenberg-8.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/25
2024-08-25 06:59:01 +00:00
2700b30d56
Update gotenberg/gotenberg Docker tag to v8
2024-08-24 16:00:17 +00:00
509cc9c47b
Merge pull request 'Update dependency beancount-import to v1.4.0' ( #14 ) from renovate/beancount-import-1.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/14
2024-08-24 15:46:10 +00:00
c8c747d2c3
Merge pull request 'Update dependency fava_envelope to v0.5.9' ( #9 ) from renovate/fava_envelope-0.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/9
2024-08-24 15:45:49 +00:00
bf948e3de1
Merge pull request 'Update dependency httpie to v3.2.3' ( #10 ) from renovate/httpie-3.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/10
2024-08-24 15:45:36 +00:00
b293dff1df
Merge pull request 'Update python Docker tag to v3.12.5' ( #12 ) from renovate/python-3.x into master
...
Reviewed-on: https://git.sclu1034.dev///lucas/ci-images/pulls/12
2024-08-24 15:45:28 +00:00