Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: increase max upload size #2552

Merged
merged 4 commits into from
Sep 18, 2024
Merged

feat: increase max upload size #2552

merged 4 commits into from
Sep 18, 2024

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Sep 17, 2024

Description

Users trying to use ImageBuildSpec to build images inside their packages have repositories greater than 100MB. Image building in Kurtosis requires that the entire build context is within the package, and thus gets uploaded into the APIContainer where the validation step that builds images is done.

This PR increases the upload limit of the compression / upload library to account for larger repositorie (2GB)

Is this change user facing?

YES

References (if applicable)

ethpandaops/optimism-package#72

@tedim52 tedim52 added this pull request to the merge queue Sep 18, 2024
Merged via the queue into main with commit b6a0d91 Sep 18, 2024
51 checks passed
@tedim52 tedim52 deleted the tedi/uploadlimit branch September 18, 2024 01:26
github-merge-queue bot pushed a commit that referenced this pull request Sep 20, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.3.0](1.2.0...1.3.0)
(2024-09-18)


### Features

* increase max upload size
([#2552](#2552))
([b6a0d91](b6a0d91))


### Bug Fixes

* Fix typo in the port name format help
([#2550](#2550))
([256d71a](256d71a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants