mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 05:51:46 -04:00
bazel: rules to handle container images
This commit is contained in:
parent
9dfad32e33
commit
daf18052f9
9 changed files with 459 additions and 0 deletions
|
@ -22,6 +22,8 @@ cli=$(realpath @@CLI@@)
|
|||
stat "${cli}" >> /dev/null
|
||||
cdbg=$(realpath @@CDBG@@)
|
||||
stat "${cdbg}" >> /dev/null
|
||||
container_sums=$(realpath @@CONTAINER_SUMS@@)
|
||||
stat "${container_sums}" >> /dev/null
|
||||
|
||||
cd "${BUILD_WORKING_DIRECTORY}"
|
||||
|
||||
|
@ -53,3 +55,4 @@ ln -sf "$(replace_prefix "${host_cache}" "${builder_cache}" "${bootstrapper}")"
|
|||
ln -sf "$(replace_prefix "${host_cache}" "${builder_cache}" "${upgrade_agent}")" "${workdir}/upgrade-agent"
|
||||
ln -sf "$(replace_prefix "${host_cache}" "${builder_cache}" "${cli}")" "${workdir}/constellation"
|
||||
ln -sf "$(replace_prefix "${host_cache}" "${builder_cache}" "${cdbg}")" "${workdir}/cdbg"
|
||||
ln -sf "$(replace_prefix "${host_cache}" "${builder_cache}" "${container_sums}")" "${workdir}/container_sums.sha256"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue