python icon indicating copy to clipboard operation
python copied to clipboard

replace ENV with ARG for build variables

Open prauscher opened this issue 10 months ago • 0 comments

as ENV persists in the created images, this clutters environments of many running containers, making printenv more complicated to read and possible making debugging harder.

This PR marks the following variables as build arguments, removing them from scope of the build containers:

  • GPGKEY
  • PYTHON_VERSION
  • PYTHON_SHA256

prauscher avatar Jan 07 '25 12:01 prauscher