Skip to content

Commit

Permalink
build(py3): Stop tagging the -py3 images
Browse files Browse the repository at this point in the history
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~~ (#22460)
2. ~~Switch getsentry/onpremise to Python 3 by default*, introducing the `SENTRY_PYTHON2` env var for Py2 builds via the `-py2` suffix~~ (getsentry/self-hosted#763)
3. ~~Move the unsuffixed version of the builds to Python 3~~ (#22466)
4. ~~Remove the `SENTRY_PYTHON3` env var support and `-py3` prefix usage from getsentry/onpremise~~ (getsentry/self-hosted#764)
5. **Remove tagging of `-py3` builds from getsentry/sentry**
  • Loading branch information
BYK committed Dec 4, 2020
1 parent 9936343 commit ed68165
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed68165

Please sign in to comment.