plain-pizza-51556
09/23/2024, 6:46 PMkind: Build
name: app
type: container
variables:
$merge: ${var.commonConf.app.env}
spec:
dockerfile: Dockerfile
And in the DockerFile with this command :
RUN printenv
I don't see my variables , why and what can I do ?, thank you in advancefreezing-pharmacist-34446
09/24/2024, 11:58 AMARG
instruction see https://docs.docker.com/reference/dockerfile/#arg. You can pass these in with garden via spec.buildArgs
see https://docs.garden.io/reference/action-types/build/container#spec.buildargs
Does that help?plain-pizza-51556
09/24/2024, 4:37 PM