From 0513971f4041b40751d89b71a843dcaf2d8f1710 Mon Sep 17 00:00:00 2001 From: sjat Date: Sat, 30 May 2026 21:34:02 +0200 Subject: [PATCH] Fix Forgejo registry path to owner/image format (review R10a) Co-Authored-By: Claude Opus 4.8 (1M context) --- .scaffold/molecule.yml | 2 +- Makefile | 2 +- docs/decisions/008-testing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scaffold/molecule.yml b/.scaffold/molecule.yml index 5fb119c..b23d8da 100644 --- a/.scaffold/molecule.yml +++ b/.scaffold/molecule.yml @@ -12,7 +12,7 @@ platforms: # Project-owned image built from .docker/molecule-debian13/Dockerfile # and hosted in the Forgejo container registry. # Build/push with: make molecule-image / make molecule-image-push - image: forgejo.nyumbani.baobab.band///molecule-debian13:latest + image: forgejo.nyumbani.baobab.band/sjat/molecule-debian13:latest pre_build_image: true privileged: true # required for systemd cgroupns_mode: host diff --git a/Makefile b/Makefile index 190de22..1dcb636 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ INVENTORY := -i inventories/production/hosts.yml TF := terraform TF_ENV ?= staging -MOLECULE_IMAGE := forgejo.nyumbani.baobab.band///molecule-debian13:latest +MOLECULE_IMAGE := forgejo.nyumbani.baobab.band/sjat/molecule-debian13:latest MOLECULE_DOCKERFILE := .docker/molecule-debian13/Dockerfile .DEFAULT_GOAL := help diff --git a/docs/decisions/008-testing.md b/docs/decisions/008-testing.md index b99df23..005de2b 100644 --- a/docs/decisions/008-testing.md +++ b/docs/decisions/008-testing.md @@ -62,7 +62,7 @@ configuration issues invisible to Ansible check mode. **Source**: `.docker/molecule-debian13/Dockerfile` **Base**: `debian:trixie-slim` (official Debian 13, Docker Hub — only external dependency permitted here, as the base OS image is not substitutable) -**Registry**: `forgejo.nyumbani.baobab.band///molecule-debian13:latest` +**Registry**: `forgejo.nyumbani.baobab.band/sjat/molecule-debian13:latest` Build and push with: ```bash