ci: push images to artifactapi registry instead of gitea #2

Merged
benvin merged 4 commits from benvin/push-artifactapi into main 2026-07-30 20:55:37 +10:00

4 Commits

Author SHA1 Message Date
unkinben 1d7b1be7b8 revert Dockerfile FROM to gitea agent-base; keep push-target switch
ci/woodpecker/pr/build Pipeline was successful
The buildkit builder in the k8s runner cannot pull FROM the artifactapi
registry (internal CA is not trusted). Keep the base-image FROM on gitea;
only the push target moves to artifactapi.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:50:54 +10:00
unkinben 1fed0bfd4a test: insecure_skip_verify for artifactapi
ci/woodpecker/pr/build Pipeline failed
Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:46:45 +10:00
unkinben b9fca00e18 test: buildkit_config insecure for artifactapi FROM pull
ci/woodpecker/pr/build Pipeline failed
Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:43:11 +10:00
unkinben b5399343cd ci: push images to artifactapi registry instead of gitea
ci/woodpecker/pr/build Pipeline failed
Hard switch of the docker push target from the Gitea registry to the
artifactapi local docker registry (docker-internal); the Gitea VM and its
registry are being retired. Drops the droneci/DRONECI_PASSWORD creds since
artifactapi accepts unauthenticated in-cluster pushes. Also repoints the Dockerfile FROM agent-base base image.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-30 00:34:59 +10:00