ref(py3): Make PY3 the default*, add SENTRY_PYTHON (#763)
This is in preparation to make the PY3 version the default* for Docker images and self-hosted. It is part 2/5:
Add -py2 variants for the Python 2 build tags and introduce the SENTRY_PYTHON2 env variable usage(getsentry/sentry#22460)- Switch getsentry/onpremise to Python 3 by default*, introducing the SENTRY_PYTHON2 env var for Py2 builds via the -py2 suffix
- Move the unsuffixed version of the builds to Python 3
- Remove the SENTRY_PYTHON3 env var support and -py3 prefix usage from getsentry/onpremise
- Remove tagging of -py3 builds from here
_* this will only happen when item 3 above gets landed_