Commit Graph
12 Commits
Author SHA1 Message Date
volker.raschek 4af5fe070b chore(ci): authenticate against harbor.cryptic.systems before pulling binfmt
Build / build-arm64 (push) Failing after 3m16s
Lint Markdown files / markdown-lint (push) Successful in 13s
Build / build-amd64 (push) Failing after 1m49s
The workflows pulled tonistiigi/binfmt through an unauthenticated request, either directly from docker.io or from
harbor.cryptic.systems before any credentials had been configured. Both variants are subject to upstream rate limiting
and made the multi arch builds fail sporadically.

The docker/login-action steps are now placed in front of docker/setup-qemu-action and docker/setup-buildx-action, and a
second login against harbor.cryptic.systems was added so that the binfmt image is always pulled from the internal
registry with valid credentials. Leftover setup-qemu-action and setup-buildx-action steps from the previous ordering
were removed.

All pinned actions were additionally bumped to their latest upstream release to remove the version drift between the
repositories.
2026-09-02 20:44:09 +02:00
volker.raschek 2e2156b95a fix(ci): replace drone with gitea actions
Lint Markdown files / markdown-lint (push) Successful in 5s
Release / push-amd64 (push) Successful in 1m8s
Build / build-amd64 (push) Successful in 2m45s
Build / build-arm64 (push) Successful in 3m8s
Release / push-arm64 (push) Successful in 3m29s
Release / push-manifest (push) Successful in 7s
2025-05-13 18:05:47 +02:00
volker.raschek 9c3e3d13c3 docs(README): migrate from docker.io to git.cryptic.systems 2025-05-12 18:19:07 +02:00
volker.raschek ebd8fd4857 style(markdownlint): update configuration 2025-05-09 11:27:40 +02:00
volker.raschek 387aa7cfe5 docs(README): remove drone badge 2025-05-08 21:47:17 +02:00
volker.raschek f60ca59a8e fix(makefile): remove the deletion of the base image via make clean 2025-05-08 18:43:53 +02:00
volker.raschek 00428589af chore(ci): use upstream container image registry
continuous-integration/drone/push Build was killed
2025-04-02 21:30:42 +02:00
volker.raschek ab7710b467 chore(ci): rollback plugins/docker to 20.18.6
continuous-integration/drone/push Build is failing
2025-04-02 10:43:00 +02:00
volker.raschek 3172297ab6 chore(ci): use container image mirror
continuous-integration/drone/push Build is failing
2025-04-02 09:53:35 +02:00
volker.raschek 355add9425 fix(Makefile): make FQIN configurable
continuous-integration/drone/push Build is passing
2025-04-01 20:45:00 +02:00
volker.raschek b1101cdcc0 chore(renovate): use configuration preset
continuous-integration/drone/push Build is passing
2025-03-30 20:49:55 +02:00
volker.raschek 9c90ea1853 Initial Commit
continuous-integration/drone/push Build is passing
2024-12-29 13:56:32 +01:00