Remove the unused build arg for JENKINS_HOME. This was
once used to try and create build images like the CI jobs. However,
the env var is now unconditionally set in the build script and must
be passed (or not) explicitly by the user.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit
6f5b23a39eadaa6e1f4df3a882cbb872f497d8fa)
"-t",
ctx.image_name,
f"--label=io.ceph.build-with-container.src={_hash_sources()}",
- f"--build-arg=JENKINS_HOME={ctx.cli.homedir}",
f"--build-arg=CEPH_BASE_BRANCH={ctx.base_branch()}",
]
if ctx.cli.distro: