Austin Vazquez

Results 117 comments of Austin Vazquez

Success criteria is these lines can be removed from .golangci.yml ``` - linters: - govet text: "copylocks" ```

I have updated Finch infrastructure to bump the min Go version to Go 1.23 which would unblock this. Going to close this for now to reduce contention for CI resources...

Hi @branrin, thanks for trying out Finch. Working to understand your use case better. Can you provide some details to help clarify? Some initial questions I had: 1. Is the...

Thanks for the additional details. ### Initial triage AWS CodeBuild provides a mechanism for testing builds locally using the CodeBuild local agent. See https://github.com/aws/aws-codebuild-docker-images/tree/020c2a44daa209a4fcab13d9eec8023616463498/local_builds. This enables AWS CodeBuild users to...

Oop, opened https://github.com/containerd/containerd/pull/11970 to address the Windows 2019 runner issue.

I rebased this PR for the windows runner updates. @mxpv, @estesp, @akhilerm if you folks wouldn't mind taking another look.

Opened https://github.com/containerd/nerdctl/pull/3786 to add support to nerdctl.

Upstream PR has been merged and targeted for v2.0.3 release.

I have been working with @coderbirju on this issue. The challenge is go-events is currently logging when events are dropped. Certain containerd events, like task exec create, can contain container...

Usually packaging decisions are handled by the distro. It looks like Ubuntu has a standalone containerd package (https://packages.ubuntu.com/noble/containerd) and runc package (https://packages.ubuntu.com/noble/runc). Disclaimer: I don't have any Ubuntu packaging experience....