5 Replies
Nope
Something that I want to do is allow setting variables and secrets in
.arg
and .secret
files and load those into the docker context which could then be used by the buildoh yeah that would be sweet
as a workaround, could i
docker pull
in the action before calling the bluebuild action?you can
COPY --from
, you just can't use ${}
right nowright but if i do that outside of bluebuild, will that be fine? as in, if i do it in actions.yml so i have access to env vars, will bluebuild be able to consume it
wait! I could use a Containerfile with bluebuild containerfiles and then find/replace the vars?
lemme try that
@Luke Skywunker @xyny i ended up getting it working using this, which is either cursed or blessed depending on your perspective 😅
https://github.com/secureblue/secureblue/pull/946/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721R84
Lol clever