Can a repository at gerrit.wikimedia.org be used in an ADD
command in a Dockerfile?
Alexander Mashin talk 14:48, 15 October 2023 (UTC)
Topic on Talk:Gerrit/Tutorial
Appearance
There are tgz links (e.g. on https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master), but honestly I’d just install Git in the container and clone the repo using that. If you want to avoid having Git in the final image, use a different stage (use multiple FROM
instructions in the same Dockerfile).
OK, thank you.
Alexander Mashin talk 14:59, 2 November 2023 (UTC)