-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[new release] obuilder and obuilder-spec (0.4) #21553
Merged
Merged
Conversation
This file contains 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
CHANGES: - Use GNU tar format instead of UStar for `copy` operations (@TheLortex ocurrent/obuilder#82, reviewed @dra27). This enables copying from sources containing long file names (>100 characters). - Add support for secrets (@TheLortex ocurrent/obuilder#63, reviewed by @talex5). The obuilder spec's `run` command supports a new `secrets` fields, which allows to temporarily mount secret files in an user-specified location. The sandbox build context has an additional `secrets` parameter to provide values for the requested keys. - Limit permissions on temporary directories (@talex5 ocurrent/obuilder#67) - Check Linux kernel version support for btrfs (@kit-ty-kate ocurrent/obuilder#68) - Generalise obuilder sandbox, removing runc/linux specifc pieces and making the S.SANDBOX interface more general (@patricoferris ocurrent/obuilder#58, reviewed by @talex5, @avsm, @MisterDA) - Convert --fast-sync back to a flag (@talex5 ocurrent/obuilder#72) - Support Fmt.cli and Logs.cli flags. (@MisterDA ocurrent/obuilder#74, reviewed by @talex5) For Fmt the new options are --color=always|never|auto For Log the new options are: -v, --verbose Increase verbosity --verbosity=LEVEL (absent=warning) Be more or less verbose. LEVEL must be one of quiet, error, warning, info or debug. Takes over -v. - Minor cleanup changes (@talex5 ocurrent/obuilder#76) - Fix deprecations in Fmt 0.8.10 (@tmcgilchrist ocurrent/obuilder#80) - Remove travis-ci and replace with Github Actions (@MisterDA ocurrent/obuilder#84) - Add RSync store backend for obuilder to support macOS builders (@patricoferris ocurrent/obuilder#88, reviewed @talex5) - Fixes for ZFS tests in CI (@patricoferris ocurrent/obuilder#91)
mseri
reviewed
Jun 17, 2022
mseri
reviewed
Jun 17, 2022
Does it need an upper bound on obuilder? |
Can you please add a license field to both packages? |
kit-ty-kate
reviewed
Jun 18, 2022
Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>
Thanks! Could you return the fixes to the opam files in the source repository upstream? |
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.
Run build scripts for CI
CHANGES:
Use GNU tar format instead of UStar for
copy
operations (@TheLortex Fix tar transfer: use GNU tar format instead of UStar forcopy
operations ocurrent/obuilder#82, reviewed @dra27).This enables copying from sources containing long file names (>100 characters).
Add support for secrets (@TheLortex Add support for secrets ocurrent/obuilder#63, reviewed by @talex5).
The obuilder spec's
run
command supports a newsecrets
fields, which allows to temporarilymount secret files in an user-specified location. The sandbox build context has an additional
secrets
parameter to provide values for the requested keys.Limit permissions on temporary directories (@talex5 Limit permissions on temporary directories ocurrent/obuilder#67)
Check Linux kernel version support for btrfs (@kit-ty-kate btrfs: Check that the current kernel version will not have issues down the line ocurrent/obuilder#68)
Generalise obuilder sandbox, removing runc/linux specifc pieces and
making the S.SANDBOX interface more general
(@patricoferris generalise the sandbox ocurrent/obuilder#58, reviewed by @talex5, @avsm, @MisterDA)
Convert --fast-sync back to a flag (@talex5 Convert --fast-sync back to a flag ocurrent/obuilder#72)
Support Fmt.cli and Logs.cli flags. (@MisterDA Support Fmt.cli and Logs.cli ocurrent/obuilder#74, reviewed by @talex5)
For Fmt the new options are --color=always|never|auto
For Log the new options are:
-v, --verbose Increase verbosity
--verbosity=LEVEL (absent=warning)
Be more or less verbose. LEVEL must be one of quiet, error,
warning, info or debug. Takes over -v.
Minor cleanup changes (@talex5 Some minor changes from the Docker branch ocurrent/obuilder#76)
Fix deprecations in Fmt 0.8.10 (@tmcgilchrist Fix deprecations in Fmt 0.8.10 ocurrent/obuilder#80)
Remove travis-ci and replace with Github Actions (@MisterDA Replace Travis with GitHub Actions ocurrent/obuilder#84)
Add RSync store backend for obuilder to support macOS builders (@patricoferris Rsync store backend ocurrent/obuilder#88, reviewed @talex5)
Fixes for ZFS tests in CI (@patricoferris Fix ZFS tests in CI ocurrent/obuilder#91)