Closed mchaplet closed 8 months ago
Thanks @mchaplet this looks like a nice improvement! This commit was adapted a bit and rebased on top of the latest master changes in the branch devel/custom_image_name
.
Please have a look at it, I didn't merge it yet as I see two potential concerns:
-b
). Probably this should be covered in the previous point too.EDIT: pressed enter too fast.
Hi Jérôme,
CQFD is a great, simple and efficient tool but actually, for my needs, I moved on gitlabci-local.
It's clearly 'heavier' (thanks python) but does a great job around configuration (.yml), multiples jobs/flavors, variables and even if it can be used without gitlab server, it allows ready-to-use local build and server CI. (few tip: it also support podman integration, which match my needs regarding user rights, i.e. avoid creating 'root' files in my work directory)
TL;DR: feel free to close this PR or keep/rewrite it for your own needs.
Thanks for your feedback, Martin, that's very interesting actually. Podman support has been in our thoughts for a while, and I like the idea of storing both the image def + build config in a single file. Maybe we should evolve towards that, it would make sense to use/support Gitlab's CI schema.
Thank you Martin, merged this PR.
This option allows to use a custom name for docker image. It thus allows to create and/or pull images to/from a private docker repository.