python
python copied to clipboard
replace ENV with ARG for build variables
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:
GPGKEYPYTHON_VERSIONPYTHON_SHA256