forked from containerd/nerdctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Add soci convert #16
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
Closed
Closed
Add soci convert #16
Conversation
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
- fix timeout showing 0s instead of default when no explicit timeout is provided - add actual execution time - fix long logs (stdout, stderr) that were showing only the beginning to also show the end - fix formatting issue for "..." - marginally better output for command contextual information Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
While test allow declaration of custom environment variables, they must be set during the test declaration, apply to all commands, and cannot be altered during lifecycle operations (eg: Setup). This provides the ability to set variables for specific, individual commands. Signed-off-by: apostasie <[email protected]>
Many tests require temporary resources (Dockerfiles, compose.yml, etc), and routinely redo the same thing over and over (create separate temp dir, write file, remove temp dir). At best this adds a lot of inconsistent boilerplate / helper functions to the test - at worst, the resources are not properly cleaned-up, or not well isolated from other tests. This PR does introduce a set of helpers to fasttrack temp files manipulation, and rejiggle the Data interface to more clearly separate labels (shared with subtests) and temporary resources. Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/cli` from 28.0.4+incompatible to 28.1.0+incompatible - [Commits](docker/cli@v28.0.4...v28.1.0) Updates `github.com/docker/docker` from 28.0.4+incompatible to 28.1.0+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.0.4...v28.1.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.1.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker - dependency-name: github.com/docker/docker dependency-version: 28.1.0+incompatible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v2.0.4...v2.0.5) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: apostasie <[email protected]>
feat: add cpu-rt-period and cpu-rt-runtime options in nerdctl create/run
[CI]: quality of life: minor debugging output fixes
[CI]: fix internal command flaky test (window)
…les/docker-c8760a323d build(deps): bump the docker group with 2 updates
…les/github.com/containerd/containerd/v2-2.0.5 build(deps): bump github.com/containerd/containerd/v2 from 2.0.4 to 2.0.5
[Tigron]: allow per-command environment override
Update containerd to v2.0.5
[Tigron]: revised Data interface
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
[Fix]: image delete in convert (containerd#3510)
[PRIORITY] [CI]: Fix EL8 tests execution
…inspect-output feat: Add "Containers" propery in the "nerdctl network inspect" command.
Signed-off-by: apostasie <[email protected]>
[URGENT] Fixing main cross-merge bustage
Signed-off-by: apostasie <[email protected]>
Bump CNI to 1.3 (and minor tooling versions)
Signed-off-by: apostasie <[email protected]>
Bumps the docker group with 2 updates: [github.com/docker/cli](https://github.com/docker/cli) and [github.com/docker/docker](https://github.com/docker/docker). Updates `github.com/docker/cli` from 28.1.0+incompatible to 28.1.1+incompatible - [Commits](docker/cli@v28.1.0...v28.1.1) Updates `github.com/docker/docker` from 28.1.0+incompatible to 28.1.1+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v28.1.0...v28.1.1) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.1.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: github.com/docker/docker dependency-version: 28.1.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <[email protected]>
…shu153 MAINTAINERS: add Shubharanshu Mahapatra (Shubhranshu153) as a REVIEWER
Relax --runtime restrictions
…e-people-happy Add support for compose AdditionalContexts
This test does not run in the rootfull Linux environment. Also, there are some cases where the test does not run. Therefore, this commit modifies all tests to perform the evaluation. Note that when the host ports are not specified in the -p option of `nerdctl run`, ports are randomly assigned, but it is not known what port number will be assigned in each test. Therefore, this commit modifies not to compare host ports. Signed-off-by: Hayato Kiwata <[email protected]>
test: update test logic in TestTestParseFlagPWithPlatformSpec
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
Signed-off-by: apostasie <[email protected]>
…abel Signed-off-by: Hayato Kiwata <[email protected]>
Bumps [github.com/compose-spec/compose-go/v2](https://github.com/compose-spec/compose-go) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/compose-spec/compose-go/releases) - [Commits](compose-spec/compose-go@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: github.com/compose-spec/compose-go/v2 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…les/github.com/compose-spec/compose-go/v2-2.6.3 build(deps): bump github.com/compose-spec/compose-go/v2 from 2.6.2 to 2.6.3
[REFACTOR] Filesystem, part 2: revamp locks
test: refactor TestTestParseFlagPWithPlatformSpec and TestParsePortsL…
[CI]: rewrite logs tests
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/containerd/console/releases) - [Commits](containerd/console@v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: github.com/containerd/console dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/fluent/fluent-logger-golang](https://github.com/fluent/fluent-logger-golang) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/fluent/fluent-logger-golang/blob/master/CHANGELOG.md) - [Commits](fluent/fluent-logger-golang@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/fluent/fluent-logger-golang dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: ningmingxiao <[email protected]>
…les/github.com/containerd/console-1.0.5 build(deps): bump github.com/containerd/console from 1.0.4 to 1.0.5
…les/github.com/fluent/fluent-logger-golang-1.10.0 build(deps): bump github.com/fluent/fluent-logger-golang from 1.9.0 to 1.10.0
…ts-1 [CI]: rewrite some compose tests
[feature] enable --security-opt writable-cgroups=true|false as an option
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/v2 dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Akihiro Suda <[email protected]>
…les/github.com/containerd/containerd/v2-2.1.1 build(deps): bump github.com/containerd/containerd/v2 from 2.1.0 to 2.1.1
update containerd (2.1.1), containerd-fuse-overlayfs (2.1.6), buildg (0.5.3)
Signed-off-by: Arjun Raja Yogidas <[email protected]>
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.
No description provided.