feat(docker): Add sourceFormat & targetFormat options#125
Merged
Conversation
These options became necessary for us to be able to publish Py2 and Py3 versions of Sentry images at the same time, in the same release.
jan-auer
reviewed
Oct 7, 2020
BYK
added a commit
that referenced
this pull request
Oct 7, 2020
Addresses the review feedback on #125 (comment)
BYK
added a commit
that referenced
this pull request
Oct 7, 2020
Addresses the review feedback on #125 (comment)
BYK
added a commit
to getsentry/sentry
that referenced
this pull request
Oct 15, 2020
Depends on getsentry/craft#125, getsentry/craft#126, getsentry/craft#127, getsentry/craft#128 and all of these being published as `craft@0.12.0`.
BYK
added a commit
that referenced
this pull request
Mar 16, 2026
- Add flatted override (^3.4.0) to fix CVE-2026-32141 (unbounded recursion DoS in parse(), GHSA-25h7-pfq9-p65f) - Bump devalue override to ^5.6.4 in docs/ to fix CVE-2026-30226 (prototype pollution, GHSA-cfw5-2vxh-hr84) and GHSA-mwv9-gp5h-frr4 (__proto__ property emission) - Dismiss yauzl alert #125 (CVE-2026-31988) as inaccurate — the vulnerable NTFS timestamp parser exists only in yauzl 3.x; our version (2.10.0 via extract-zip) is not affected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These options became necessary for us to be able to publish Py2 and Py3 versions of Sentry images at the same time, in the same release.