1
Fork 0
Commit graph

16 commits

Author SHA1 Message Date
a31f183cc1
Build ARM image for caddy
Some checks failed
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/mx-puppet-steam Building image mx-puppet-steam
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/python-script Building image python-script
build/fava Building image fava
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/caddy Building image caddy
build/lua-clib Building image lua-clib
build/ruby-script Building image ruby-script
2025-02-26 15:05:35 +01: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
2432154339
feat: Add registry mirror
Fixes: #39
2024-08-28 11:51:27 +02:00
48dea1b884
fix: Fix status config 2024-08-28 11:14:29 +02:00
dae7318a7d
Add commit status checks
Closes: #4
2024-08-28 10:14:59 +02:00
5082b44462
fix(gitea): Fix incorrect build arg definition 2024-08-27 17:03:42 +02:00
d0de1040ea
Fix gitea image 2024-08-27 16:54:32 +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
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
7a920f7109
Fix image upload 2024-08-24 17:08:45 +02:00
e8c4f2bc89
Fix unprivileged task 2024-08-24 11:44:32 +02:00
1df357caa9
Fix path to Dockerfiles 2024-08-24 11:42:17 +02:00
dc5081e753
Fix missing task vars 2024-08-24 11:40:07 +02:00
1ce5b812c6
Fix incorrect task file 2024-08-23 15:08:15 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00