From ed68165dc1c931e074b0ad908c474af9381e6a60 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Sat, 5 Dec 2020 00:32:30 +0300 Subject: [PATCH] build(py3): Stop tagging the `-py3` images This is the final step in making the PY3 version the default for Docker images and self-hosted. It is part **5/5**: 1. ~~Add `-py2` variants for the Python 2 build tags and introduce the `SENTRY_PYTHON2` env variable usage~~ (getsentry/sentry#22460) 2. ~~Switch getsentry/onpremise to Python 3 by default*, introducing the `SENTRY_PYTHON2` env var for Py2 builds via the `-py2` suffix~~ (getsentry/onpremise#763) 3. ~~Move the unsuffixed version of the builds to Python 3~~ (getsentry/sentry#22466) 4. ~~Remove the `SENTRY_PYTHON3` env var support and `-py3` prefix usage from getsentry/onpremise~~ (getsentry/onpremise#764) 5. **Remove tagging of `-py3` builds from getsentry/sentry** --- docker/cloudbuild.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker/cloudbuild.yaml b/docker/cloudbuild.yaml index dab2881c15686f..72c079515a4a82 100644 --- a/docker/cloudbuild.yaml +++ b/docker/cloudbuild.yaml @@ -148,12 +148,6 @@ steps: docker push $$DOCKER_REPO:$COMMIT_SHA docker tag $$SENTRY_IMAGE $$DOCKER_REPO:nightly docker push $$DOCKER_REPO:nightly - docker tag $$SENTRY_IMAGE $$DOCKER_REPO:$SHORT_SHA-py3 - docker push $$DOCKER_REPO:$SHORT_SHA-py3 - docker tag $$SENTRY_IMAGE $$DOCKER_REPO:$COMMIT_SHA-py3 - docker push $$DOCKER_REPO:$COMMIT_SHA-py3 - docker tag $$SENTRY_IMAGE $$DOCKER_REPO:nightly-py3 - docker push $$DOCKER_REPO:nightly-py3 - name: 'node:12' id: zeus-upload waitFor: