I need to provide secrets within the build process.
This pages describe an approach ("ARG"), which is not considered as best practices nor safe, since the secrets would be stored within the docker image built and thus, be leaked.
Please support the right approach